Welcome, Guest. Please login or register.

Author Topic: 68060 testing on Replay board  (Read 6347 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline mikejTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
68060 testing on Replay board
« on: June 19, 2012, 03:57:00 PM »
So, I've picked up 15 x 68060 E41J mask set devices from two suppliers in China for testing of the daughter boards.

I'll use the Replay board+daughter board and a ZIF socket to do screening at the supplier later.

Running up workbench is not a bad test, but does anybody have ideas on how to do a more thorough test? Is there any CPU test suites I can use to test all aspects of the device?

I also need to read the id register to verify the mask revision.
Any help appreciated!
Cheers,
MikeJ
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: 68060 testing on Replay board
« Reply #1 on: June 19, 2012, 04:08:57 PM »
With Asm-one :

 move.l 4.w,a6
 lea readPCR(PC),a5
 jsr -$1E(a6)
 nop

readPCR:
 movec PCR,d0
 rte

Revision number in d0 is the X : $xxxxxXxx


Et voilĂ  !

Offline Crumb

  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 1786
  • Country: 00
    • Show only replies by Crumb
    • http://cuaz.sourceforge.net
Re: 68060 testing on Replay board
« Reply #2 on: June 19, 2012, 04:18:11 PM »
Quote from: mikej;696999
So, I've picked up 15 x 68060 E41J mask set devices from two suppliers in China for testing of the daughter boards.

I'll use the Replay board+daughter board and a ZIF socket to do screening at the supplier later.

Running up workbench is not a bad test, but does anybody have ideas on how to do a more thorough test? Is there any CPU test suites I can use to test all aspects of the device?

I also need to read the id register to verify the mask revision.
Any help appreciated!
Cheers,
MikeJ

Try out some cpu hungry Amiga demos like (in no particular order):
We come in peace:
http://ada.untergrund.net/?p=demo&i=713
Massive:
http://ada.untergrund.net/?p=demo&i=737
Human traffic:
http://ada.untergrund.net/?p=demo&i=734
Kioea:
http://ada.untergrund.net/?p=demo&i=758
Starstruck
http://ada.untergrund.net/?p=demo&i=540

ClickBoom's Quake demo may be a good idea too :-)

Piru's WhichAmiga will also give you information about current cpu mask IIRC.
The only spanish amiga news web page/club: Club de Usuarios de Amiga de Zaragoza (CUAZ)
 

Offline Foul

  • Jr. Member
  • **
  • Join Date: Mar 2010
  • Posts: 77
    • Show only replies by Foul
    • http://www.jamma.fr
Re: 68060 testing on Replay board
« Reply #3 on: June 19, 2012, 04:49:58 PM »
http://www.sintonen.fi/sw/WhichAmiga_beta.lha

WhichAmiga can display 68060 rev :)
 

Offline freqmax

  • Hero Member
  • *****
  • Join Date: Mar 2006
  • Posts: 2179
    • Show only replies by freqmax
Re: 68060 testing on Replay board
« Reply #4 on: June 19, 2012, 05:37:04 PM »
Too bad SETI@Home or such won't run on m68k ;)
 

Offline wawrzon

Re: 68060 testing on Replay board
« Reply #5 on: June 19, 2012, 06:15:53 PM »
 

Offline mikejTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: 68060 testing on Replay board
« Reply #6 on: June 20, 2012, 06:57:27 AM »
Good advice.
I'll look into the test suite.
Ideally I would have something fairly automated that says go/no-go and does not take too long. May have a lot of devices to go through.

/MikeJ
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: 68060 testing on Replay board
« Reply #7 on: June 20, 2012, 07:46:09 AM »
Any pics of your 060 ?


This one for example is a fake :

Offline mikejTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: 68060 testing on Replay board
« Reply #8 on: June 20, 2012, 08:36:00 AM »
Quote from: Cosmos;697121
Any pics of your 060 ?


This one for example is a fake :


I'll take some. Can you tell from the date code etc?
 

Offline wawrzon

Re: 68060 testing on Replay board
« Reply #9 on: June 20, 2012, 08:41:49 AM »
Quote from: mikej;697117
Good advice.
I'll look into the test suite.
Ideally I would have something fairly automated that says go/no-go and does not take too long. May have a lot of devices to go through.

/MikeJ


seems someone on natami forum have written some testcases, i might ask around if you dont want to do that yourself.
 

Offline Cosmos Amiga

  • Hero Member
  • *****
  • Join Date: Jan 2007
  • Posts: 954
    • Show only replies by Cosmos Amiga
    • http://leblogdecosmos.blogspot.com
Re: 68060 testing on Replay board
« Reply #10 on: June 20, 2012, 08:44:22 AM »
Quote from: mikej;697130
Can you tell from the date code etc?


Written on the 060 : 0124 = year 2001, week 24

Offline mikejTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: 68060 testing on Replay board
« Reply #11 on: June 20, 2012, 08:46:44 AM »
Quote from: wawrzon;697131
seems someone on natami forum have written some testcases, i might ask around if you dont want to do that yourself.


Would be great if you could.
 

Offline hooverphonique

  • Newbie
  • *
  • Join Date: Jun 2012
  • Posts: 5
    • Show only replies by hooverphonique
Re: 68060 testing on Replay board
« Reply #12 on: June 20, 2012, 08:50:05 AM »
I recently purchased an MC68040 L88M from chinese supplier utsource, which I believe to be fake...
 

Offline mikejTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: 68060 testing on Replay board
« Reply #13 on: June 20, 2012, 08:54:49 AM »
Quote from: Cosmos;697132
Written on the 060 : 0124 = year 2001, week 24


Why is that a problem? Were they not manufacturing them at that point?
 

Offline mikejTopic starter

  • Hero Member
  • *****
  • Join Date: Dec 2005
  • Posts: 822
    • Show only replies by mikej
    • http://www.fpgaarcade.com
Re: 68060 testing on Replay board
« Reply #14 on: June 20, 2012, 08:56:33 AM »
Quote from: hooverphonique;697134
I recently purchased an MC68040 L88M from chinese supplier utsource, which I believe to be fake...

It is a risk. I have visited two suppliers and have an agreement to swap chips I don't like - so it is in their interest to give me good parts. However, I do need to come up with a decent test suite. Reading the PCN is easy and will validate the mask, however I still need to make sure the chip is fully functional.
/Mike
Edit, they are not fake but may be reprinted - for example mask set changed, or just broken.