FSMTest.cm
Copyright © 1985, 1986 by Xerox Corporation. All rights reserved.
Don Curry October 26, 1987 7:00:20 pm PST
CD &CommandFileDirectory
Install FSM
Install Extract
Install PWCore
Install SC
Run FSMTest
CDRead FSMExample
← &design ← CDViewer.FindDesign["FSMExample"]
← &cx ← Sisyph.Create[&design]
← &ct ← Sisyph.ES["FSMExampleSC.icon", &cx]
← PWCore.SetLayout[&ct, $SC]
← PW.Draw[PWCore.Layout[&ct]]
← &ct ← Sisyph.ES["FSMLogicSC.icon", &cx]
← PWCore.SetLayout[&ct, $SC]
← PW.Draw[PWCore.Layout[&ct]]
← &ct ← Sisyph.ES["FSMLogicPLA.icon", &cx]
← PW.Draw[PWCore.Layout[&ct]]