forked from Github_Repos/cvw
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
|