CIRCT 20.0.0git
Loading...
Searching...
No Matches
Classes | Functions | Variables
esi-cosim Namespace Reference

Classes

class  Questa
 
class  Simulator
 
class  SourceFiles
 
class  Verilator
 

Functions

bool is_port_open (port)
 
 __main__ (args)
 

Variables

 _thisdir = Path(__file__).parent
 
str CosimCollateralDir = _thisdir.parent / "cosim"
 

Function Documentation

◆ __main__()

esi-cosim.__main__ (   args)

Definition at line 327 of file esi-cosim.py.

References __main__().

Referenced by __main__().

◆ is_port_open()

bool esi-cosim.is_port_open (   port)
Check if a TCP port is open locally.

Definition at line 32 of file esi-cosim.py.

Referenced by esi-cosim.Simulator.run().

Variable Documentation

◆ _thisdir

esi-cosim._thisdir = Path(__file__).parent
protected

Definition at line 28 of file esi-cosim.py.

◆ CosimCollateralDir

str esi-cosim.CosimCollateralDir = _thisdir.parent / "cosim"

Definition at line 29 of file esi-cosim.py.