summaryrefslogtreecommitdiff
path: root/hdl/defs.svh
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--hdl/defs.svh3
1 files changed, 2 insertions, 1 deletions
diff --git a/hdl/defs.svh b/hdl/defs.svh
index 73fddaf..dc4a243 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 4 8`define NUM_PDPS 8
9 9
10`define UART_BYTE_BITS 8 10`define UART_BYTE_BITS 8
11 11
@@ -56,5 +56,6 @@ typedef struct packed {
56typedef struct packed { 56typedef struct packed {
57 pdp_line_address_t address; 57 pdp_line_address_t address;
58 bit snoop; 58 bit snoop;
59 bit data_valid;
59 ram_line_t data; 60 ram_line_t data;
60} mem_to_core_t; 61} mem_to_core_t;