mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
7 lines
143 B
Plaintext
7 lines
143 B
Plaintext
# fulladder-batch.do
|
|
# David_Harris@hmc.edu 10 January 2021
|
|
vlog fulladder.sv
|
|
vopt +acc work.testbench -o workopt
|
|
vsim workopt
|
|
run -all
|
|
quit |