|
HAL
|
Variables | |
| username = getpass.getuser() | |
| string | path_to_core_collection = "/home/" + username + "/git/hal-benchmarks" |
| string | path_to_hal = "/home/" + username + "/git/hal" |
| string | path_to_hal_build = path_to_hal + "/build-release" |
| string | path_to_hal_bin = path_to_hal_build + "/bin/hal" |
| string | path_dataflow_out = path_to_hal_build + "/dataflow_out" |
| netlists = dict() | |
| default_gate_libraries = dict() | |
| special_gate_libraries = dict() | |
| netlists_paper = dict() | |
| configuration.default_gate_libraries = dict() |
Definition at line 20 of file configuration.py.
| configuration.netlists = dict() |
Definition at line 15 of file configuration.py.
Referenced by hal::FileManager.deprecatedOpenFile(), and hal::netlist_parser_manager.parse().
| configuration.netlists_paper = dict() |
Definition at line 83 of file configuration.py.
| string configuration.path_dataflow_out = path_to_hal_build + "/dataflow_out" |
Definition at line 13 of file configuration.py.
| string configuration.path_to_core_collection = "/home/" + username + "/git/hal-benchmarks" |
Definition at line 9 of file configuration.py.
| string configuration.path_to_hal = "/home/" + username + "/git/hal" |
Definition at line 10 of file configuration.py.
| string configuration.path_to_hal_bin = path_to_hal_build + "/bin/hal" |
Definition at line 12 of file configuration.py.
| string configuration.path_to_hal_build = path_to_hal + "/build-release" |
Definition at line 11 of file configuration.py.
| configuration.special_gate_libraries = dict() |
Definition at line 24 of file configuration.py.
| configuration.username = getpass.getuser() |
Definition at line 7 of file configuration.py.