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

Controller: preloading ctrl & data #77

Closed
wants to merge 0 commits into from

Conversation

yyan7223
Copy link
Collaborator

@yyan7223 yyan7223 commented Feb 4, 2025

No description provided.

@@ -249,6 +302,42 @@ def update_received_msg():
# # TODO: Handle other cmd types.
# assert(False)

if controller_id == 0:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we still have such check, this is not aligned with our discussion

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you mean the input of recv_ctrl_pkt_queue is only recv_from_cpu_pkt,
and the decoded ctrl signals from recv_from_noc are directly sent to send_to_ctrl_ring_ctrl_pkt?

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Right, just isolate CMD_CONFIG from elif (s.recv_from_noc.msg.cmd == CMD_STORE_REQUEST) | (s.recv_from_noc.msg.cmd == CMD_CONFIG), send the ctrl signals to the ctrl_ring here. How does it sound?


s.recv_ctrl_pkt_queue = NormalQueueRTL(CtrlPktType)
s.recv_ctrl_pkt_queue = ChannelRTL(FromCpuPktType, latency = 1)
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The recv_ctrl_pkt_queue should be renamed to recv_from_cpu_pkt_queue.

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

Successfully merging this pull request may close these issues.

None yet

2 participants