B:手动指定IO物体:
手动指定IO物体有下面两种方式:
1.用命令指定OI物体:set_opreand_isolation_cell,例如: set_operand_isolation_cell [get_cells U1]
2.在RTL代码中加综合指引(pragma)
例如:下面的RTL中加入了综合指令“//synopsys_isolate_operands":
if(c2 == 1’b1)
o = a + b ;
else
o = c + d ; //synopsys_isolate_operands