mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-22 13:07:33 -04:00
port order fix
This commit is contained in:
parent
e8cd051c40
commit
f949dc1154
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ module taiga (
|
|||
div_inputs_t div_inputs;
|
||||
gc_inputs_t gc_inputs;
|
||||
|
||||
unit_issue_interface unit_issue [NUM_UNITS]();
|
||||
unit_issue_interface unit_issue [NUM_UNITS-1:0]();
|
||||
logic alu_issued;
|
||||
|
||||
exception_packet_t ls_exception;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue