summaryrefslogtreecommitdiff
path: root/hdl/core.sv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Work in progress from May 9Julian Blake Kongslie2021-05-161-36/+44
|
* Keyboard input.Julian Blake Kongslie2021-05-091-2/+25
|
* Add a bunch of microcoded instructions.Julian Blake Kongslie2021-05-021-3/+90
| | | | This is a minimum viable PDP-8 that can print "Hello, world!" and halt.
* Fix a few trivial errors with vector sizes, state names, and syntax.Julian Blake Kongslie2021-04-181-4/+4
|
* PDP-8 memory opcodesJulian Blake Kongslie2021-04-181-84/+92
|
* Move the core logic out of the top module.Julian Blake Kongslie2021-04-181-0/+231