Files
CDi_MiSTer/sim2/sim_slave.sh
Andre Zeps b99ab86b09 First public release
- SCC68070 is booting cdi200.rom
- SLAVE is communicating with the CPU
- MCD212 only implements memory map
- IRQs incomplete
- CDIC missing
- MiSTer interface missing
2024-07-08 19:22:59 +02:00

5 lines
214 B
Bash
Executable File

verilator --top-module tb_slave --trace --cc --assert --exe --timing --build \
--build-jobs 8 sim_slave.cpp \
tb_slave.sv ../rtl/ur6805.v ../rtl/u3090mg.sv \
../rtl/uc_68hc05.sv && ./obj_dir/Vtb_slave