Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gergoerdi/eightbit-kansas-lava
Kansas Lava implementation of eight-bit home computers
https://github.com/gergoerdi/eightbit-kansas-lava
commodore commodore-pet fpga haskell kansas-lava papilio retro xilinx
Last synced: about 2 months ago
JSON representation
Kansas Lava implementation of eight-bit home computers
- Host: GitHub
- URL: https://github.com/gergoerdi/eightbit-kansas-lava
- Owner: gergoerdi
- License: other
- Created: 2015-03-02T12:20:03.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2018-10-03T15:25:58.000Z (over 6 years ago)
- Last Synced: 2023-04-22T16:46:49.055Z (over 1 year ago)
- Topics: commodore, commodore-pet, fpga, haskell, kansas-lava, papilio, retro, xilinx
- Language: Haskell
- Size: 66.4 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
eightbit-kansas-lava
====================Kansas Lava implementation of various 8-bit home computers from the early 80's.
The target hardware is the [Papilio Pro](http://papilio.cc/index.php?n=Papilio.PapilioPro),
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
---------------------* Kansas Lava 0.2.4.1, available on Hackage
* [Shake build rules for Kansas Lava](http://github.com/gergoerdi/kansas-lava-shake)
* [MOS6502-kansas-lava](http://github.com/gergoerdi/mos6502-kansas-lava)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.