Rewrite run.sh script

This commit is contained in:
Nikolay Puzanov
2023-06-17 10:56:00 +03:00
parent 0cb0d82998
commit 142fb46b2f
20 changed files with 247 additions and 109 deletions

View File

@@ -1,5 +1,5 @@
#!/usr/bin/env bash
FFILE=../source/sources.f
. ../scripts/sim_vars.sh
iverilog -g2012 -o top -f $FFILE top.sv
iverilog -g2012 -o top -Ptop.CPU_COUNT=$CPU_COUNT -f $FFILE top.sv