回复 3# icfbicfb
谢谢回复,我之前已经使用命令derive_pg_connection -ground_net VSS -power_net VDD -tie了,但还是不行
我的电源域设置是
create_power_domainVDD18
create_supply_net-domain VDD18 VDD create_supply_net-domain VDD18 VSS create_supply_port -domain VDD18 VDD -direction in create_supply_port -domain VDD18 VSS set_domain_supply_net-primary_power_net VDD -primary_ground_net VSS VDD18 connect_supply_net-ports VDD VDD connect_supply_net-ports VSS VSS
在zrt route之后使用 derive_pg_connection -ground_net VSS -power_net VDD -tie 报出:reconnected total 0 tie highs and 190 tie lows 这时候写出的verilog门级网表里,
assign VSS = 1‘b0;
A inst_A(.(portA (VSS)));
接着使用connect_tie_cells -objects [get_pins -hier -filt "net_name == VSS"] -obj_type port_list -list_high_lib_cell TIEH -list_low_lib_cell TIEL,依然报出warning:
object A/portA is not a tie-high/tie-low port. Skipping(APL-016).
求指点,多谢了 |