|
发表于 2021-4-27 17:03:20
|
显示全部楼层
在synthesis時, 若想要使用被dont_use及dont_touch的cell時, 除了要把dont_use attribute remove掉之外, dont_touch attribute也要remove掉, 把下面constrain加入tcl中.
remove_attribute [get_cells library_name/TIE*] dont_use
remove_attribute [get_cells library_name/TIE*] dont_touch |
|