URL
https://opencores.org/ocsvn/sockit_owm/sockit_owm/trunk
Subversion Repositories sockit_owm
[/] [sockit_owm/] [trunk/] [sim/] [iverilog_gtkwave.cmd] - Rev 5
Go to most recent revision | Compare with Previous | Blame | View Log
REM cmd script for running the onewire example
:: cleanup first
erase onewire.out
erase onewire.vcd
:: compile the verilog sources (testbench and RTL)
iverilog -o onewire.out onewire_tb.v onewire_slave_model.v ..\sockit_owm\sockit_owm.v
:: run the simulation
vvp onewire.out
:: open the waveform and detach it
gtkwave onewire.vcd gtkwave.sav &
Go to most recent revision | Compare with Previous | Blame | View Log