Verilog/FPGA tips?

For discussing the 65xx hardware itself or electronics projects.
Post Reply
Dimitri
Posts: 142
Joined: 08 Mar 2010
Contact:

Verilog/FPGA tips?

Post by Dimitri »

Since so many projects seem to be using programmable logic, I decided to try my luck in replacing glue logic for my project.

Picked up a Verilog programming textbook from a local university, but was wondering if anyone had any recommendations on a good general purpose devices?

I am thinking Xilinx as they seem to be popular in general and work with the 65-series chips well as Daryl and BDD has proven. But I am open to suggestions.

Dimitri
User avatar
BigDumbDinosaur
Posts: 9425
Joined: 28 May 2009
Location: Midwestern USA (JB Pritzker’s dystopia)
Contact:

Re: Verilog/FPGA tips?

Post by BigDumbDinosaur »

Dimitri wrote:
I am thinking Xilinx as they seem to be popular in general and work with the 65-series chips well as Daryl and BDD has proven. But I am open to suggestions.
Actually, I use Atmel devices, specifically the ATF1504AS in POC V2.
x86?  We ain't got no x86.  We don't NEED no stinking x86!
Dimitri
Posts: 142
Joined: 08 Mar 2010
Contact:

Re: Verilog/FPGA tips?

Post by Dimitri »

You are absolutely right!

Dimitri
Aslak3
Posts: 258
Joined: 05 Aug 2013
Location: Southampton, UK
Contact:

Re: Verilog/FPGA tips?

Post by Aslak3 »

The XC95xx CPLDs are great. Programmed via JTAG. Avoid the -XL ones; they are 3.3V parts. The problem is they are not current parts. But they are terrific. With a XC95108 I implemented: address decoding, R/W generation, bank switching, simple interrupt router, and a buzzer driver. I am not bothered by parts not being current, but you might be.

Otherwise there's the Altera MAX7000S (The -S parts have JTAG programming). I've not used these myself but they look functionally similar to the XC95xx. I prefer the Altera tools to the Xilinx ones, but at least both are full IDEs and they are free. Another advantage with the Altera parts is the programmers tend to be easier to find and cheaper.

There's also the Atmel parts that BDD mentions. :)

So lots of choice with easy to use 5V through-hole (PLCC) CPLDs still, to replace the 74xxx parts. All of which have enough logic for some fairly sophisticated glue and other functionality.

Let us know what you decide to go with.
8 bit fun and games: https://www.aslak.net/
Post Reply