minor update

This commit is contained in:
Blaise Tine
2021-01-06 21:39:15 -08:00
parent 146c285aa0
commit 8aea9cbe07
3 changed files with 12 additions and 7 deletions

View File

@@ -55,6 +55,10 @@
`define SHARED_MEM_BASE_ADDR `IO_BUS_BASE_ADDR
`endif
`ifndef SHARED_MEM_BASE_ADDR_ALIGN
`define SHARED_MEM_BASE_ADDR_ALIGN 64
`endif
`ifndef IO_BUS_ADDR_COUT
`define IO_BUS_ADDR_COUT 32'hFFFFFFFC
`endif