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

[feature] Simple controller #36

Merged
merged 4 commits into from
Dec 5, 2024
Merged

[feature] Simple controller #36

merged 4 commits into from
Dec 5, 2024

Conversation

tancheng
Copy link
Owner

@tancheng tancheng commented Dec 3, 2024

A simple controller connected to each CGRA

  • The simple controller interfaces val/rdy with en/rdy ifcs
  • A ring (or any other topology) network would connect to multiple controllers
  • The simple controller only manipulate the data type from/to CGRA to/from ring, while more complicated functionalities can be followed up
    • Dynamic VFS
    • Dynamic rescheduling
    • Dynamic execution time monitoring
    • Invoke/halt specific tiles
      • The tiles need to be connected to the controller through another NoC instead of via a broadcast bus

@tancheng tancheng self-assigned this Dec 3, 2024
controller/ControllerRTL.py Outdated Show resolved Hide resolved
controller/test/ControllerRTL_test.py Show resolved Hide resolved
controller/test/ControllerRTL_test.py Show resolved Hide resolved
controller/test/ControllerRTL_test.py Show resolved Hide resolved
controller/test/ControllerRTL_test.py Show resolved Hide resolved
@yyan7223 yyan7223 requested review from yyan7223 and yuqisun and removed request for yyan7223, MeowMJ and yuqisun December 5, 2024 23:16
@tancheng tancheng merged commit e3d57ff into master Dec 5, 2024
1 check passed
@tancheng tancheng mentioned this pull request Dec 6, 2024
2 tasks
This was linked to issues Dec 6, 2024
@tancheng tancheng added the new feature New feature or request label Dec 6, 2024
@tancheng tancheng linked an issue Dec 6, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new feature New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

[P1] CGRA controller [P1] Integrate NoC to scale it up/out [P2] Installation and Data Preloading Issue
2 participants