mirror of
https://github.com/WangXuan95/FpOC.git
synced 2025-01-28 23:52:53 +08:00
5 lines
176 B
Batchfile
5 lines
176 B
Batchfile
del sim.out dump.vcd
|
|
iverilog -g2005-sv -o sim.out tb_svpwm.sv ../RTL/foc/sincos.sv ../RTL/foc/cartesian2polar.sv ../RTL/foc/svpwm.sv
|
|
vvp -n sim.out
|
|
del sim.out
|
|
pause |