
This intermediate format is simulated with vvp command. For synthesis netlists can be generated.
The verilog designs can be simulated as follows. Here I am going to simulate a simple helloword module.
$ iverilog -o hello hello.v produce an intermediate format for simulation
$ vvp hello gives the result
No comments:
Post a Comment