Running the EMX Simulator From the Command Line
You can run the EMX simulator directly from the command line. For example, if you need to copy the CLF file to a different host with more resources, you can use the following CLF-specific executables from the command line.
emx_clf file.clf [list of emx command line options]
gdsview_clf file.clf [list of gdsview command line options]
The first argument for the executables is a .clf file. The other arguments will be passed to the actual binary.
To use the executables, set EMX and GDSview in the $PATH. The executables use the path to a .clf file and invoke EMX or GDSview on it. emx_clf invokes the EMX solver and gdsview_clf invokes the EMX 2D layout viewer.
Related Topics
Running an EMX Simulation (IC Layouts Only)
Running a Simulation using Clarity 3D Solver
Return to top