Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
builderpages:abingham:cpld-compatibility [2015/12/27 14:43]
admin
builderpages:abingham:cpld-compatibility [2015/12/27 20:56] (current)
admin
Line 3: Line 3:
 ===== Overview & Part Numbers ===== ===== Overview & Part Numbers =====
  
-There was a question about it if would be possible to use Altera CPLDs in the [[http://www.s100computers.com/My%20System%20Pages/80386%20Board-II/80386%20CPU%20Board_II.htm|S100Computers.com CLPD 386 board]], instead of the as-designed Atmel CPLD.+There was a question about it if would be possible to use Altera CPLDs in the [[http://www.s100computers.com/My System Pages/80386 Board-II/80386 CPU Board_II.htm|S100Computers.com CLPD 386 board]], instead of the as-designed Atmel CPLD.
  
-[[http://www.atmel.com/images/doc0784.pdf|Datasheet for the ATMEL ATF1508AS/ATF1508ASL]]+[[http://www.atmel.com/images/doc0784.pdf|Datasheet for the Atmel ATF1508AS/ATF1508ASL]]
  
 [[https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/ds/m7000.pdf|Datasheet for the Altera MAX 7000]] [[https://www.altera.com/content/dam/altera-www/global/en_US/pdfs/literature/ds/m7000.pdf|Datasheet for the Altera MAX 7000]]
  
-Note that the orginal part specificed is ATF1508AS-10JU84, which is a part with 128 macrocells, and a 10ns t(pd) (125 mhz max) in an 84pin PLCC package.  +Note that the orginal part specificed is ATF1508AS-10JU84, which is a part with 128 macrocells, and a 10ns t(pd) (125 mhz max) in an 84pin PLCC package.
  
-The corresponding Altera part would be an EPM7128SLC84-10N.  +The corresponding Altera part would be an EPM7128SLC84-10N. Here are the relevant pin diagrams from the two datasheets:
-Here are the relevant pin diagrams from the two datasheets:+
  
-{{:builderpages:abingham:atf1508.png?nolink|}}  {{:builderpages:abingham:max7000s.png?nolink|}}+{{:builderpages:abingham:atf1508.png?nolink&}}{{:builderpages:abingham:max7000s.png?nolink&}}
  
-The only major difference between the two appears to be that the ATF1508 part has as GCKL3 pin, which is not present on the MAX7000S part.  Otherwise based on the overall datasheets, the parts appear to be pin-compatible. +The only major difference between the two appears to be that the ATF1508 part has as GCKL3 pin, which is not present on the MAX7000S part. Otherwise based on the overall datasheets, the parts appear to be pin-compatible.
- +
-**The implementation provided by John M. is written in WinCUPL for the ATF1508.  To use an alternate Atmel part, a VHDL or Verilog implementation of the logic equations would be required and would likely need to be provided by the board builder.**+
  
 +**The implementation provided by John M. is written in WinCUPL for the ATF1508. To use an alternate Altera part, a VHDL or Verilog implementation of the logic equations would be required and would need to be written and tested by the board builder.**
 ===== Hardware Cost Comparison ===== ===== Hardware Cost Comparison =====
  
-Note - if comparing the cost of *new* hardware for these two systems, the Atmel hardware is less expensive than the Altera hardware. +Note - if comparing the cost of *new* hardware for these two systems from a major US supplier like Digiket, the Atmel hardware is less expensive than the Altera hardware.
- +
-** +
-Altera MAX 7000S CPLDs may be purchased from UTSource in There are many $10 Altera USB Blaster clones on eBay, but they may not be 100% reliable.  Buying an eBay programmer and chips from UTsource brings the cost down to less than the cost of the ATMEL parts, but possibly at the cost of reliability of the setup.**+
  
 +**Altera MAX 7000S CPLDs may be purchased from UTSource.com in China. There are many $10 Altera USB Blaster clones on eBay, but they may not be 100% reliable. Buying an eBay programmer and chips from UTsource brings the cost down to less than the cost of the Altera parts, but possibly at the cost of reliability of the setup. **
  
 +^Atmel ATF1508 @ Digikey ^Altera MAX7000S @ Digikey ^Altera MAX7000S @ eBay/UTSource |
 +|[[http://www.digikey.com/product-detail/en/ATDH1150USB/ATDH1150USB-ND/2050869|Digikey ATDH1150USB-ND Programmer]] - $60 |[[http://www.digikey.com/product-detail/en/PL-USB2-BLASTER/544-3170-ND/5638362|Digikey USB Blaster II Programmer]] - $225 |eBay Chinese clone $7-$17 |
 +|[[http://www.digikey.com/product-detail/en/ATF1508AS-10JU84/ATF1508AS-10JU84-ND/1008434|Digikey ATF1508AS-10JU84-ND CPLD]] - $13.52 |[[http://www.digikey.com/product-search/en?mpart=EPM7128SLC84-10N&vendor=544|Digikey EPM7128SLC84-10N CPLD]] - $35 |[[http://www.utsource.net/ic-datasheet/EPM7128SLC84-10N-1352013.html|UTSource EPM7128SLC84-10N CPLD]] - $7.50 |
 +|**Total - $73.52 start-up, $13.50/chip recurring**   |**Total - $260 startup, $35/chip recurring**   |**Total - $14.50-$25.40, $7.50/chip recurring**   |
  
 ===== Development Software Comparison ===== ===== Development Software Comparison =====
  
 +The development software packages for these two options vary:
  
 +  * Atmel "Free" (as in beer) Development Software
 +      * [[http://www.atmel.com/tools/WINCUPL.aspx|WinCUPL]] (used by John M. to create the reference implementation) uses the[[http://ee-classes.usc.edu/ee459/library/documents/CUPL_Reference.pdf| CUPL]] hardware definition langauge (//Free permanent license)//
 +      * [[http://www.atmel.com/tools/PROCHIPDESIGNERV5_0.aspx|ProChip Designer 5.0]] uses the VHDL and Verilog HDLs (//Two-year license __requires approval by Atmel__) //
 +  * Altera "Free" (as in beer) Development Software
 +      * [[http://dl.altera.com/13.0sp1/?edition=web|Quartus II Web Edition 13.0sp1]] uses the VHDL and Verilog HDLs (//Note - this is the most recent version that supports the MAX 7000 series)//
  
 +\\
  
builderpages/abingham/cpld-compatibility.1451245414.txt.gz · Last modified: 2015/12/27 14:43 by admin
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0