如果EF没有设定mode,则它会往上层寻找,一旦找到B,则使用B的mode。如果B也没有设定mode,才会继续往上寻找,找到A,就以A的mode为准。
Design Compiler uses the wire load model of the smallest design that fully encloses the
net. If the design enclosing the net has no wire load model, the tool traverses the design
hierarchy upward until it finds a wire load model. Enclosed mode is more accurate than
top mode when cells in the same design are placed in a contiguous region during layout.
Use enclosed mode if the design has similar logical and physical hierarchies.