-- InnerMIChip.cm
Last Edited by: Krivacic March 11, 1987 1:04:20 pm PST
Install DAUser SCCmosb
← &design ← PW.OpenDesign["michip"]
[] ← CDImports.Load[&design, "Logic"]
← &cx ← Sisyph.Create[design: &design]
-- to create the SC block
← &ct ← Sisyph.ES["MIInner.sch", &cx]
← &obj ← PWCore.Layout[&ct]
← PW.Draw[&obj]
← LayoutCheckpoint.Store[&ct, TRUE]