mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-24 05:24:49 +00:00
8 lines
224 B
Plaintext
8 lines
224 B
Plaintext
|
# fulladder-batch-coverage.do
|
||
|
# David_Harris@hmc.edu 22 May 2023
|
||
|
vlog fulladder.sv
|
||
|
vopt +acc work.testbench -o workopt +cover=sbecf
|
||
|
vsim workopt -coverage
|
||
|
run -all
|
||
|
coverage save -instance /testbench/dut fulladder.ucdb
|
||
|
quit
|