CIRCT  20.0.0git
Functions | Variables
esiaccel.utils Namespace Reference

Functions

def run_esiquery ()
 
def run_esi_cosim ()
 
def run_cppgen ()
 
def get_cmake_dir ()
 

Variables

 _thisdir = Path(__file__).absolute().resolve().parent
 

Function Documentation

◆ get_cmake_dir()

def esiaccel.utils.get_cmake_dir ( )

Definition at line 35 of file utils.py.

◆ run_cppgen()

def esiaccel.utils.run_cppgen ( )

Definition at line 31 of file utils.py.

◆ run_esi_cosim()

def esiaccel.utils.run_esi_cosim ( )
Run the esi-cosim.py script with the same arguments as this script.

Definition at line 20 of file utils.py.

◆ run_esiquery()

def esiaccel.utils.run_esiquery ( )
Run the esiquery executable with the same arguments as this script.

Definition at line 14 of file utils.py.

Variable Documentation

◆ _thisdir

esiaccel.utils._thisdir = Path(__file__).absolute().resolve().parent
private

Definition at line 11 of file utils.py.