Product Documentation
Digital Design Netlisting and Simulation SKILL Reference
Product Version IC23.1, June 2023

iseGetInputFromEncapWindow

iseGetInputFromEncapWindow (
t_tmpStream
)
=> t / nil

Description

This procedure is registered to be called whenever something is typed into the input window of the encapsulation window.The tmpStream argument is passed into the procedure to be packaged before it is sent to the simulator. This function also checks if the user has registered a function to be called so that the simulator inputs can be passed to this user-registered function for filtering. After filtering, the user can call the isePrintSimulatorCommand function such that the data will be sent to the simulator. All inputs typed into the encapsulation window are automatically reflected in the history section of the encapsulation window. If no user-function is registered then the inputs are sent directly to the simulator without filtering.

Arguments

t_tmpStream

Valid SKILL string which consists of commands that must be packaged and sent to the simulator.

Value Returned

t

The commands were successfully sent to the simulator.

nil

The command was unsuccessful and an error message was printed in the log file.

Examples

iseGetInputFromEncapWindow( "-v file.v -l run.log " )

Related Topics

OSS Functions


Return to top
 ⠀
X