HDL Testbench Simulation » History » Version 1
Sergey Smolov, 01/25/2016 05:16 PM
1 | 1 | Sergey Smolov | h1. HDL Testbench Simulation |
---|---|---|---|
2 | |||
3 | To run HDL testbench on ModelSim simulator and collect the coverage data, do the following: |
||
4 | |||
5 | 1. Copy @testbench_launch.sh@ script to the directory with HDL testbench. |
||
6 | |||
7 | 2. Run the script with the following arguments: |
||
8 | <pre> |
||
9 | -f path-to-hdl-file-under-test -g |
||
10 | </pre> |
||
11 | |||
12 | 3. On ModelSim press "Run All" button. |