Verilog is a hardware description language (HDL) used to model electronic systems. It is most commonly used in the design, verification, and implementation of digital logic chips.
5
votes
2answers
371 views
Beginner with fpga and timing issues
I got myself a spartan-3an evaluation board in order to learn fpga programming and some verilog. It's taken a little while to stop seeing it in terms of a sequential programming language and to start ...
3
votes
3answers
605 views
Verilog simulator or development environment on Mac OS
Is there a way to develop some Verilog designs on mac?
1
vote
2answers
1k views
LCD driver program in Verilog for Altera DE2 board
I need to display the characters and numbers on a 2x16 LCD on the Altera DE2 board using a Verilog program. Any advice?
1
vote
1answer
2k views
Using the AC97 Codec on an Atlys Spartan 6 Board
I'm a beginner to FPGA programming. I just started programming an Atlys Spartan 6 board and so far have written one program to blink LEDs in a counter pattern.
Now I'm trying to send the clock signal ...
1
vote
1answer
134 views
What language is Cadence's Emanger *.ecom files written in?
I know this is a long shot but I thought I would ask while I am waiting for the FAE to get back to me. This is related to Cadence Verilog simulations and regressions.
I am trying to debug an *.ecom ...
2
votes
3answers
438 views
recommendation to learn verilog
To learn verilog, can anyone recommend any web-page or book?
I have never seen such type of a language before, so what you recommend should be for beginner.
14
votes
7answers
1k views
Can an FPGA design be mostly (or completely) asynchronous?
We had a very short FPGA/Verilog course at university (5 years ago), and we always used clocks everywhere.
I am now starting out with FPGAs again as a hobby, and I can't help but wonder about those ...
4
votes
4answers
1k views
Exercise based book to learn Verilog/vhdl?
I was planning on learn an HDL (preferably verilog as I have to take a course in it in subsequent semesters). My initial plan was to first learn the syntax and then implement all the digital systems I ...
1
vote
2answers
2k views
How can I set up an SPI interface between an LPC2132 ARM and a Cyclone FPGA?
I am trying to make an ARM LPC2132 chip and a Altera Cyclone FPGA communicate using the SPI protocol. Specifically, I have the Saxo-L board from KNJN, which has the signals pre-wired between the two ...
17
votes
7answers
1k views
How do I learn HDL
I have a course in Digital Design in this semester and just love it. Now I know that most of the work in embedded system and digital design is done on computer simulators first and then implemented ...
25
votes
6answers
947 views
Readable and educational implementations of a CPU in a HDL
Can you recommend a readable and educational implementation of a CPU in VHDL or Verilog? Preferably something well documented.
P.S. I know I can look at opencores, ...
6
votes
1answer
496 views
“Logic Design” vs. “Digital Circuit Design”
I'm aware that different companies have different definitions for job titles, but in general, is "logic design" the same thing as "digital circuit design"?