mirror of
https://github.com/WangXuan95/FpOC.git
synced 2025-01-28 23:52:53 +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 |