tnt
08/01/2023, 5:55 PMWarning: There are 9 unclocked register/latch pins
and then it lists them. One of them is listed as top_I.ctrl_I/genblk1[1].cnt_bit_I.cell0_I/CLK
. It's a pin inside an instance of the current design. top_I.ctrl_I
is the name ofthe instance and inside of it there is a FF instance genblk1[1].cnt_bit_I.cell0_I
that has a pin named CLK
. But no matter WTF I do I cannot for the life of me make a [get_pins ...]
command match it ...tnt
08/01/2023, 8:08 PM