mirror of
https://github.com/WangXuan95/FPGA-SDcard-Reader.git
synced 2025-01-13 20:02:53 +08:00
5 lines
184 B
Batchfile
5 lines
184 B
Batchfile
del sim.out dump.vcd
|
|
iverilog -g2001 -o sim.out tb_sd_file_reader.v sd_fake.v ../RTL/sd_file_reader.v ../RTL/sd_reader.v ../RTL/sdcmd_ctrl.v
|
|
vvp -n sim.out
|
|
del sim.out
|
|
pause |