Replies: 2 comments 2 replies
-
end of requests means:
In addition, tvip-axi/src/tvip_axi_item.svh Line 177 in 9dc3483 Therefore, checking access type is not necessary. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I understand what you are saying. It is now up to subscriber to filter what is coming out of those ports. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I believe this code in monitor_base.svh is missing a condition.
tvip-axi/src/tvip_axi_monitor_base.svh
Line 35 in 9dc3483
This works for me:
if(item.request_ended() && (item.access_type == TVIP_AXI_WRITE_ACCESS)) begin
request_item_port.write(item);
end
Beta Was this translation helpful? Give feedback.
All reactions