Skip to content

Commit

Permalink
fix undriven signal
Browse files Browse the repository at this point in the history
  • Loading branch information
davideschiavone committed Oct 4, 2023
1 parent 29ffb5c commit f9d9599
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rtl/cv32e40p_ex_stage.sv
Original file line number Diff line number Diff line change
Expand Up @@ -413,6 +413,7 @@ module cv32e40p_ex_stage
assign apu_read_dep_for_jalr_o = 1'b0;
assign apu_write_dep_o = 1'b0;
assign fpu_fflags_o = '0;
assign fpu_fflags_we_o = '0;
end
endgenerate

Expand Down

0 comments on commit f9d9599

Please sign in to comment.