OVM Example -
A very simple memory example which explains the basic ovm concepts with a very simple memory dut. The example is compiled and simlulated with Modelsim/Questasim 6.4. It should run with VCS and NC as well.
To run the example you need to make few changes like
- Changing the OVM Path in the mem_comp.f file
- Setting up modelsim environement and changing the modelsim command etc.
You can download the full example by clicking here :
Index :
|
|
-- Sample DUT
:
|
|
-- Sequence Item
:
|
|
-- OVM Driver
:
|
|
-- OVM Monitor
:
|
|
-- OVM Sequencer
:
|
|
-- OVM Scoreboard
:
|
|
-- OVM Env
:
|
|
-- OVM Env
:
|
|
-- Dut Interface
:
|
|
-- Top Level
:
|
|
-- OVM Test
:
|
|
-- OVM Sequence
:
|
| Keywords :
ovm example
writting testbench with ovm
|