systemc-clang 2.0.0
Parsing SystemC constructs
|
Classes | |
class | InvalidCommandlineFormat |
class | MissingSystemCClang |
class | SystemCClang |
class | SystemCClangFatalError |
class | UnconfiguredEnvironment |
Functions | |
environment_check () | |
get_argv () | |
invoke_sysc (argv_sysc) | |
invoke_translation (target, argv_python) | |
main (argv_sysc, argv_python) | |
Variables | |
parser = ArgumentParser() | |
help | |
action | |
default | |
systemc-clang.environment_check | ( | ) |
Definition at line 179 of file systemc-clang.py.
systemc-clang.get_argv | ( | ) |
returns the source file paths to translate, arguments for systemc-clang and argument for this script returns: sources, argv_sysc, argv_python
Definition at line 191 of file systemc-clang.py.
systemc-clang.invoke_sysc | ( | argv_sysc | ) |
Definition at line 210 of file systemc-clang.py.
systemc-clang.invoke_translation | ( | target, | |
argv_python ) |
Definition at line 219 of file systemc-clang.py.
systemc-clang.main | ( | argv_sysc, | |
argv_python ) |
Definition at line 231 of file systemc-clang.py.
systemc-clang.action |
Definition at line 30 of file systemc-clang.py.
systemc-clang.default |
Definition at line 31 of file systemc-clang.py.
systemc-clang.help |
Definition at line 26 of file systemc-clang.py.
systemc-clang.parser = ArgumentParser() |
Definition at line 25 of file systemc-clang.py.