mirror of
https://github.com/WangXuan95/Hard-PNG.git
synced 2025-01-13 20:22:52 +08:00
5 lines
172 B
Batchfile
5 lines
172 B
Batchfile
del sim.out dump.vcd
|
|
iverilog -g2001 -o sim.out tb_hard_png.v ../RTL/hard_png.v ../RTL/huffman_builder.v ../RTL/huffman_decoder.v
|
|
vvp -n sim.out
|
|
del sim.out
|
|
pause |