;Globals defined for cross project applications ;used to map cellview name to cellviewtype CDS_viewTypeTable=makeTable(gensym('CDS_viewTypeTable) nil) CDS_viewTypeTable["abstract"] = "maskLayout" CDS_viewTypeTable["cookie"] = "maskLayout" CDS_viewTypeTable["clktree"] = "maskLayout" CDS_viewTypeTable["clkregion"] = "maskLayout" CDS_viewTypeTable["floor"] = "maskLayout" CDS_viewTypeTable["functional"] = "VerilogText" CDS_viewTypeTable["las"] = "maskLayout" CDS_viewTypeTable["layout"] = "maskLayout" CDS_viewTypeTable["layout2"] = "maskLayout" CDS_viewTypeTable["netlist"] = "netlist" CDS_viewTypeTable["placed"] = "maskLayout" CDS_viewTypeTable["pinplace"] = "maskLayout" CDS_viewTypeTable["power"] = "maskLayout" CDS_viewTypeTable["powervia"] = "maskLayout" CDS_viewTypeTable["schematic"] = "schematic" CDS_viewTypeTable["config"] = "config" CDS_viewTypeTable["symbol"] = "schematicSymbol" CDS_viewTypeTable["symbol2"] = "schematicSymbol" CDS_viewTypeTable["symbolNeg"] = "schematicSymbol" CDS_viewTypeTable["symbolr"] = "schematicSymbol" CDS_viewTypeTable["symboll"] = "schematicSymbol" CDS_viewTypeTable["symbolrOff"] = "schematicSymbol" CDS_viewTypeTable["symbollOff"] = "schematicSymbol" CDS_viewTypeTable["symbolic"] = "maskLayout" CDS_viewTypeTable["toproute"] = "maskLayout" CDS_viewTypeTable["verify"] = "maskLayout" CDS_viewTypeTable["extracted"]="maskLayout"
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 2957 | Joe Dao |
Added lbb support for config views. They are currently not managed by cdsp4. CDS_P4Config.il -- add config view to unmanaged list CDS_P4Triggers.il -- CDS_P4AnyCheckouts -- ignore deleted version at head of tree during sync check CDS_P4Globals -- add config view listBoxBrowser -- CDS_lbbCreateNew -- add support for config view |
||
#1 | 1675 | Shiv Sikand | New 2.2 tree |