mirror of
https://github.com/MiSTer-devel/CDi_MiSTer.git
synced 2026-04-19 03:04:19 +00:00
- SCC68070 is booting cdi200.rom - SLAVE is communicating with the CPU - MCD212 only implements memory map - IRQs incomplete - CDIC missing - MiSTer interface missing
5 lines
214 B
Bash
Executable File
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
|