mirror of
https://github.com/WangXuan95/Hard-JPEG-LS.git
synced 2025-01-28 21:12:53 +08:00
5 lines
131 B
Batchfile
5 lines
131 B
Batchfile
del sim.out dump.vcd
|
|
iverilog -g2005-sv -o sim.out tb_jls_encoder.sv ../RTL/jls_encoder.sv
|
|
vvp -n sim.out
|
|
del sim.out
|
|
pause |