Xilinx XC9572 vs Altera EPM7128S 5v [message #7790] |
Mon, 15 June 2020 11:41  |
suk
Messages: 9 Registered: May 2020
|
Junior Member |
|
|
I'm looking at options for a 5v tolerant CPLD to be used in a 65C816 and later a 68030 design. I have looked at the Xilinx XC9572 vs Altera EPM7128S used in some SBC designs. I realise these are obsolete parts and supplies may be hard to find. The situation seems better for the Altera. I'm after any thoughts or advice on choosing between the two. I assume I'm correct that going fully 5v logic is going to be more straight forward. I have no major concern going with a mixed supply voltage but I'd rather avoid logic level translations. However I'm very new to this. I haven't identified other components yet such as memory, IO or mass storage. I'm at the theoretical stage.
All thoughts welcome!
Thanks,
Steve
|
|
|
Re: Xilinx XC9572 vs Altera EPM7128S 5v [message #7791 is a reply to message #7790] |
Mon, 15 June 2020 13:07   |
robg
Messages: 43 Registered: October 2017
|
Member |
|
|
Hi Steve,
Another option to consider is the Atmel ATF1508AS series. These are in-production parts that are electrically compatible with the EPM7128S. They are programmed using WinCUPL (Windows only) via a $60 programmer from Atmel (ATDH1150USB).
Amtel has a tool, POF2JED, that they say will convert an Altera POF file into an ATF1508 compatible JED file for programming. I have not tried this myself, but it should allow one to use Quartus II (Linux or Windows) to write code for the ATF1508 using Verilog or VHDL (instead of WinCUPL). I plan to try this at some point.
If you use the Altera parts directly, you can get very cheap ($2-$3) programmers on Ebay, but you may have to buy 10 of them because the cheap ones aren't very reliable. Also, to source the EPM7128S, the general recommendation is to get them from UTSource.net.
(While I've used Xilinx's Spartan series FPGAs, I have not used their CPLDs.)
-- Rob
|
|
|
Re: Xilinx XC9572 vs Altera EPM7128S 5v [message #7792 is a reply to message #7791] |
Mon, 15 June 2020 13:14   |
wsm
Messages: 232 Registered: February 2017 Location: AB, Canada
|
Senior Member |
|
|
Although it has a 3.3V core, you could also use the XC9572XL which is 5V tolerant and requires considerably less power than the 5V version. I've used the Xilinx XPLA3 series [XCR3xxxXL] in several designs ... again they're a 3.3V core but use MUCH LESS power. There's also Lattice's ispMACH 4000V series [LC4xxxV] which are 5V tolerant and can be had in faster speeds (as low as 2.5ns). Using CPLDs that are 5V tolerant but have a Vio of 3.3V allows them to be easily used without level translators in a mixed voltage design which I've done several times without problems.
The extra overhead for the 3.3V version is usually just a 3.3V regulator plus one or two capacitors. Of course there's a bit of extra PCB layout work and possibly a few extra Vio caps.
In the end, there's a lot of tradeoffs with price, speed, power, packages, availability, series breadth, tools etc. and you have to weigh which ones are important to you and your designs.
|
|
|
Re: Xilinx XC9572 vs Altera EPM7128S 5v [message #7793 is a reply to message #7791] |
Tue, 16 June 2020 14:10   |
suk
Messages: 9 Registered: May 2020
|
Junior Member |
|
|
robg wrote on Mon, 15 June 2020 13:07Hi Steve,
Another option to consider is the Atmel ATF1508AS series. These are in-production parts that are electrically compatible with the EPM7128S. They are programmed using WinCUPL (Windows only) via a $60 programmer from Atmel (ATDH1150USB).
Amtel has a tool, POF2JED, that they say will convert an Altera POF file into an ATF1508 compatible JED file for programming. I have not tried this myself, but it should allow one to use Quartus II (Linux or Windows) to write code for the ATF1508 using Verilog or VHDL (instead of WinCUPL). I plan to try this at some point.
If you use the Altera parts directly, you can get very cheap ($2-$3) programmers on Ebay, but you may have to buy 10 of them because the cheap ones aren't very reliable. Also, to source the EPM7128S, the general recommendation is to get them from UTSource.net.
(While I've used Xilinx's Spartan series FPGAs, I have not used their CPLDs.
-- Rob
Thanks Rob, I had discounted the Atmel due to programmer cost but maybe programmer reliability and in production parts is the better balance. I will investigate the tooling and maybe try them out. Also thanks for the recommended parts source.
|
|
|
Re: Xilinx XC9572 vs Altera EPM7128S 5v [message #7794 is a reply to message #7792] |
Tue, 16 June 2020 14:19   |
suk
Messages: 9 Registered: May 2020
|
Junior Member |
|
|
wsm wrote on Mon, 15 June 2020 13:14Although it has a 3.3V core, you could also use the XC9572XL which is 5V tolerant and requires considerably less power than the 5V version. I've used the Xilinx XPLA3 series [XCR3xxxXL] in several designs ... again they're a 3.3V core but use MUCH LESS power. There's also Lattice's ispMACH 4000V series [LC4xxxV] which are 5V tolerant and can be had in faster speeds (as low as 2.5ns). Using CPLDs that are 5V tolerant but have a Vio of 3.3V allows them to be easily used without level translators in a mixed voltage design which I've done several times without problems.
The extra overhead for the 3.3V version is usually just a 3.3V regulator plus one or two capacitors. Of course there's a bit of extra PCB layout work and possibly a few extra Vio caps.
In the end, there's a lot of tradeoffs with price, speed, power, packages, availability, series breadth, tools etc. and you have to weigh which ones are important to you and your designs.
Thanks very much. Can the 3.3v CPLDs drive chip selects or RW signals on usually 5v memory or peripheral ICs? I'm particularly thinking if I have a 5v logic address and data busses but 3.3v signalling out of the CPLD. I don't think I would need additional 74xx logic on the output side to consider.
|
|
|
Re: Xilinx XC9572 vs Altera EPM7128S 5v [message #7796 is a reply to message #7794] |
Tue, 16 June 2020 17:06   |
wsm
Messages: 232 Registered: February 2017 Location: AB, Canada
|
Senior Member |
|
|
Quote:Thanks very much. Can the 3.3v CPLDs drive chip selects or RW signals on usually 5v memory or peripheral ICs? I'm particularly thinking if I have a 5v logic address and data busses but 3.3v signalling out of the CPLD. I don't think I would need additional 74xx logic on the output side to consider.
Absolutely. Besides the 5V tolerance for inputs, the 3.3V XPLA3 series can drive Voh up to about 40+mA before dropping below the TTL threshold of 2.0V although the recommended operating conditions are at 8mA. Likewise Vol can handle about 40mA before rising above 0.7V.
My MinZ-C design is primarily 5V with a Z180, 5V SRAM etc. and I used an XCR3064XL for pretty well all the glue logic plus a 25MHz SPI controller. On my MinZ-IO2 board I used an XCR3128XL for the glue logic plus address registers and level translation between the 5V Z180 and a 3.3V 8MB flash device. My NYOZ series base module also uses an XCR3128XL with a large mixture of 3.3V and 5V devices. I've also done several other mixed-voltage boards like these without any issues using 3.3V CPLDs and also 1.8V CPLDs (XC2C CoolRunners) with 3.3V Vio.
A quick review of the XC9572XL appears to show similar characteristics as does the ispMACH 4000 series but both with lower Voh current at 4mA. If in doubt, look at the I/V curves in the datasheets.
By default, I used to use the MCP1700-3.3 for a simple 3.3V regulator but have now switched to the AP2127 which has much better load transient response. And yes, I learned this the hard way
There are relatively cheap USB-JTAG programmers for Xilinx on eBay but I still use the Xilinx design for a parallel port programmer which just uses two HC125 chips plus some resistors, caps & diodes.
[Updated on: Wed, 17 June 2020 04:40] Report message to a moderator
|
|
|
|
|
|
|
Re: Xilinx XC9572 vs Altera EPM7128S 5v [message #7825 is a reply to message #7814] |
Sat, 20 June 2020 09:12  |
suk
Messages: 9 Registered: May 2020
|
Junior Member |
|
|
plasmo wrote on Thu, 18 June 2020 17:28I second wsm's design approach. Once you have the JTAG programming header working, development board is really not necessary. You should always populate and program the CPLD first before populating the rest of active ICs.
Bill
Understood, thanks Bill
|
|
|