diff options
| author | Julian Blake Kongslie | 2022-03-27 17:00:57 -0700 |
|---|---|---|
| committer | Julian Blake Kongslie | 2022-03-27 17:00:57 -0700 |
| commit | c0d7b3cce5c0800ea4fc808f7b633562e61078eb (patch) | |
| tree | 61e5260087494b45f8d3686d409c4fedb6becb1b | |
| parent | A more-fair memory arbiter that actually works. (diff) | |
| download | multipdp8-c0d7b3cce5c0800ea4fc808f7b633562e61078eb.tar.xz | |
12 PDP-8s! :-)
| -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 7c47723..44336eb 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 8 | 8 | `define NUM_PDPS 12 |
| 9 | 9 | ||
| 10 | `define UART_BYTE_BITS 8 | 10 | `define UART_BYTE_BITS 8 |
| 11 | 11 | ||
