summaryrefslogtreecommitdiff
path: root/hdl/defs.svh
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-04-17 15:57:29 -0700
committerJulian Blake Kongslie2022-04-17 15:58:55 -0700
commit1bc6bb6857357e3cd2b3756bd9608db86e1fa456 (patch)
tree2ddcea2f5b6be3e883a25fd76da493795cd77535 /hdl/defs.svh
parentIntegrate wrap bits into grey code for FIFO. (diff)
downloadmultipdp8-1bc6bb6857357e3cd2b3756bd9608db86e1fa456.tar.xz
Working (but very slow) RS232 UART
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 44336eb..3206764 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 12 8`define NUM_PDPS 2
9 9
10`define UART_BYTE_BITS 8 10`define UART_BYTE_BITS 8
11 11