Skip to content

Commit 1f47df8

Browse files
committed
replace disable-next-line with disable-line
Signed-off-by: Jack Luar <[email protected]>
1 parent 5810f53 commit 1f47df8

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

flow/designs/nangate45/bp_quad/bsg_chip.sdc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,5 +144,4 @@ set_input_delay -clock sdi_b_clk -max $mx_delay1 [get_ports p_co_8_i]
144144
set_input_delay -clock sdi_b_clk -min $mn_delay1 [get_ports p_co_8_i]
145145
set_input_delay -clock sdi_b_clk -clock_fall -max $mx_delay1 -add_delay [get_ports p_co_8_i]
146146
set_input_delay -clock sdi_b_clk -clock_fall -min $mn_delay1 -add_delay [get_ports p_co_8_i]
147-
set_timing_derate -early -cell_delay 0.97 [get_cells \
148-
{bp_processor/cc/y_0__x_0__tile_node/tile/core/fe/mem/icache/tag_mem/macro_bmem/db1_wb_0__bank/macro_mem}]
147+
set_timing_derate -early -cell_delay 0.97 [get_cells {bp_processor/cc/y_0__x_0__tile_node/tile/core/fe/mem/icache/tag_mem/macro_bmem/db1_wb_0__bank/macro_mem}] ;# tclint-disable-line line-length

flow/scripts/synth_wrap_operators.tcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ foreach info $deferred_cells {
3737
t:$type r:A_WIDTH>=10 r:Y_WIDTH>=14 %i %i
3838

3939
# make per-architecture copies of the unmapped module
40-
foreach modname [tee -q -s result.string select -list-mod A:arithmetic_operator A:copy_pending %i] {
40+
foreach modname [tee -q -s result.string select -list-mod A:arithmetic_operator A:copy_pending %i] { # tclint-disable-line line-length
4141
setattr -mod -unset copy_pending $modname
4242

4343
# iterate over non-default architectures

tclint.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ exclude = [
44
"flow/results",
55
"flow/logs",
66
"flow/designs/asap7/cva6/constraint.sdc",
7-
"flow/designs/nangate45/bp_quad/bsg_chip.sdc",
87
"tools/OpenROAD",
98
"tools/yosys",
109
"tools/yosys-slang",

0 commit comments

Comments
 (0)