-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
-
JSTK: RGB LED write is not atomic;
-
Mute:
(IF s_axis_tvalid = '1' AND m_axis_tready = '1' THEN)→ incorrect AXI check. Should checks_axis_treadyinstead. Current logic waits form_axis_treadyto assert valid. Would be correct ifs_axis_treadywere directly connected tom_axis_tready. -
Volume Controller: Waits for
m_axis_treadyto assert valid (IF s_axis_tvalid = '1' AND m_axis_tready = '1' THEN). -
Balance: Same AXI issue as above.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels