lkg build rollout with 16cores optimization on arria10
This commit is contained in:
@@ -28,11 +28,12 @@ module VX_index_buffer #(
|
||||
wire [ADDRW-1:0] free_index;
|
||||
|
||||
VX_priority_encoder #(
|
||||
.DATAW (SIZE)
|
||||
.N (SIZE)
|
||||
) free_slots_encoder (
|
||||
.data_in (free_slots_n),
|
||||
.data_out (free_index),
|
||||
.valid_out (free_valid)
|
||||
.data_in (free_slots_n),
|
||||
.index (free_index),
|
||||
`UNUSED_PIN (onehot),
|
||||
.valid_out (free_valid)
|
||||
);
|
||||
|
||||
always @(*) begin
|
||||
|
||||
Reference in New Issue
Block a user