Kansas Lava implementation of various 8-bit home computers from the early 80's. The target hardware is the Papilio Pro, but anything supported by Kansas Lava that has the right IO ports should work without too much hassle.
- Commodore PET (WIP)
- Kansas Lava 0.2.4.1, available on Hackage
- Shake build rules for Kansas Lava
- MOS6502-kansas-lava
Create a build.mk
file and set either XILINX_ROOT
or XILINX_WRAPPER
variables:
- Use
XILINX_ROOT
to run Xilinx tools directly from the given directory - Use
XILINX_WRAPPER
to run Xilinx tools via a wrapper script that is passed the tool name as the first argument. This is useful for example if you need to run the toolchain in a Docker container.