File tree Expand file tree Collapse file tree 3 files changed +2
-4
lines changed
designs/nangate45/bp_quad Expand file tree Collapse file tree 3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -144,5 +144,4 @@ set_input_delay -clock sdi_b_clk -max $mx_delay1 [get_ports p_co_8_i]
144144set_input_delay -clock sdi_b_clk -min $mn_delay1 [get_ports p_co_8_i]
145145set_input_delay -clock sdi_b_clk -clock_fall -max $mx_delay1 -add_delay [get_ports p_co_8_i]
146146set_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
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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" ,
You can’t perform that action at this time.
0 commit comments