forked from tanchou/Verilog
4 lines
162 B
Batchfile
4 lines
162 B
Batchfile
@echo off
|
|
echo === Simulation avec Icarus Verilog ===
|
|
iverilog -g2012 -o runs/sim.vvp -s uart_tb src/verilog/*.v tests/verilog/*.v IP/verilog/*.v
|
|
vvp runs/sim.vvp |