CIRCT 20.0.0git
Loading...
Searching...
No Matches
Functions | Variables
esiaccel.utils Namespace Reference

Functions

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

Variables

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

Function Documentation

◆ get_cmake_dir()

esiaccel.utils.get_cmake_dir ( )

Definition at line 35 of file utils.py.

◆ run_cppgen()

esiaccel.utils.run_cppgen ( )

Definition at line 31 of file utils.py.

◆ run_esi_cosim()

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()

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
protected

Definition at line 11 of file utils.py.