use fakeMarinaPadframe in marina-netlist2.bsh
[fleet.git] / testCode / marina-netlist2.bsh
index 0f43d5b..b03d46a 100644 (file)
@@ -22,7 +22,7 @@ import com.sun.electric.database.hierarchy.View;
 Simulation.setVerilogStopAtStandardCells(false);
 for (Library lib : EDatabase.clientDatabase().getLibraries()) {
   for (Cell c : lib.getCells()) {
-    if (c.getName().equals("marinaPadframe") && c.getView()==View.SCHEMATIC) {
+    if (c.getName().equals("fakeMarinaPadframe") && c.getView()==View.SCHEMATIC) {
       Output.exportCellCommand(c, null, "marina.v", FileType.VERILOG, null);
       Output.exportCellCommand(c, null, "marina.schematic-parasitics.spi", FileType.SPICE, null);
     }