mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-25 06:17:10 -04:00
7 lines
No EOL
143 B
Text
7 lines
No EOL
143 B
Text
# fulladder-batch.do
|
|
# David_Harris@hmc.edu 10 January 2021
|
|
vlog fulladder.sv
|
|
vopt +acc work.testbench -o workopt
|
|
vsim workopt
|
|
run -all
|
|
quit |