summaryrefslogtreecommitdiff
path: root/hdl/defs.svh
diff options
context:
space:
mode:
authorJulian Blake Kongslie2022-06-05 15:34:23 -0700
committerJulian Blake Kongslie2022-06-05 15:42:26 -0700
commit9ce65b7d3573d92e1d98a13b58a5d5763ba073c5 (patch)
tree7486552ff9428dcb76e22593f445a657b121f443 /hdl/defs.svh
parentSMC micro. (diff)
downloadmultipdp8-9ce65b7d3573d92e1d98a13b58a5d5763ba073c5.tar.xz
Working L1 cache.
Diffstat (limited to 'hdl/defs.svh')
-rw-r--r--hdl/defs.svh2
1 files changed, 1 insertions, 1 deletions
diff --git a/hdl/defs.svh b/hdl/defs.svh
index f4590c8..f8b1032 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 16 8`define NUM_PDPS 1
9 9
10`define UART_BYTE_BITS 8 10`define UART_BYTE_BITS 8
11 11