mirror of
https://github.com/WangXuan95/FpOC.git
synced 2025-01-17 23:22:52 +08:00
5 lines
169 B
Batchfile
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 |