sync: 2026/5/18 weekly documentation update#15
Draft
cursor[bot] wants to merge 1 commit into
Draft
Conversation
…configs Co-authored-by: Shiroha <whmio0115@gmail.com>
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.
Documentation Sync Update
This PR adds comprehensive documentation for recent Buckyball architecture and toolchain changes.
New Documentation
English (content/en/)
Architecture/Cache Hierarchy and Private Data Cache.md- New document covering the private dcache redesign, inclusive L2 cache configuration, software-managed coherency model, and cache performance considerationsToolChain Guide/System Control Unit.md- New document for the global multi-hart SCU subsystem, addressing hart-based UART, exit, and barrier functionalityTutorial/Embench Benchmark Suite.md- New document providing comprehensive guidance on building, running, and interpreting results from the Embench benchmark suiteChinese (content/zh/)
Architecture/Cache Hierarchy and Private Data Cache.md- Chinese translationToolChain Guide/System Control Unit.md- Chinese translationTutorial/Embench Benchmark Suite.md- Chinese translationUpdates to Existing Documentation
Architecture/Goban Multi-Core Architecture.md(both EN and ZH) - Updated configuration variants section to document new Goban sizes (1t4c, 4t16c, 8t8c) and clarify their specificationsBuckyball Code Areas Covered
arch/src/main/scala/framework/system/tile/BBTile.scala(recent dcache redesign commit a368d0e)arch/src/main/scala/sims/scu/SCU.scala(multi-hart refactor commit 45d41dd)arch/src/main/scala/examples/goban/(new configs in commits 2cf12b9, a28f742)bb-tests/workloads/src/CTest/toy/embench/(added in commit 3512a9c)Key Knowledge Gaps Addressed
Both English and Chinese documentation versions maintained in parallel with consistent structure and coverage.