<> <> <> <> Statistics on Install DAUser PadFrame SCCmosb run -a EUUtilsImpl run -a EUArithImpl run -a EURamImpl run -a EURegsImpl run -a EUFUImpl run -a EUControlImpl run -a EUInnerImpl run -a EUImpl run -a EUSim -- Reading the chip (Core only) _ EUUtils.Read["EU"] _ &ct _ EU.CreateEU[fullEU: TRUE] _ &ct _ CoreOps.Recast[&ct] -- Transistor-level simulation _ &sim _ EUSim.ExerciseRose[&ct, NIL].display.simulation _ Rosemary.Initialize[simulation: &sim, steady: FALSE] _ EUSim.Register[usingTester: FALSE] <<-- Building the chip quickly from scratch (Core only)>> <<_ &ct _ EU.CreateEU[fullEU: TRUE]>> <<>> <<-- Building the chip from scratch (Core and Layout)>> <<_ &ct _ EU.CreateEU[fullEU: TRUE, useCkPt: FALSE]>> <<_ &ob _ PWCore.Layout[&ct]>> <<_ EUUtils.Write[]>> <<_ LayoutCheckpoint.Store[&ct, TRUE]>> <<-- Reading the chip (Raw extracted Core)>> <> <<_ CoreGeometryIOImpl.Register[SinixRawCMosB.mode.decoration]>> <<_ &ct _ CoreIO.RestoreCellType["RawEU"]>> <<_ &ct _ CoreOps.Recast[&ct]>> <<>> <<-- top-level simulation>> <> <<_ &ct _ EU.CreateEU[fullEU: FALSE]>> <<_ &sim _ EUSim.ExerciseRose[&ct, LIST["EU"]].display.simulation>> <<_ Rosemary.Initialize[simulation: &sim, steady: FALSE]>> <<_ EUSim.Register[usingTester: FALSE]>> <<>> <<-- Layout>> <<_ &ob _ PWCore.Layout[&ct]>> <<_ PW.Draw[&ob]>> <<>> <<-- cluster simulation>> <> <<>> <<>> <>