mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 13:04:28 +00:00
13 lines
241 B
Plaintext
13 lines
241 B
Plaintext
# fulladder.do
|
|
# David_Harris@hmc.edu 10 January 2021
|
|
|
|
# compile, optimize, and start the simulation
|
|
vlog fulladder.sv
|
|
vopt +acc work.testbench -o workopt
|
|
vsim workopt
|
|
|
|
# Add waveforms and run the simulation
|
|
add wave *
|
|
run -all
|
|
view wave
|