MakeEUForSim.cm
Louis Monier June 19, 1986 11:06:32 pm PDT
Last Edited by: Louis Monier October 19, 1986 8:54:40 am PDT
DA.cm
Install PadFrame
run -a EUUtilsImpl
run -a EUArithImpl
run -a EURamImpl
run -a EURegsImpl
run -a EUFUImpl
run -a EUALUImpl
run -a EUControlImpl
run -a EUInnerImpl
run -a EUImpl
run -a EUSim
← CedarProcess.SetPriority[background]
-- DataPath
← EUUtils.useDataPathCheckpoint ← FALSE
← EUUtils.useRamCheckpoint ← FALSE
← EUUtils.usekRegAndRightCheckpoint ← FALSE
← EUUtils.useALUCheckpoint ← FALSE
← EUUtils.useFUCheckpoint ← FALSE
Date
← &ct ← EUInner.CreateDataPath[]
Date
← CoreIO.ReportSaveCellType[&ct]
-- Control
← EUUtils.useControlCheckpoint ← FALSE
← EUUtils.useRamControlCheckpoint ← FALSE
← EUUtils.useDPControlCheckpoint ← FALSE
← EUUtils.useSCControlCheckpoint ← FALSE
Date
← &ct ← EUInner.CreateControl[]
Date
← CoreIO.ReportSaveCellType[&ct]
-- Inner
← EUUtils.useInnerCheckpoint ← FALSE
← EUUtils.useDataPathCheckpoint ← TRUE
← EUUtils.useControlCheckpoint ← TRUE
Date
← &ct ← EUInner.CreateEUInner[]
Date
← CoreIO.ReportSaveCellType[&ct]
-- Top level with pads
← EUImpl.useCachedEU ← FALSE
Date
← &ct ← EUImpl.CreateEU[fullEU: TRUE]
Date
← CoreIO.ReportSaveCellType[&ct]
-- ← &sim ← EUSim.ExerciseRose[&ct]
-- ← Rosemary.Initialize[simulation: &sim, steady: FALSE]