exit out of verilate on linux

This commit is contained in:
Alan Steremberg
2021-06-30 06:07:39 -07:00
parent 578e93313b
commit 77401932b2

View File

@@ -2,6 +2,10 @@ if [[ $OSTYPE == 'darwin'* ]]; then
exit;
fi
if [[ $OSTYPE == 'linux'* ]]; then
exit;
fi
verilator -cc -exe --public --compiler msvc +define+SIMULATION=1 --converge-limit 2000 --top-module emu sim.v \
../rtl/dpram.v \
../rtl/spram.v \