mirror of
https://github.com/WangXuan95/FpOC.git
synced 2025-02-05 08:08:22 +08:00
5 lines
179 B
Batchfile
5 lines
179 B
Batchfile
del sim.out dump.vcd
|
|
iverilog -g2005-sv -o sim.out tb_clark_park_tr.sv ../RTL/foc/sincos.sv ../RTL/foc/clark_tr.sv ../RTL/foc/park_tr.sv
|
|
vvp -n sim.out
|
|
del sim.out
|
|
pause |