在Innovus中如果cell有fix属性,那么这颗cell的边框会比较粗。典型的cell,比如有tapcell,endcap和寄存器等cell。 避免特定multibit寄存器被拆分(debanking) dbSet [dbGetInstByName <flop_name>].dontSplitMultibit 1 避免特定multibit寄存器被合并(banking) dbSet [
[DEV]innovus 41> get_db [get_db clocks -index {view dtmf_view_setup}] .name dtmf_view_setup/vclk1 dtmf_view_setup/vclk2 如果只想要clock名字可以用下面的命令: [DEV]innovus 42> get_db [get_db clocks -index {view dtmf_view_setup}] .base_name vclk1 vclk2...