1
0
mirror of https://github.com/WangXuan95/FpOC.git synced 2025-01-17 23:22:52 +08:00
FpOC/SIM/tb_svpwm_run_iverilog.bat
2023-06-09 20:54:43 +08:00

5 lines
169 B
Batchfile

del sim.out dump.vcd
iverilog -g2001 -o sim.out tb_svpwm.v ../RTL/foc/sincos.v ../RTL/foc/cartesian2polar.v ../RTL/foc/svpwm.v
vvp -n sim.out
del sim.out
pause