TestBIC.cm
Louis Monier March 30, 1988 4:42:09 pm PST
Last Edited by: RBruce September 8, 1987 4:56:46 pm PDT
Install Rosemary
-- Choose the chip with top-level proc (FALSE) or transistor-level (TRUE)
← &fromFile ← FALSE
← &fromFile ← TRUE
-- Create the chip
run -a BICImpl
← &ct ← BICImpl.CreateBIC[&fromFile, BIC.currentVersion]
-- Rosemary simulation
run -a BICSim
← &tester ← BICSim.ExerciseRose[&ct, NIL].display.simulation
← Rosemary.Initialize[simulation: &tester, steady: FALSE, updateCellProc: NIL]
← BICSim.Register[usingTester: FALSE]
-- IMS Tester
Install ICTest TerminalIO
run -a TestCableImpl BICImpl BICTest
← BICTest.TestChip[]
run -a BICSim
← BICSim.Register[usingTester: TRUE]