Subsections


SetRefIns

Name

SetRefIns - Defines the new "reference instance" for placement

Synopsys

SetRefIns ( ins )

Description

This function defines the new "reference instance", used as starting point in the relative placement functions.
It's regarding the abutmentbox of the instance ins that the next instance is going to be placed, if using the appropriate functions.

Note that the more recently placed instance becomes automaticaly the "reference instance", if SetRefIns isn't called.

Parameters

Example

Place      ( myInst1, NOSYM, 0, 0 )
PlaceRight ( myInst2, NOSYM       )

SetRefIns  ( myInst1 )
PlaceTop   ( myInst3, SYM_Y       )

myInst3 is on top of myInst1 instead of myInst2.

Errors

Some errors may occur :

See Also

Introduction Place PlaceTop PlaceBottom PlaceRight PlaceLeft DefAb ResizeAb

Sophie BELLOEIL
20051116.1