A try to implement TIS 100 on a FPGA
Go to file
mrbesen 277a86ea64
ready for first tests, not working ofcourse
2020-02-04 19:41:15 +01:00
source ready for first tests, not working ofcourse 2020-02-04 19:41:15 +01:00
.gitignore src added not working or anything 2020-02-04 16:35:48 +01:00
LICENSE Initial commit 2020-02-04 16:31:06 +01:00
README.md src added not working or anything 2020-02-04 16:35:48 +01:00
tis-100.alp ready for first tests, not working ofcourse 2020-02-04 19:41:15 +01:00

README.md

TIS-100 in Lucid for FPGA

I tried to implement TIS-100 on a FPGA. I used the Mojo-v3 from alchitry.

You need a tool (i am going to create one soon) to send a savefile from you computer to the programed FPGA.

Things currently not supported:

  • ANY register - would just act like the NIL register
  • graphical Output - nowhere to output too
  • Stackstorage Nodes - comimg later
  • debugging in any way
  • speed control (step, fast run)

Keep in mind, that this is just a small Project to play around with a FPGA. I am pretty new to Lucid (the Language used) and i probably made every mistake - and bug - possible. So there is no warranty at all! But if you find something feel free to send me a message at y.g.2 (at) gmx (dot) de

Licence

This Project is Licenced under AGPLv3 a copy of the Licence should be alongside with the code.