first commit
This commit is contained in:
14
half_adder/readme.md
Normal file
14
half_adder/readme.md
Normal file
@@ -0,0 +1,14 @@
|
||||
1. Compilar el testbench
|
||||
`
|
||||
iverilog -o .\half_adder_tb.vvp .\half_adder_tb.v
|
||||
`
|
||||
|
||||
2. Ejecutar simulacion del testbench
|
||||
`
|
||||
vvp .\half_adder_tb.vvp
|
||||
`
|
||||
|
||||
3. Visualizar ondas
|
||||
`
|
||||
gtkwave .\half_adder.vcd
|
||||
`
|
||||
Reference in New Issue
Block a user