-- WholeMIChip.cm
Last Edited by: Krivacic March 19, 1987 4:15:51 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]
← PWCore.Store[&ct, TRUE]
Install PadFrame
run -a MIPadFrame
← &chipCt ← MIPadFrame.CreateWholeChip[&ct]
← &obj2 ← PWCore.Layout[&chipCt]
← PW.Draw[&obj2]
← PWCore.Store[&chipCt, TRUE]