AXI memory bus support

This commit is contained in:
Blaise Tine
2021-09-10 01:36:01 -07:00
parent ca46b0a0be
commit 18172fa611
6 changed files with 425 additions and 10 deletions

View File

@@ -28,7 +28,12 @@ CFLAGS += -DDUMP_PERF_STATS
LDFLAGS += -shared -pthread
#LDFLAGS += -dynamiclib -pthread
TOP = Vortex
ifdef AXI_BUS
TOP = Vortex_axi
CFLAGS += -DAXI_BUS
else
TOP = Vortex
endif
RTL_DIR = ../../hw/rtl
DPI_DIR = ../../hw/dpi