Fix the vga_alive with cache DUT #738
Merged
+15
−12
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several changes to the
big_core_cachel1
testbench and tracking files to fix memory handling and fix the codebase.Memory handling fix:
verif/big_core_cachel1/tb/big_core_cachel1_tb.sv
: Introduced a new temporary data memory arrayTempDMem
to facilitate backdoor memory loading and forcing operations. This change ensures thatTempDMem
is used for loading and forcing operations, and then its contents are assigned toDMem
. [1] [2]verif/big_core_cachel1/tb/big_core_cachel1_tb.sv
: Added assignment toNextDMem
fromDMem
to ensure consistency in memory writes.Codebase fixing the Verification:
verif/big_core_cachel1/tb/big_core_cachel1_tb.sv
: ReplacedMAFIA_DFF
macros with direct assignments for samplingcache2fm_req_q3
address and valid signals, to align correctly the access to far memory. (fixed the bug)verif/big_core_cachel1/tb/trk/big_core_cachel1_trk.vh
: ReplacedMAFIA_DFF
macros with direct assignments forRegionMemRdEnQ105H
, fixing the alignment for the tracker