mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-22 21:17:46 -04:00
load attributes fix
This commit is contained in:
parent
da38909012
commit
34ab0c59b3
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ endgenerate
|
|||
|
||||
assign load_attributes.data_in = load_attributes_in;
|
||||
assign load_attributes.push = issue_request & shared_inputs.load;
|
||||
assign load_attributes.potential_push = 1;
|
||||
assign load_attributes.potential_push = ~load_attributes.full;
|
||||
assign load_attributes.pop = load_complete;
|
||||
|
||||
assign stage2_attr = load_attributes.data_out;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue