Files
CDi_MiSTer/scripts/convert_6805.sh
Andre Zeps ef6fcc9824 Removed git submodules
Copy of tg68k added to rtl subfolder

Also some cleanup on the READMEs
2025-06-12 21:41:05 +02:00

10 lines
246 B
Bash
Executable File

#!/bin/bash
# This script converts the 6805 VHDL code to Verilog usable by Verilator
set -e
cd "$(dirname "$0")/../rtl"
ghdl -a -fsynopsys -fexplicit 6805.vhd
ghdl synth --out=verilog -fexplicit -fsynopsys --latches ur6805 > ../sim2/ur6805.v