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:
@@ -15,6 +15,7 @@ EXTRA_SIM_PREPROC_DEFINES += \
|
|||||||
+define+SIMULATION \
|
+define+SIMULATION \
|
||||||
+define+SV_DPI \
|
+define+SV_DPI \
|
||||||
+define+GPR_RESET \
|
+define+GPR_RESET \
|
||||||
|
+define+LSU_DUP_DISABLE \
|
||||||
+define+DBG_TRACE_CORE_PIPELINE_VCS
|
+define+DBG_TRACE_CORE_PIPELINE_VCS
|
||||||
|
|
||||||
# cargo handles building of Rust files all on its own, so make this a PHONY
|
# cargo handles building of Rust files all on its own, so make this a PHONY
|
||||||
|
|||||||
Reference in New Issue
Block a user