mirror of
https://github.com/trcwm/Speech256.git
synced 2025-06-07 16:48:32 +02:00
8 lines
229 B
Batchfile
8 lines
229 B
Batchfile
python genctrlrom.py
|
|
mkdir bin
|
|
del bin\controller.vvp
|
|
C:\iverilog\bin\iverilog -o bin\controller.vvp -m va_math -g2005 -s CONTROLLER_TB controller.v controller_tb.v ctrlrom.v
|
|
cd bin
|
|
C:\iverilog\bin\vvp controller.vvp -lxt2
|
|
cd ..
|