CIRCT  19.0.0git
Classes | Functions | Variables
esi-cosim Namespace Reference

Classes

class  SourceFiles
 
class  Simulator
 
class  Verilator
 
class  Questa
 

Functions

bool is_port_open (port)
 
def __main__ (args)
 

Variables

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

Function Documentation

◆ __main__()

def esi-cosim.__main__ (   args)

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

◆ 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
private

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

◆ CosimCollateralDir

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

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