Explicitly disable LSU dedup in Vortex core

Our coalescer handles this on its own, and this makes trace verification
easier (so that all-same-address reqs still show up as tmask 1111.)
This commit is contained in:
Hansung Kim
2024-02-06 22:34:29 -08:00
parent 0384324e83
commit 9451f513bf

View File

@@ -15,6 +15,7 @@ EXTRA_SIM_PREPROC_DEFINES += \
+define+SIMULATION \
+define+SV_DPI \
+define+GPR_RESET \
+define+LSU_DUP_DISABLE \
+define+DBG_TRACE_CORE_PIPELINE_VCS
# cargo handles building of Rust files all on its own, so make this a PHONY