Skip to content
Snippets Groups Projects
Commit 6d96d30d authored by dam1n19's avatar dam1n19
Browse files

SOC1-162: Fixed data req bug when valid data at constructor

parent e93c1e93
No related branches found
No related tags found
No related merge requests found
......@@ -98,7 +98,8 @@ module wrapper_ahb_packet_constructor #(
.hreadys (hreadys),
// Engine Data Ready Signal
.constructor_ready (constructor_ready),
// - only when constructor is ready AND there is no valid data at the constructor
.constructor_ready (constructor_ready & !packet_data_valid),
// Data Request Signal
.data_req (data_req)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment