first commit
This commit is contained in:
51
half_adder/half_adder.vcd
Normal file
51
half_adder/half_adder.vcd
Normal file
@@ -0,0 +1,51 @@
|
||||
$date
|
||||
Sat Feb 28 20:27:18 2026
|
||||
$end
|
||||
$version
|
||||
Icarus Verilog
|
||||
$end
|
||||
$timescale
|
||||
1s
|
||||
$end
|
||||
$scope module half_adder_tb $end
|
||||
$var wire 1 ! carry $end
|
||||
$var wire 1 " sum $end
|
||||
$var reg 1 # a $end
|
||||
$var reg 1 $ b $end
|
||||
$scope module add1 $end
|
||||
$var wire 1 % a $end
|
||||
$var wire 1 & b $end
|
||||
$var wire 1 ! carry $end
|
||||
$var wire 1 " sum $end
|
||||
$upscope $end
|
||||
$upscope $end
|
||||
$enddefinitions $end
|
||||
#0
|
||||
$dumpvars
|
||||
0&
|
||||
0%
|
||||
0$
|
||||
0#
|
||||
0"
|
||||
0!
|
||||
$end
|
||||
#1
|
||||
1"
|
||||
1$
|
||||
1&
|
||||
#2
|
||||
0$
|
||||
0&
|
||||
1#
|
||||
1%
|
||||
#3
|
||||
0"
|
||||
1!
|
||||
1$
|
||||
1&
|
||||
#4
|
||||
0!
|
||||
0$
|
||||
0&
|
||||
0#
|
||||
0%
|
||||
Reference in New Issue
Block a user