Albert/backend - #1
Open
Abert223 wants to merge 139 commits into
Open
Conversation
jiayi-wang98
requested changes
Nov 28, 2025
jiayi-wang98
left a comment
Owner
There was a problem hiding this comment.
Thanks for the effort! Please see inline comments for changes. And for next PR, make sure that when you run the testbench, there's no warning when compiling RTLs and all testcases pass.
patrickh567
reviewed
Nov 28, 2025
patrickh567
reviewed
Nov 28, 2025
patrickh567
reviewed
Nov 28, 2025
patrickh567
reviewed
Nov 28, 2025
patrickh567
requested changes
Nov 28, 2025
patrickh567
left a comment
Collaborator
There was a problem hiding this comment.
Please address issues mentioned in comments before merging
added 2 commits
December 1, 2025 16:45
jiayi-wang98
requested changes
Dec 2, 2025
jiayi-wang98
left a comment
Owner
There was a problem hiding this comment.
Thanks for the PR. Please see inline comments of BITMAP_WIDTH.
jiayi-wang98
requested changes
Dec 13, 2025
jiayi-wang98
left a comment
Owner
There was a problem hiding this comment.
Looks great with some minor issues.
Please try to test in testbench with different parameters (such as 64/32-bit address width and 64/32-bit data width and other parameters) so that we can tell if we missed any place to be changed from the VCS warning "connection width mismatch".
…rbitration. Got slighly confused about write addressing, need to sort out where to do adress translation(bank select) for write addresses
block commit updated / ldst takes 32 bits now
…n to fix connection
…vortex4dice into dice_cgra_core_integration
De developement aadithya
…vortex4dice into dice_cgra_core_integration
…ntiation of the memory/cache into tb, will wire tmcu later in main file
Scoreboard refactor fixed. back-to-back cta dispatch possible
…vortex4dice into dice_cgra_core_integration
Albert/backend
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Parameterized the logic within the ldst unit files and testbenches. Test bench ran back with all test passing with original parameters, have not tried new parameters yet.