CoreThyme.mesa
Written by: Pradeep Sindhu March 27, 1986 3:48:01 pm PST
Last Edited by:
Bertrand Serlet June 17, 1986 5:23:18 pm PDT
Pradeep Sindhu April 29, 1986 0:56:41 am PDT
CellType: TYPE = Core.CellType;
Wire: TYPE = Core.Wire;
Wires: TYPE = Core.Wires;
ROPE: TYPE = Core.ROPE;
CellInstance: TYPE = CoreClasses.CellInstance;
TiogaRef: TYPE = TiogaFileOps.Ref;
ThymeHandle: TYPE = ThymeGlobals.Handle;
CreateThymeViewer:
PROC [wDir:
ROPE]
RETURNS [handle: ThymeHandle];
Creates a new Thyme Viewer.
SetWorkingDirectory:
PROC [wDir:
ROPE, handle: ThymeHandle];
Sets working directory for handle.
Translate:
PROC [cellType: CellType, outputFile:
ROPE];
Translates cellType into a Thyme file and puts the result in outputFile.
Simulate:
PROC [inputFile:
ROPE, handle: ThymeHandle];
Simulates the circuit specified in inputFile.