mirror of
https://github.com/openhwgroup/cva5.git
synced 2025-04-20 12:07:53 -04:00
struct to bit vector
This commit is contained in:
parent
d79aba9d23
commit
b3d39d0ebf
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ module write_back(
|
|||
//////////////////////////////////////
|
||||
|
||||
//Inflight packets
|
||||
inflight_instruction_packet packet_table [MAX_INFLIGHT_COUNT-1:0];
|
||||
logic[$bits(inflight_instruction_packet)-1:0] packet_table [MAX_INFLIGHT_COUNT-1:0];
|
||||
|
||||
//aliases for write-back-interface signals
|
||||
logic [MAX_INFLIGHT_COUNT-1:0] unit_done_next_cycle [NUM_WB_UNITS-1:0];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue