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