lee_trieu
Newbie level 6
- Joined
- Nov 5, 2012
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,355
Hi everybody !
I have a problem with my below lesson.
hope you help me in this lab.
thank you very much !
(ps:I'm sorry, my english so bad !)
I have a problem with my below lesson.
Code:
Write a complete RTL description for a ROM module by using
a one-dimensional array and a Verilog reg data type and a case statement.
[ATTACH=CONFIG]82400._xfImport[/ATTACH]
The memory was modeled as a ROM, which is a constant; therefore, you were
required to assign values at the time of declaration.
This lab comprises three primary steps: You will create a one dimensional
memory array using case statement; create a testbench with the Verilog testbench
wizard in the simulation software; finally, verify the logic structure and
functionality by running a simulation and examining the resulting waveforms.
thank you very much !
(ps:I'm sorry, my english so bad !)