View Library View Table Of Contents View Previous Chapter in Book View Next Chapter in Book Open PDF to print book Search Cadence Library Email Comments Help Using Documentation Shut Down Cadence Documentation Server


Virtuoso Layout Editor User Guide, Product Version 5.0


11


Editing and Defining Properties

This chapter contains these topics:




Understanding Properties

The Properties command lets you edit the information that defines selected objects. Every object in your database has information associated with it. The Edit Properties form displays this information, dividing it into the following categories:



About the Edit Properties Form

To open the Edit Properties form,

      Select an object before or after doing one of the following:

The title and contents of the form vary with the object you select.

Next highlights the next object in the group and resets the form to show that object's properties.

Previous highlights the previous object in the group and resets the form to show that object's properties.

Attribute represents the characteristics of the object. The available attributes vary, depending on the type of object. If the object is a ROD multipart path (MPP), the Subpart option appears. See "Viewing the Attributes of a ROD Multipart Path".

Connectivity displays routing and net information about selected pins and shapes on a net. Only pins display I/O Type or Access Direction.

Parameter displays any parameters defined for a parameterized cell.

Property sets the properties of the object and lets you add your own properties to an object.

ROD displays the ROD properties of the object.

Common lets you edit properties common to a group of selected objects. The Common functionality does not support ROD objects.



Displaying Properties

To display the properties of an object,

  1. Choose Edit - Properties [q].

  2. Select one or more objects.

    The Edit Properties form for the first selected object appears.

  3. Click on the appropriate radio button at the top of the form to see attributes, connectivity, parameters, or user-defined properties.

  4. Set Common to see the common properties of all selected objects.

  5. Click Next to display the data for another selected object.

  6. Click Previous to display the data for the previous object.

  7. Click Cancel to close the form.



Editing an Object's Properties

To edit the properties for one object,

  1. Select the object.

  2. Choose Edit - Properties [q].

    The Edit Properties form appears.

  3. Type or select new values for the object.

  4. Click OK.

    The object is changed to show the new values.



Editing Properties for a Group of Objects

To edit properties for a group of objects,

  1. Select all the objects you want to edit.

  2. Choose Edit - Properties [q].

    The Edit Properties form appears.

  3. Set Common on.

    The values for all properties common to the selected objects appear. If a property does not apply to all or is different for some of the selected objects, its value appears as AS IS, meaning this property cannot be changed on any of the selected objects.

  4. Type or select new values for the objects.

  5. Click OK.



Editing Many-to-Many Instance Parameters

If a pcell instance is part of a Many-to-Many group in a connectivity-driven flow containing Many-to-Many instance mapping module generators, the parameters are editable in the Edit Instance Properties form.

To edit properties for a many-to-many group of instances,

  1. Select all the instances you want to edit.

  2. Choose Edit - Properties [q].

    The Edit Instance Properties form appears.

  3. Click on the parameter button at the top of the form.

    The Common button cannot be selected when editing multiple instances.

  4. In the upper section of the form (MTM Shared Parameters), edit any shared parameters of the pcells in the fields.

    Only parameters shared by all of the selected instances are displayed in the upper section of the form.

    Fields with boolean parameters are turned on or off by clicking in the square. Other fields contain numbers or text, or cyclic buttons for editing.

  5. In the lower section of the form (MTM Instance Parameters), select any instance parameter by clicking on the cyclic field in the lower portion of the form.

    The cyclic field contains the names of all the parameters of the selected instances, whether or not they are shared. The name of the instance or instances containing the selected parameter are displayed on the left side of the lower portion of the form. The parameter values are displayed in the field next to the instance name on the right side of the lower portion of the form. These fields are editable if the parameter exists in the instance.

  6. Edit the value of the parameter in the field next to the name of the instance you are editing.

  7. Click Apply.



Searching for and Replacing Properties

You can search for one or more objects with identical properties and replace those properties with a new value. This way you can quickly change a large number of objects.

To search for objects and replace their properties,

  1. Choose Edit - Search [Shift-s].

  2. Use the Search form to choose the object you want to search for and to set any search criteria.

  3. In the Replace cyclic field, choose the type of property you want to replace.

  4. Type or select the new value.

  1. Click Apply.

    The layout editor highlights all of the objects it finds.

    All the objects are now in a search group. The first object in the group is highlighted in a different color.

  2. Click Previous or Next to select different objects in the search group.

  3. To change the properties, do one of the following:

    • Click Replace to change the property for the first object in the search stack.

    • Click Replace All to change properties for all of the highlighted objects.

  4. When you are finished changing objects, click Cancel.



About the ROD Property Form

The ROD property form displays the ROD name, handle, and alignment information of the object or instance.

ROD Name displays the name of the ROD object.

Handle displays the system handle and user handle information. A handle is an attribute of, or item of information about, a ROD object, such as the coordinates of a point on the bounding box around an object, the width of the bounding box of an object, or the resistance of an object.

Alignment displays the alignment information about two ROD objects. You can edit these fields if the objects have alignment values assigned to them, otherwise the fields are empty. When looking at the alignment information for two objects, the selected object is Align object. The separation is the distance from Reference object (unselected) to Align object (selected).

For complete information on setting ROD handles and alignment, see the Virtuoso Relative Object Design User Guide.

For examples of how to edit aligned ROD objects using the Edit Properties form, see the Cell Design Tutorial.



About the Add Property Form

You use the Add Property form to define a new property.

To open the Add Property form,

      Click Add in the Edit Cellview Properties form or the Edit Properties form.

Name specifies the name to assign to this property. This name will appear on the Edit Properties or the Edit Cellview Properties form.

Type controls the type of value for the property. This can be Int (integer), Float (floating-point number), String (any text, displayed in a cyclic field), Time (date and time), Boolean (on or off), or ILList (list of IL values).

Value shows either a text entry field, a Boolean button, or a cyclic field, depending on the Type setting.

Choices sets the possible values that appear in the cyclic field for a string property. One of the values listed here must match the default shown in Value.

Minimum and Maximum display the minimum and maximum values for integer, floating-point, and time properties. The values appear in parentheses after the property name in the Edit Properties or the Edit Cellview Properties form.



Defining a New Cellview Property

A cellview property is information that you or a Cadence application assigns to the cellview. This information can be used to override default information or to add information for further processing by other applications. For example, when postprocessing cells, you could have a SKILL routine use a property to identify which cells to process.

To define a new cellview property,

  1. Choose Design - Properties [Shift-q].

    The Edit Cellview Properties form appears.

  2. Click Property.

    The properties of the cellview appear. Most of these properties correspond to settings in the Display Options form.

  3. Click Add.

    The Add Property form appears.

  4. Fill out the Add Property form.

  5. Click OK.

    Your new property appears at the bottom of the Edit Cellview Properties form.



Defining a New Object Property

An object property is information that you assign to a contact, circle, donut, ellipse, instance, label, path, pin, polygon, or rectangle. This information can be used to identify an object or to add information for further processing by other applications.

To define a new object property,

  1. Choose Edit - Properties [q].

  2. Select one or more objects.

    The Edit Properties form for the first selected object appears.

  3. Click Property.

    The properties of the object appear.

  4. Click Add.

    The Add Property form appears.

  5. Fill out the Add Property form.

  6. Click OK.

    Your new property appears at the bottom of the Edit Properties form.



About the Modify Property Form

The Modify Property form lets you change a user-created property.

Note:  You can modify and delete only those properties you added using the Add Property form.

Name displays the name of the property.

Type controls the type of value for the property. This can be Int (integer), Float (floating-point number), String (any text, displayed in a cyclic field), Time (date and time), Boolean (on or off), or ILList (list of IL values).

Value sets the default value for this property. This line can show a text entry field, a Boolean button, or a cyclic field, depending on the Type setting.

Choices sets the possible values that appear in the cyclic field for a string property. One of the values listed here must match the default shown in Value.

Minimum and Maximum set the minimum and maximum values for integer, floating-point, and time properties. The values appear in parentheses after the property name in the Edit Cellview Properties or the Edit Properties form.



Changing a Property Using the Modify Property Form

To change a user-created property,

  1. Click Modify in the Edit Cellview Properties form or the Edit Properties form.

    The Modify Property form appears.

  2. Do one of the following:

  3. Click Property.

    The properties of the object or cellview appear.

  4. Click on the property label you want to change.

  5. Click Modify.

    The Modify Property form appears.

  6. In the Modify Property form, make your changes.

  7. Click OK.



Deleting a Property

To delete a property,

  1. Do one of the following:

  2. Click Property.

    The properties of the object or cellview appear.

  3. Click on the property label you want to delete.

  4. Click Delete.

    The property is deleted from the form.




Editing Object Attributes

The characteristics that define an object are known as the object's attributes. All design objects have default attributes, such as color.

To change the attributes of an object,

  1. Choose Edit - Properties [q].

  2. Select the object.

    The Edit Properties form for that object appears.

  3. In the Edit Properties form, set the Attribute button on.

  4. Change any of the attributes.

  5. Click Apply.



Viewing the Attributes of a Contact

The Edit Contact Properties form lets you view and change the attributes and add, modify, or delete properties of a contact.

To view the attributes of a contact,

  1. Select a contact.

  2. Choose Edit - Properties [q].

    The Edit Contact Properties form appears.

Contact Type selects the contact from the technology file and controls the layers on which the contact is drawn.

Justification sets the origin of a single contact or of a contact array.

Origin: x and y set the X and Y coordinates of the contact origin.

Width and Length set the width and length of the contact or via cut, in user units (typically microns).

Rows and Columns set the number of rows or the number of columns of contact cuts in a contact array.

Delta X sets the horizontal distance between the center points of the contacts when Rows is set to greater than 1.

Delta Y sets the vertical distance between the center points of the contacts when Columns is set to greater than 1.



Viewing the Attributes of a Donut

The Edit Donut Properties form lets you view and change the attributes and add, modify, or delete properties of a donut.

To view the attributes of a donut,

  1. Select a donut.

  2. Choose Edit - Properties [q].

    The Edit Donut Properties form appears.

Layer sets the layer on which the donut is drawn.

bBox displays the coordinates of the box surrounding the donut.

Center: x and y set the X and Y coordinates of the center of the donut.

Inner Radius and Outer Radius set the inner and outer radius of the donut.



Viewing the Attributes of a Dot

The Edit Dot Properties form lets you view and change the attributes and add, modify, or delete properties of a dot. If the dot is a ROD object, you can edit the ROD properties by choosing the ROD category.

To view the attributes of a dot,

  1. Select a dot pin.

  2. Choose Edit - Properties [q].

    The Edit Dot Properties form appears.

Layer sets the layer of the dot.

bBox displays the coordinates of the bounding box of the dot.

Center: x and y set the X and Y coordinates of the dot origin.

Width sets the width of the dot in user units (usually microns).

Height sets the height of the dot in user units (usually microns).

ROD Name displays the name of the dot if it is a ROD object.



Viewing the Attributes of an Ellipse or Circle

The Edit Ellipse Properties form lets you view and change the attributes and add, modify, or delete properties of an ellipse or circle.

To view the attributes of an ellipse or circle,

  1. Select an ellipse or circle.

  2. Choose Edit - Properties [q].

    The Edit Ellipse Properties form appears.

Layer sets the layer of the ellipse or circle.

Left, Right, Bottom, and Top set the coordinates of the box that defines the ellipse or circle.



Viewing the Attributes of an Instance

The Edit Instance Properties form lets you view and change the attributes and add, modify, or delete properties of a instance. If the instance contains ROD objects, you can edit the ROD properties. by choosing the ROD category.

When you route your design to the Virtuoso® Custom Router, the changes you make in the Edit Instance Properties form are reflected in your custom router design.

To view the attributes of an instance,

  1. Select an instance.

  2. Choose Edit - Properties [q].

    The Edit Instance Properties form appears.

Library, Cell, and View set the library, cell, and view names of the master cell for this instance.

Origin: x and y set the X and Y coordinates of the origin of the instance.

Name sets the name assigned to this instance. The layout editor automatically assigns instance names that begin with the letter I, followed by a number.

Mag(nification) enlarges or reduces the size of the cell instance.

Rotation sets whether the instance is rotated or mirrored.



Viewing the Attributes of a Label

The Edit Label Properties form lets you view and change the attributes and add, modify, or delete properties of a label.

To view the attributes of a label,

  1. Select a label.

  2. Choose Edit - Properties [q].

    The Edit Label Properties form appears.

Layer sets the layer on which the label is drawn.

bBox displays the coordinates of the box surrounding the label.

Text sets the text that appears in the label.

Origin: x and y set the X and Y coordinates of the label origin.

Height sets the height of the label, in user units (usually microns).

Rotation sets whether the label is rotated or mirrored.

R0     = no rotation
R90     = rotated 90 degrees
R180    = rotated 180 degrees
R270     = rotated 270 degrees
MY     = mirrored over the Y axis
MYR90     = mirrored over Y, rotated 90 degrees
MX     = mirrored over the X axis
MXR90     = mirrored over X, rotated 90 degrees

Font sets the text style of the label.

Justification sets the location of the label origin. The origin appears as a small square on the label when you place or select it.

Drafting prevents the label from being rotated more than 90 degrees.

Overbar is a display option that determines how text strings containing underscore characters are displayed in a layout window.

When the overbar is disabled (default), the software displays underscore characters ( _ ) as part of the text string. When the overbar is enabled, the software interprets underscore characters ( _ ) in the text string name as toggle switches that control where overbars begin and end. Overbars appear above the text string, as shown in the examples.



Viewing the Attributes of a Line

The Edit Line Properties form lets you view and change the attributes and add, modify, or delete properties of a line. If the line is a ROD object, you can edit the ROD properties by choosing the ROD category.

To view the attributes of a line,

  1. Select a line.

  2. Choose Edit - Properties [q].

    The Edit Line Properties form appears.

Layer sets the layer of the line.

bBox sets the coordinates of the box surrounding the line.

Points sets the coordinates of each point of the line.

ROD Name displays the name of the line if it is a ROD object.



Viewing the Attributes of a Path

The Edit Path Properties form lets you view and change the attributes and add, modify, or delete properties of a path. If the path is a ROD object, you can edit the ROD properties by choosing the ROD category.

To view the attributes of a path,

  1. Select a path.

  2. Choose Edit - Properties [q].

    The Edit Path Properties form appears.

Layer sets the layer of the path.

bBox sets the coordinates of the box surrounding the path.

Points sets the coordinates of each point of the path.

Width specifies the path width in user units (usually microns).

Type controls how the path ends are drawn.

Begin Extension and End Extension set the length of the beginning and ending extension in user units if Type is set to variable.

ROD Name appears if the path is a ROD object.

Subpart appears if the path is a multipart path and has subparts.



Viewing the Attributes of a ROD Multipart Path

A multipart path (MPP) is a single ROD object consisting of one or more parts at level zero in the hierarchy on the same or on different layers. A multipart path consists of a single master path and one or more subparts. The master path is an ordinary path; however, it is the defining part of a multipart path; all subparts are based on the master path.

The Edit ROD Multipart Path Properties form lets you

To view the attributes of an MPP,

  1. Select an MPP.

  2. Choose Edit - Properties [q].

    The Edit ROD Multipart Path Properties form appears.

Master Path Fields

Layer sets the layer of the master path.

bBox displays the coordinates of the box surrounding the path.

Points sets the coordinates of each point of the master path.

Width specifies the path width in user units (usually microns).

Type controls how the path ends are drawn.

Begin Extension and End Extension set the length of the beginning and ending extension in user units if Type is set to variable.

Choppable indicates whether or not a ROD path can be chopped. The value must be t or nil. When a path has subparts and the master path is choppable, all subpaths and sets of subrectangles must be choppable also. When a path has subparts and the master path is not choppable, each subpath and/or set of subrectangles can be choppable or not. The default is choppable.

ROD Name displays the name of the MPP.

Subpart opens one of three subpart forms:

For complete form field descriptions, see the ROD Subpart Form section of the Virtuoso Layout Editor User Guide.

For an example of how to edit an MPP, see "Editing Multipart Paths".

Offset Subpath Fields

Enclosure Subpath Fields

Subrectangle Fields

Limitations to Editing Multipart Paths

There are a few attributes that cannot be edited using the Edit ROD Multipart Path Properties form.



Viewing the Attributes of a Pin Name or Other Text Display

The Edit Text Display Properties form lets you view and change the attributes and add, modify, or delete properties of a text display, such as a pin name display.

To view the attributes of text display,

  1. Select a text display.

  2. Choose Edit - Properties [q].

    The Edit Text Display Properties form appears.

Layer sets the layer of the text display.

bBox displays the coordinates of the box surrounding the text display.

Text displays the text of the text display for the associated pin and is not editable.

Origin: x and y set the X and Y coordinates of the text display origin.

Height sets the height of the text display in user units (usually microns).

Rotation sets whether the text display is rotated or mirrored.

Font sets the text style of the text display.

Justification sets the location of the origin of the text display origin. The origin appears as a small square on the pin name when you place or select it.

Drafting prevents the text from being rotated more than 90 degrees.

Overbar is a display option that determines how text strings containing underscore characters are displayed in a layout window.

When the overbar is disabled (default), the software displays underscore characters ( _ ) as part of the text string. When the overbar is enabled, the software interprets underscore characters ( _ ) in the text string name as toggle switches that control where overbars begin and end. Overbars appear above the text string, as shown in the examples.



Viewing the Attributes of a Polygon or Polygon Pin

The Edit Polygon Properties form lets you view and change the attributes and add, modify, or delete properties of a polygon or polygon pin. If the polygon or polygon pin is a ROD object, you can edit the ROD properties by choosing the ROD category.

To view the attributes of a polygon,

  1. Select a polygon or polygon pin.

  2. Choose Edit - Properties [q].

    The Edit Polygon Properties form appears.

Layer sets the layer of the polygon.

bBox sets the coordinates of the box surrounding the polygon.

Points sets the coordinates of each point of the polygon.

ROD Name displays the name of the polygon if it is a ROD object.



Viewing the Attributes of a Rectangle or a Rectangle Pin

The Edit Rectangle Properties form lets you view and change the attributes and add, modify, or delete properties of a rectangle or rectangle pin. If the rectangle or rectangle pin is a ROD object, you can edit the ROD properties by choosing the ROD category.

To view the attributes of a rectangle,

  1. Select a rectangle or rectangle pin.

  2. Choose Edit - Properties [q].

    The Edit Rectangle Properties form appears.

Layer sets the layer of the rectangle.

Left, Right, Bottom, and Top set the coordinates of the rectangle.

ROD Name displays the name of the rectangle if it is a ROD object.




Editing Multipart Paths

You can change the attributes of the MPPs master path and subparts through the Edit ROD Multipart Path Properties form. In this procedure, you change this data in the sample MPP shown here.

Label

Description

Original data

Edited data

A

Offset subpath begin and end offset

2

1

B

Offset subpath width

1

3

C

Enclosure subpath

0.6

-1

D

Subrectangle length and width

1

2


Edit the subparts of the sample by doing the following:

  1. Select the MPP.

  2. Choose Edit - Properties.

    The Edit ROD Multipart Path Properties form appears.

  3. Click Subpart.

    The Edit ROD Subpart form appears. The three subpart choices appear in the middle of the form.

  1. Click Offset Subpath.

    The form changes and the offset subpath fields appear.

  2. Select the subpart in the scroll window at the top of the form.

  1. Change Begin Offset and End Offset from 2 to 1.

  2. Change Width from 1 to 3.

  3. Click Edit to apply the change.

  4. Click OK to view the change.

    The MPP contains the edited offset subpath.

  1. Click Subpart in the Edit ROD Multipart Path Properties form.

    The Edit ROD Subpart form appears.

  2. Click Enclosure Subpath.

    The form changes and the enclosure subpath fields appear.

  3. Select the subpart in the scroll window at the top of the form.

  4. Change Enclosure from 0.6 to -1.

  5. Click Edit to apply the change.

  6. Click OK to view the change.

    The MPP contains the edited enclosure subpath.

  1. Click Subpart in the Edit ROD Multipart Path Properties form.

    The Edit ROD Subpart form appears.

  2. Click Subrectangle.

    The form changes and the subrectangle fields appear.

  3. Select the subpart in the scroll window at the top of the form.

  4. Change the Width and Length from 1 to 2.

  5. Click Edit to apply the change.

  6. Click OK to view the change.

    The MPP contains the edited subrectangles.

  1. Click OK to close the Edit ROD Multipart Path Properties form. The three subparts of the MPP have been edited.

For complete information about ROD MPPs, see "Creating Multipart Paths" in the Virtuoso Layout Accelerator User Guide.




Using Net Expressions and Inherited Connections



Inherited Connections

Inherited connections is an extension to the connectivity model that allows you to create global signals and override their names for selected branches of the design hierarchy. This flexibility allows you to use

To learn about using inherited connections and net expressions with various Cadence tools in the design flow, refer to the Inherited Connections Flow Guide.

To learn about connectivity and naming conventions for inherited connections and how to add and edit net expressions in a schematic or symbol cellview, refer to the Virtuoso Schematic Composer User Guide.



Net Expressions in the Virtuoso Layout Editor Environment

A net expression is a special property placed on a net or terminal to define its connectivity. A net expression consists of a property name and a default net name. You use a net expression to override the connection made by a signal or terminal. This allows you to use, for example, multiple power supplies in your design. The signal is redefined due to the value assigned to it. Redefining the signal eliminates the problem of global nets being merged into a single, electrically-equivalent signal, which occurs when the signal traverses the design hierarchy.

You can create, edit, and delete net expressions for pins by changing the net expression information in the Connectivity category of the Edit Properties form.

Once the net expression information is applied to a terminal, the net expression is displayed in the text labels of pins. The following must be true for the net expression to display:

Note:  Net expressions are not interpreted by the display code in the Virtuoso Layout Editor. The net expressions are displayed as is, but other tools, such as the Layout Versus Schematic (LVS) program, use and interpret net expressions. The net expressions on layout terminals must match those found in schematic views.



Creating a Net Expression

To create a net expression,

  1. Select the pin whose terminal you want to assign a net expression to.

  1. Open the Edit Properties form.

  2. Choose the Connectivity radio button.

  3. Type the net expression override property name in the Net Expression Property field.

  4. Type the default net name in the Default field. This is used when no override property is defined in the hierarchy above this point in the schematic view. If you do not enter a default net name, the terminal name is used.

  1. Click Apply.

    The pin label display changes to show the net expression property preceded by the @ symbol and the default net name preceded by the % symbol.

Note:  The Net Expressions field in the Display Options form must be set to on for the net expressions to display in your cellview.



Editing Net Expressions

To edit net expression information for pins,

  1. Select the pin whose terminal's net expression you want to change.

  2. Open the Edit Properties form.

  3. Choose the Connectivity radio button.

  4. Change the information in the Net Expression Property and Default fields.

(Clearing the Net Expression Property field in the Edit Properties form deletes the net expression from your design.)

If several pins in your design have the same terminal name, you need update only one pin and the rest will update automatically. You see the edited text labels after you use Window - Redraw.



Viewing Instances Containing Net Expressions

When you view an instance containing a pin whose terminal has a net expression, the label display is the terminal name, not the net expression. To see the net expression in a hierarchical design, you must descend into the cellview containing the net expression to see the full text display of the net expression.




Using the Edit Cellview Properties Form

The Design Properties command lets you edit the attributes or properties (defaults) of this cellview. The form can display either attributes or properties.



About the Edit Cellview Properties Form

To open the Edit Cellview Properties form,

      Choose Design - Properties [Shift-q].

Attribute represents the characteristics of the object. None of these fields can be changed.

Library displays the name of the library containing this cellview.

Cell displays the name of this cell.

View displays the name of this view.

bBox displays the coordinates of the invisible box surrounding the design in the cellview.

Type displays the view type that corresponds to the view name for this cellview. View types are defined in your technology file.

DBU per micron displays the number of database units (DBU) per user unit (usually microns). Database units and user units are defined in the .cdsenv file or by the library manager.

Mode shows whether this cellview is opened in edit mode (Edit) or read-only mode (Read).

Property shows the properties for this cellview. Most properties correspond to settings in the Display Options form. Other Cadence applications such as DRC or Extract can also add properties.

Common is not used when you edit cellview properties. This button is used when you edit properties of objects inside this cellview with the
Edit - Properties command.

Next and Previous (at the top of the form) are not used when you edit cellview properties but when you edit properties of objects inside this cellview with the Edit - Properties command.

Connectivity is not used when you edit cellview properties. This button is used when you edit properties of objects inside this cellview with the
Edit - Properties command.

Parameter is not used when you edit cellview properties. This button is used when you edit properties of objects inside this cellview with the
Edit - Properties command.

ROD is not used when you edit cellview properties. This button is used when you edit properties of ROD objects inside this cellview with the
Edit - Properties command.



Viewing and Editing Cellview Properties

As you set and change the display options, your changes can be saved as properties of the current cellview.

To view and change these properties for any cellview,

  1. Choose Design - Properties [Shift-q].

    The Edit Cellview Properties form appears.

  2. Set the Property button on.

    The settings you saved to this cellview using the Display Options form appear. Any properties attached to the cellview by other applications, such as the last time you ran DRC on the cellview, appear.

  3. To edit any of the properties, type or select a new value.

  4. Click OK.


Return to top of page

View Library View Table Of Contents View Previous Chapter in Book View Next Chapter in Book Open PDF to print book Search Cadence Library Email Comments Help Using Documentation Shut Down Cadence Documentation Server


For support, see http://www.cadence.com/support or try Cadence's SourceLink service.

Copyright © 2003, Cadence Design Systems, Inc.
All rights reserved.
Legal notices and trademark attributions