Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1021 Bytes

README.md

File metadata and controls

32 lines (23 loc) · 1021 Bytes

eightbit-kansas-lava

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.

Implemented machines

  • Commodore PET (WIP)

Software Dependencies

Setup

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.