summaryrefslogtreecommitdiff
path: root/PLAN
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-02-27 17:21:05 -0800
committerJulian Blake Kongslie2022-02-27 17:21:05 -0800
commit0553c4839c06011bd044f69b4913e5c793fdd2ec (patch)
treed11e69863532621fe1fa55cc7e8aa2a8cfa3b727 /PLAN
downloadmultipdp8-0553c4839c06011bd044f69b4913e5c793fdd2ec.tar.xz
Initial commit.
Diffstat (limited to 'PLAN')
-rw-r--r--PLAN20
1 files changed, 20 insertions, 0 deletions
diff --git a/PLAN b/PLAN
new file mode 100644
index 0000000..d60dec5
--- /dev/null
+++ b/PLAN
@@ -0,0 +1,20 @@
11. fix hello.pal (in noncpu)
22. fix hello.pal (in multipdp8) (it only sees bytes with the lowest bit set)
3
4 +---------+
5 +-----+ Arbiter <-----------------------------------------------+
6 | +-^-------+ |
7 | | |
8 | | |
9 | | |
10+------v-+ +-+--------------+ +-+--------------+
11| UART 0 +---> Command Parser +-----+ | Result Printer |
12+--------+ +----------------+ | +-^--------------+
13 | |
14 +-------+ | +----------------+ |
15 | Cache | | | Another Cache | |
16+--------+ +-------+ +-v-------+ +----------------+ +-+-----------+
17| UART 1 +---> PDP-8 +------------> Arbiter +---> RAM Controller +---> Broadcaster |
18+--------+ +-----^-+ +---------+ +----------------+ +-+-----------+
19 | |
20 +---------------------------------------------------+