[Milestone] memdomain virtualisation#22
Merged
shirohasuki merged 109 commits intomainfrom Mar 1, 2026
Merged
Conversation
Contributor
|
Yes sir! |
feat: update Module initialisation with instantiable wip: replace spad and acc with banks [pre-commit] feat: add scalafmt
Member
Author
|
thanks! @Mikemy666 |
f329d50 to
e0594f4
Compare
…ng and add ReluBall support
…improve ReluBall integration
…e customisation of blink status signals. feat: add domain channels
…el memory channel configurations
…ments in MemRouter
… memory channel configurations
…ng ChannelClusterIO
fix: add proxy support
0cd5ef2 to
306977b
Compare
af9f85f to
e0f33af
Compare
565bee8 to
af9f85f
Compare
[bbdev] fix: multithread kill bug
941b529 to
b8046e2
Compare
6763aca to
b8046e2
Compare
[bb-tests] fix: configure virtual banks for memory operations
227a359 to
38be7df
Compare
shirohasuki
commented
Feb 28, 2026
Comment on lines
18
to
19
| bb_mem_alloc(acc_bank_id, 1, 4); | ||
| bb_vbank_config(op1_bank_id, 0, 1); | ||
| bb_vbank_config(op2_bank_id, 0, 1); | ||
| bb_vbank_config(acc_bank_id, 1, 1); | ||
|
|
||
| bb_mvin((uintptr_t)a, op1_bank_id, size, 1); |
Member
Author
There was a problem hiding this comment.
we dont have this function now
…tion in im2col test
Member
Author
|
Successfully merged into the main repository branch. We made it to the end! |
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.
Status
🚧 Work In Progress — Do NOT merge yet.
Overview
This PR aims to support the first-stage memdomain virtualisation. Primarily involves enhancements to the programming model and modifications to the RTL code across various domains. I would continue updating this PR until the planned are deployed successfully.