Electronics > FPGA

Modern replacement for Altera EPM7064LC84-15

(1/2) > >>

djsb:
Is there an available modern replacement for an EPM7064LC84-15 CPLD. The LPT to IDE interface design (attached below) uses AHDL (maybe some version of HDL used in Altera designs). This is mostly an intellectual exercise at the moment, as making something like this would be a waste of time. However, learning how to translate an old HDL design from an obsolete chip in modern programmable logic may be useful. Digikey mentions Microchips ATF1504AS-10JU84 or ATF1508ASV-15JU84 which I will look into. Could an old Altera design be translated over these chips? Just curious. Thanks.

BrianHG:
They still exist in the EPM7128 size:
https://www.digikey.com/en/products/detail/rochester-electronics-llc/EPM7128ALC84-7/12114310?utm_source=findchips&utm_medium=aggregator&utm_campaign=marketplace

BrianHG:
Dirt cheap, but, in the 144 pin package:
https://www.ntemall.com/productdetail/EPM7064AET144-7_26180-4

c64:
ATF1500 series are direct replacement. Just use them

ZaneKaminski:
Yes, ATF1504AS is a pin-compatible replacement. You can use Microchip/Atmel POF2JED to translate your Altera .pof file to a .jed fuse map that the right Atmel programmer can flash on the device. I have done this before and it works. Clone Altera USB Blasters are really cheap though so I have skipped using any Atmel programming hardware. I do any required development with the Altera tools, translate using POF2JED, and then I generate an an SVF from that .jed file and flash that on the device using some other solution (onboard MCU, Bus Pirate, whatever).

By the way, ATF150X series is much more power-hungry than EPM7000 series, although the device is slightly more powerful. Each LAB/PAL block/macrocell subarray in the ATF150X can take like 40 inputs from the global interconnect compared to 36 in the EPM7000. I think the macrocell of the ATF150X is slightly more powerful too. So if you design using the Atmel software, I guess you can implement more logic in the device, although I have never done this.

Navigation

[0] Message Index

[#] Next page

There was an error while thanking
Thanking...
Go to full version
Powered by SMFPacks Advanced Attachments Uploader Mod