Lab 3: Review Notes / Potential Issues #5
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.