Skip to content

Commit

Permalink
[hardware] Clean-up unused clk-gating cell
Browse files Browse the repository at this point in the history
  • Loading branch information
mp-17 committed Sep 7, 2023
1 parent 5446a7c commit df14899
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 24 deletions.
18 changes: 0 additions & 18 deletions hardware/src/lane/clk_gating_generic.sv

This file was deleted.

7 changes: 1 addition & 6 deletions hardware/src/lane/vmfpu.sv
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,7 @@ module vmfpu import ara_pkg::*; import rvv_pkg::*; import fpnew_pkg::*;
// Clock-gate for the multipliers
logic clkgate_en_d, clkgate_en_q, clk_i_gated;

`ifdef GF22
clk_gating_gf22
`else
tc_clk_gating
`endif
i_simd_mul_manual_clk_gate (
tc_clk_gating i_simd_mul_manual_clk_gate (
.clk_i (clk_i ),
.en_i (clkgate_en_q),
.test_en_i (1'b0 ),
Expand Down

0 comments on commit df14899

Please sign in to comment.