I finally found some time to get this done.
5 of these are off to the board house. I also found time to build a Jenkins server to produce the gerbers, cam files, netlists, ucf/pcf files and build the firmware automatically in one go.
Specs...
1. 68060 CPU (Socket is completely 3.3V) at up to 100Mhz.
2. Up to 256Mb of SDRAM organised as 128Mb of CPU RAM (@0x08000000) + 128Mb of Autoconfig RAM.
3. 1 x Buffered IDE interface (ehide.device or similar).
4. Supports A3000 DMA.
5. Supports DMA from a ZIII Card into Its fastram. (i.e. can boot from a ZIII Scsi card).
6. Couple of non-switched fan headers.
7. 26 Pin Pi-Hat capable of programming of both BUS CPLD and RAM FPGA. Potentially over wifi with a Pi 2 Zero W (powered from the TF4060).
The Pi Hat has Quad SPI wired up to the FPGA and an extra chip select line for "things" down the line. I know some pedant will say its not technically a pi hat because we dont have an ID SPI rom. You are correct.
The only thing I have not got nailed yet is the software frequency change. I need to fix some bugs in archane-pnr for that.
You will not be able to post if you are still using Microsoft email addresses such as Hotmail etc
See here for more information viewtopic.php?f=20&t=7296
See here for more information viewtopic.php?f=20&t=7296
BOOKMARK THIS PAGE !
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
https://www.exxosforum.co.uk:8085/IP_CHECK/
You can unban yourself if needed. It also sends me reports to investigate the ban.
DO NOT USE MOBILE / CGNAT DEVICES WHERE THE IP CHANGES CONSTANTLY!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
At this time, it is unfortunately not possible to whitelist users when your IP changes constantly.
You may inadvertently get banned because a previous attack may have used the IP you are now on.
So I suggest people only use fixed IP address devices until I can think of a solution for this problem!
TF4060 Revision 1 Design Complete
Moderators: terriblefire, Terriblefire Moderator
-
terriblefire
- Admin sponsor

- Posts: 5685
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
TF4060 Revision 1 Design Complete
You do not have the required permissions to view the files attached to this post.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
Danoo
- Posts: 250
- Joined: 29 Jan 2020 13:25
- Location: Queensland, Australia
Re: TF4060 Revision 1 Design Complete
Excellent news, this is the card I have been waiting for, happy to see that it is off to the board house. :D Wow how do you find the time to progress all these great projects, your other hobbies, work and family, just amazing :o . Many thanks once again to the TF production company :D
Life is really simple, but we insist on making it complicated - Confucius
-
terriblefire
- Admin sponsor

- Posts: 5685
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF4060 Revision 1 Design Complete
TBH i've been sitting on this more or less since i moved house. It was pretty much ready then. The final touches were to fix issues in fomu-flash with the global unlock register and work out how to make the CPLD and FPGA flashable from one header.Danoo wrote: 22 Feb 2022 23:21 Excellent news, this is the card I have been waiting for, happy to see that it is off to the board house. :D Wow how do you find the time to progress all these great projects, your other hobbies, work and family, just amazing :o . Many thanks once again to the TF production company :D
In terms of software. I'd like a linux distro setup to create a wifi in host mode. Then when you join the network you can just drop a zip file on a web page and it will flash the card.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
GadgetUK164
- Posts: 445
- Joined: 04 Jan 2019 14:26
Re: TF4060 Revision 1 Design Complete
Wow, that's a nice evolution from the proto =O
My YouTube Channel - www.youtube.com/GadgetUK164
-
sporniket
- Site sponsor

- Posts: 1161
- Joined: 26 Sep 2020 21:12
- Location: France
Re: TF4060 Revision 1 Design Complete
That, among all the cool stuff described :
terriblefire wrote: 22 Feb 2022 22:59 7. 26 Pin Pi-Hat capable of programming of both BUS CPLD and RAM FPGA. Potentially over wifi with a Pi 2 Zero W (powered from the TF4060).
Hat off. An almost foolproof way of updating the update the firmware.terriblefire wrote: 22 Feb 2022 23:26 In terms of software. I'd like a linux distro setup to create a wifi in host mode. Then when you join the network you can just drop a zip file on a web page and it will flash the card.
-
pipper
- Posts: 43
- Joined: 23 Apr 2019 05:55
Re: TF4060 Revision 1 Design Complete
Sir, I sincerely applaud you for your tenacity!
Really looking forward to some day put one of it into my A3000!
I'm especially happy to hear that DMA is fully supported!
:dualthumbup: :thanksyellow: :cheers:
Really looking forward to some day put one of it into my A3000!
I'm especially happy to hear that DMA is fully supported!
:dualthumbup: :thanksyellow: :cheers:
-
SnoopDOS
- Posts: 7
- Joined: 11 Aug 2019 10:41
Re: TF4060 Revision 1 Design Complete
Excellent news!
-
matt020
- Posts: 326
- Joined: 29 Sep 2019 09:17
- Location: West Australia
Re: TF4060 Revision 1 Design Complete
Is this transparent to the end user and 256mb is available on every boot, or will the user have to use addmem (or something similar) for that additional 128mb to be available? Cheers and thank you.terriblefire wrote: 22 Feb 2022 22:59 2. Up to 256Mb of SDRAM organised as 128Mb of CPU RAM (@0x08000000) + 128Mb of Autoconfig RAM.
-
terriblefire
- Admin sponsor

- Posts: 5685
- Joined: 28 Aug 2017 22:56
- Location: Glasgow, UK
Re: TF4060 Revision 1 Design Complete
It should be transparent on OS3.1+, on OS3.0 you'll only get 128Mb same as the TF1260. You could in theory put 2 lots of 64Mb on there too. But why would you?matt020 wrote: 23 Feb 2022 08:41Is this transparent to the end user and 256mb is available on every boot, or will the user have to use addmem (or something similar) for that additional 128mb to be available? Cheers and thank you.terriblefire wrote: 22 Feb 2022 22:59 2. Up to 256Mb of SDRAM organised as 128Mb of CPU RAM (@0x08000000) + 128Mb of Autoconfig RAM.
———
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
"It is not necessarily a supply voltage at no load, but the amount of current it can provide when touched that
indicates how much hurting you shall receive."
-
alexh
- Site sponsor

- Posts: 1324
- Joined: 17 Oct 2017 16:51
- Location: Oxfordshire
Re: TF4060 Revision 1 Design Complete
Looks great. Thanks for all the hard work.
Given the "global chip crisis", are there long lead times on the CPLD & FPGA used here?
Do you think we will see the TF4060 available from our TF builders this year?
Given the "global chip crisis", are there long lead times on the CPLD & FPGA used here?
Do you think we will see the TF4060 available from our TF builders this year?
Senior Principal ASIC Engineer - SystemVerilog, VHDL
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
Thalion Webshrine - http://thalion.atari.org
ST,STf,STfm,STe,MegaST,MegaSTe,Falcon060
A500+,A600,A4000/060,CD32,CDTV
Who is online
Users browsing this forum: CCBot and 4 guests