CIRCT  20.0.0git
Classes | Functions | Variables
esiaccel.codegen Namespace Reference

Classes

class  Generator
 
class  CppGenerator
 

Functions

int run (Type[Generator] generator=CppGenerator, cmdline_args=sys.argv)
 

Variables

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

Function Documentation

◆ run()

int esiaccel.codegen.run ( Type[Generator]   generator = CppGenerator,
  cmdline_args = sys.argv 
)
Create and run a generator reading options from the command line.

Definition at line 120 of file codegen.py.

Referenced by CheckLayersPass.runOnOperation().

Variable Documentation

◆ _thisdir

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

Definition at line 18 of file codegen.py.