Skip to content

Commit f361507

Browse files
committed
cgt: fix ibex_sky130hd_gated_tcl.vok -> ibex_sky130hd_gated.vok
Signed-off-by: Matt Liberty <[email protected]>
1 parent ea5aeb8 commit f361507

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cgt/test/ibex_sky130hd.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ create_clock [get_ports clk_i] -name core_clock -period 10
88
clock_gating -max_cover 50
99
set verilog_file [make_result_file ibex_sky130hd_gated_tcl.v]
1010
write_verilog $verilog_file
11-
diff_file ibex_sky130hd_gated_tcl.vok $verilog_file
11+
diff_file ibex_sky130hd_gated.vok $verilog_file

0 commit comments

Comments
 (0)