# Compile of lab1step1.v was successful.
vsim -gui work.lab1step1
# vsim -gui work.lab1step1 
# Start time: 19:35:54 on Aug 26,2021
# ** Note: (vsim-3812) Design is being optimized...
# Loading work.lab1step1(fast)
add wave -position insertpoint  \
sim:/lab1step1/A
add wave -position insertpoint  \
sim:/lab1step1/A \
sim:/lab1step1/B \
sim:/lab1step1/Z
force -freeze sim:/lab1step1/A 1'h0 0
force -freeze sim:/lab1step1/B 1'h0 0
run 100
force -freeze sim:/lab1step1/A 1'h1 0
run 100
force -freeze sim:/lab1step1/B 1'h1 0
run 100
force -freeze sim:/lab1step1/A 1'h0 0
run 100
quit
# End time: 20:35:36 on Aug 26,2021, Elapsed time: 0:59:42
# Errors: 0, Warnings: 5
