mirror of
https://github.com/MiSTer-devel/InputTest_MiSTer.git
synced 2026-05-17 03:03:52 +00:00
exit out of verilate on linux
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user