mirror of
https://github.com/trcwm/Speech256.git
synced 2025-06-07 16:48:32 +02:00
7 lines
174 B
Batchfile
7 lines
174 B
Batchfile
mkdir bin
|
|
del bin\source.vvp
|
|
C:\iverilog\bin\iverilog -o bin\source.vvp -m va_math -g2005 -s SOURCE_TB source.v source_tb.v
|
|
cd bin
|
|
C:\iverilog\bin\vvp source.vvp -lxt2
|
|
cd ..
|