You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found an issue with vstu.sv running imatmul when the first AXI B response is significantly delayed, while vinsn_queue_d.issue_pnt returns to 0. The failure waveform is shown below.
As observed, when axi_b_valid is asserted, the condition in the combinational circuit of vstu.sv does not match, causing the entire system to stall.
The text was updated successfully, but these errors were encountered:
Issue
I found an issue with vstu.sv running imatmul when the first AXI B response is significantly delayed, while vinsn_queue_d.issue_pnt returns to 0. The failure waveform is shown below.
As observed, when axi_b_valid is asserted, the condition in the combinational circuit of vstu.sv does not match, causing the entire system to stall.
The text was updated successfully, but these errors were encountered: