vhdlRegisterSimulator
vhdlRegisterSimulator( [parserCallBack] [analyzerCallBack] [analyzerFileExt] [elaboratorCallBack] [simulatorCallBack] [dataDirCallBack] [dataFileCallBack] [workLibCallBack] ) => t / nil
Description
To register your callbacks, add the procedures for the callbacks in some file, say myfile.il that is in the /home/xyz directory and add the following lines to the .cdsinit file in your home directory:
(loadi "/home/xyz/myfile.il")
To use non-Cadence VHDL tools, you need to define your own SKILL procedures and register this information with the toolbox using the SKILL routine, vhdlRegisterSimulator().
If you do not provide your own callback routines to invoke any of the non-Cadence tools, namely, the parser/analyser/elaborator/simulator, then by default, XM-VHDL tools such as the parser/analyzer xmvhdl, elaborator xmelab, and simulator xmsim are run.
Arguments
Value Returned
Examples
Related Topics
Verilog In and VHDL In Import Functions
Return to top