mirror of
https://github.com/WangXuan95/FTDI-245fifo-interface.git
synced 2025-01-14 06:42:52 +08:00
5 lines
118 B
Batchfile
5 lines
118 B
Batchfile
del sim.out dump.vcd
|
|
iverilog -g2001 -o sim.out ./*.v ../RTL/ftdi_245fifo/*.v
|
|
vvp -n sim.out
|
|
del sim.out
|
|
pause |