Skip to content

Commit

Permalink
spatz: Fix mismatch in the VRF
Browse files Browse the repository at this point in the history
  • Loading branch information
suehtamacv committed Dec 5, 2023
1 parent 88739de commit 921484b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hw/ip/spatz/src/vregfile.sv
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,9 @@ module vregfile import spatz_pkg::*; #(
);

always_latch begin
`ifndef SYNTHESIS
if (!rst_ni)
mem[vreg][b] <= '0;
else
`endif
if (clk_latch)
mem[vreg][b] <= wdata_q[b*8 +: 8];
end
Expand Down

0 comments on commit 921484b

Please sign in to comment.