Skip to content

gergoerdi/eightbit-kansas-lava

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.