diff options
| author | Julian Blake Kongslie | 2022-03-20 17:27:41 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-03-20 17:27:41 -0700 |
| commit | 3a65ecf1581148b0c09e85c58019d017e78f1857 (patch) | |
| tree | 951f531e8f095d73e6b65ab31853a70b3ba85a0f /hdl/defs.svh | |
| parent | Cleanup of PDP-8 core to support arbitrated memory protocol. (diff) | |
| download | multipdp8-3a65ecf1581148b0c09e85c58019d017e78f1857.tar.xz | |
Run ~*EIGHT GODDAMN PDP-8s IN PARALLEL*~
It looks like we could probably fit 16 on the current FPGA, just about.
(doesn't meet timing at 50MHz, should in theory work at 40MHz)
Diffstat (limited to 'hdl/defs.svh')
| -rw-r--r-- | hdl/defs.svh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/defs.svh b/hdl/defs.svh index f8b1032..7c47723 100644 --- a/hdl/defs.svh +++ b/hdl/defs.svh | |||
| @@ -5,7 +5,7 @@ | |||
| 5 | 5 | ||
| 6 | `define PDP_ADDRESS_BITS 15 | 6 | `define PDP_ADDRESS_BITS 15 |
| 7 | 7 | ||
| 8 | `define NUM_PDPS 1 | 8 | `define NUM_PDPS 8 |
| 9 | 9 | ||
| 10 | `define UART_BYTE_BITS 8 | 10 | `define UART_BYTE_BITS 8 |
| 11 | 11 | ||
