Skip to content

Commit

Permalink
[hardware] 🐛 Acknowledge MaskB operand of vector mask instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
suehtamacv committed Mar 9, 2021
1 parent bbf656d commit f88a8ac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hardware/src/masku/masku.sv
Original file line number Diff line number Diff line change
Expand Up @@ -466,6 +466,7 @@ module masku import ara_pkg::*; import rvv_pkg::*; #(
result_queue_valid_d[result_queue_write_pnt_q] = {NrLanes{1'b1}};

// Acknowledge the mask operand.
masku_operand_b_ready_o = masku_operand_b_valid_i;
masku_operand_m_ready_o = masku_operand_m_valid_i;

// Increment result queue pointers and counters
Expand Down

0 comments on commit f88a8ac

Please sign in to comment.