summaryrefslogtreecommitdiff
path: root/hdl/core.sv (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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