Experiments of the third kind... This is an attempt at making a faithful and accurate HDL implementation of CADR. There will be no attempt at making this synthesizable!
There is a IRC channel on irc.libera.net, ##lispm for random chit-chat. Feel free to send bugs directly to [email protected].
Prerequisites:
-
Git
-
GNU Make
-
Ideally using the GCC or LLVM code generator, since at some point there will be a simulatd UART to talk to the core.
cd ~/
fossil open https://tumbleweed.nu/r/hdlmake.mk
git clone https://github.com/ams/cadr4
cd cadr4
make help
If writing or testing CADR microcode, then it is useful to have usim configured to be able to run CADRLP or the CADR Console debugger (CC).
-
ttl (package): contains all the ICs that are used by the CADR.
-
sn74: 74xx logic.
-
other: other ICs that do not fall into above categories.
-
unsorted: contains skeletons directly translated from the schematics; these are to be deleted / merged at some point.
-
-
cadr4 (package):
-
cpu.vhd: contains a exact transliteration of the original CADR schematics
-
cadr4_tb.vhd: with a testbench that is capable of exercising the CADR.
-
New documentation should be written in Markdown. At some point this should be migrated back into the Lisp Machine Manual or other suitable places.