diff options
Diffstat (limited to '')
| -rw-r--r-- | PLAN | 20 |
1 files changed, 20 insertions, 0 deletions
| @@ -0,0 +1,20 @@ | |||
| 1 | 1. fix hello.pal (in noncpu) | ||
| 2 | 2. 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 | +---------------------------------------------------+ | ||
