mirror of
https://github.com/trcwm/Speech256.git
synced 2025-06-07 16:48:32 +02:00
6 lines
138 B
Batchfile
6 lines
138 B
Batchfile
mkdir bin
|
|
C:\iverilog\bin\iverilog -o bin\pwmdac.vvp -g2005 -s PWMDAC_TB pwmdac.v pwmdac_tb.v
|
|
cd bin
|
|
C:\iverilog\bin\vvp pwmdac.vvp
|
|
cd ..
|