Skip to content

Commit c01b6b2

Browse files
committed
replace cluster_clock_gating with tc_clk_gating
1 parent 6f0e467 commit c01b6b2

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

rtl/hwpe_ctrl_regfile_latch.sv

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,7 @@ module hwpe_ctrl_regfile_latch
6262
genvar x;
6363
genvar y;
6464

65-
cluster_clock_gating CG_WE_GLOBAL
66-
(
65+
tc_clk_gating CG_WE_GLOBAL (
6766
.clk_o ( clk_int ),
6867
.en_i ( WriteEnable | clear ),
6968
.test_en_i ( 1'b0 ),
@@ -119,8 +118,7 @@ module hwpe_ctrl_regfile_latch
119118
begin : CG_CELL_WORD_ITER
120119
for(y=0; y<NUM_BYTE; y++)
121120
begin : CG_CELL_BYTE_ITER
122-
cluster_clock_gating CG_Inst
123-
(
121+
tc_clk_gating CG_Inst (
124122
.clk_o(ClocksxC[x][y]),
125123
.en_i(WAddrOneHotxD[x][y]),
126124
.test_en_i(1'b0),

0 commit comments

Comments
 (0)