mirror of
https://github.com/MiSTer-devel/CDi_MiSTer.git
synced 2026-05-17 03:03:25 +00:00
- Fixes the cut off picture with "The 7th Guest". - Might not be accurate. More investigation needed. Also removal of debugging code.
9 lines
409 B
Bash
Executable File
9 lines
409 B
Bash
Executable File
verilator --top-module emu \
|
|
--trace --trace-fst --trace-structs --cc --assert --exe --build \
|
|
--build-jobs 8 sim_top.cpp -I../rtl \
|
|
../rtl/*.sv ../CDi.sv ../rtl/*.v \
|
|
-I../rtl/mpeg -I../rtl/mpeg/fma ../rtl/mpeg/*.v ../rtl/mpeg/*.sv \
|
|
../rtl/mpeg/fma/*.sv ../rtl/mpeg/fmv/*.sv \
|
|
tg68kdotc_verilog_wrapper.v ur6805.v \
|
|
/usr/lib/x86_64-linux-gnu/libpng.so && ./obj_dir/Vemu $*
|