mirror of
https://github.com/WangXuan95/Hard-JPEG-LS.git
synced 2025-01-17 20:42:53 +08:00
5 lines
126 B
Batchfile
5 lines
126 B
Batchfile
del sim.out dump.vcd
|
|
iverilog -g2001 -o sim.out tb_jls_encoder.v ../RTL/jls_encoder.v
|
|
vvp -n sim.out
|
|
del sim.out
|
|
pause |