Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using Ruby-CHI as a soft NoC for cosimulation with Xiangshan tile #1164

Open
shinezyy opened this issue May 24, 2024 · 1 comment
Open

Using Ruby-CHI as a soft NoC for cosimulation with Xiangshan tile #1164

shinezyy opened this issue May 24, 2024 · 1 comment

Comments

@shinezyy
Copy link
Contributor

shinezyy commented May 24, 2024

To scale to many-core architecture, the L2 cache ports of Xiangshan core has been modified to support CHI (Xiangshan-L2-with-CHI-ports). However, there is not yet an open-source implemention of CHI NoC in RTL (neither Verilog nor Chisel).

We plan to tailor ICN/HNF from Ruby-CHI of GEM5 for co-simulation with Xiangshan processor. To achieve this, we are building an L2 wrapper to connect ICN with Xiangshan Tile (consisting of core and L2). Then L2 wrapper, ICN, HNF, and SNF will be instantiate with cxx-config.

There will be serveral patches:
First, we will enable cxx-config for RISC-V.
Then, we will seperate HasDownStream from AbstractCacheController, because only down stream node info are necessary for co-simulation, but many pure virtual functions are not. In addition, some functions like functionalRead() is infeasible for an RTL cache.
Finally, if possible, we want to provide a "Hello-world" example of co-simulating with an RTL RNF.

@shinezyy
Copy link
Contributor Author

Suggested labels for this issue:

arch-riscv
mem-ruby
enhancement

BobbyRBruce pushed a commit that referenced this issue May 29, 2024
allow to override ARCH in cxx config's Makefile

gem5 issue: #1164
Yuy1L1 pushed a commit to Yuy1L1/gem5 that referenced this issue Oct 7, 2024
allow to override ARCH in cxx config's Makefile

gem5 issue: gem5#1164
leoredivo pushed a commit to leoredivo/gem5-ATRemodeling that referenced this issue Oct 22, 2024
allow to override ARCH in cxx config's Makefile

gem5 issue: gem5#1164
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant