fixed snoop forwarder dequue to support out of order responses

This commit is contained in:
Blaise Tine
2020-05-23 20:19:54 -04:00
parent 9398c07afb
commit c54fa50715
4 changed files with 3637 additions and 98765 deletions

View File

@@ -12,13 +12,13 @@ DBG_PRINT_FLAGS = -DDBG_PRINT_CORE_ICACHE \
-DDBG_PRINT_DRAM \
-DDBG_PRINT_OPAE
DBG_PRINT=$(DBG_PRINT_FLAGS)
#DBG_PRINT=$(DBG_PRINT_FLAGS)
#MULTICORE += -DNUM_CLUSTERS=2 -DNUM_CORES=4
#MULTICORE += -DNUM_CLUSTERS=1 -DNUM_CORES=4
#MULTICORE += -DNUM_CLUSTERS=1 -DNUM_CORES=2
DEBUG = 1
#DEBUG = 1
CFLAGS += -fPIC
@@ -45,10 +45,10 @@ VL_FLAGS += -DGLOBAL_BLOCK_SIZE=64
# Debugigng
ifdef DEBUG
VL_FLAGS += --trace $(DBG_PRINT)
CFLAGS += -DVCD_OUTPUT
VL_FLAGS += --trace -DVCD_OUTPUT $(DBG_PRINT)
CFLAGS += -DVCD_OUTPUT $(DBG_PRINT)
else
CFLAGS += -DNDEBUG $(DBG_PRINT)
CFLAGS += -DNDEBUG
VL_FLAGS += -DNDEBUG
endif

File diff suppressed because it is too large Load Diff