Skip to main content

Create a View

You can add a new view to a cell using:

Option A — From the Cell Actions Menu

  1. Select a cell
  2. Click on the cell
  3. Choose a view type (Schematic, Symbol, Layout, Netlist, Verilog, LibreLane)

Create From Cell Menu


Option B — From the Views Panel

  1. Select your cell
  2. Click the + button in the Views panel
  3. Choose a view type (Schematic, Symbol, Layout, Netlist, Verilog, LibreLane)

Create From Plus Button


View Dialogs

When you choose a view type, a Create <View Type> dialog opens.

Netlist Views — Choose Netlist Type

For Netlist views you must:

  1. Enter a View Name
  2. Choose a Netlist Type:
    • SPICE – for circuit simulation
    • LVS – for layout-vs-schematic verification

Create Netlist View

Other View Types — Just Name the View

For all other view types (Schematic, Symbol, Layout, Verilog, LibreLane) you only need to enter a View Name.

Create Schematic View


Available View Types

View TypePurposeEditor Tool
SchematicDraw circuit schematicsXschem
SymbolCreate symbols for hierarchyXschem
LayoutPhysical design (GDS, layers, etc.)KLayout
NetlistGenerate SPICE/LVS netlistsVSCode UI
VerilogHDL / SystemVerilog codingVSCode UI
LibreLaneLaunch OpenLane/LibreLane workflowsVSCode UI

info

Some view types depend on your project configuration:

  • The LibreLane view becomes available only after a PDK is installed.