summaryrefslogtreecommitdiff
path: root/hdl/defs.svh
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-05-22 17:09:03 -0700
committerJulian Blake Kongslie2022-05-22 17:09:03 -0700
commit085e5ceac41833f197c6cebda1c0ec925c59fb8b (patch)
treef8dd4565b12e78bab2070d839074e81d91359d8a /hdl/defs.svh
parentOnly sample RS232 signals once per clock; use a delayed flop internally. (diff)
downloadmultipdp8-085e5ceac41833f197c6cebda1c0ec925c59fb8b.tar.xz
Two-cycle memory arbiter, enabling 16 PDP-8s @ 50MHz.
Diffstat (limited to '')
-rw-r--r--hdl/defs.svh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/defs.svh b/hdl/defs.svh
index 3206764..f4590c8 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 2 8`define NUM_PDPS 16
9 9
10`define UART_BYTE_BITS 8 10`define UART_BYTE_BITS 8
11 11