Tagged Questions

0
votes
0answers
18 views

Loading a Xilinx RAM module in ModelSim

I am trying to instantiate a RAM module of my Spartan 6. A bit of research lead to this document which gives some verilog code for a "Simple Dual Port RAM" (see pages 11+ for the code). I have ...
4
votes
3answers
163 views

Help wanted explaining signals coming with higher frequency than clock and how to handle them

I am getting my hands on Verilog and FPGA programming. So I wrote a simple module that handles two inputs - button signal and a clock. Initially, it lights up two LEDs and when the user presses and ...
2
votes
3answers
253 views

Verilog simulator or development environment on Mac OS

Is there a way to develop some Verilog designs on mac?
15
votes
7answers
832 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 ...