HAL
configuration Namespace Reference

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

Variable Documentation

◆ default_gate_libraries

configuration.default_gate_libraries = dict()

Definition at line 20 of file configuration.py.

◆ netlists

configuration.netlists = dict()

◆ netlists_paper

configuration.netlists_paper = dict()

Definition at line 83 of file configuration.py.

◆ path_dataflow_out

string configuration.path_dataflow_out = path_to_hal_build + "/dataflow_out"

Definition at line 13 of file configuration.py.

◆ path_to_core_collection

string configuration.path_to_core_collection = "/home/" + username + "/git/hal-benchmarks"

Definition at line 9 of file configuration.py.

◆ path_to_hal

string configuration.path_to_hal = "/home/" + username + "/git/hal"

Definition at line 10 of file configuration.py.

◆ path_to_hal_bin

string configuration.path_to_hal_bin = path_to_hal_build + "/bin/hal"

Definition at line 12 of file configuration.py.

◆ path_to_hal_build

string configuration.path_to_hal_build = path_to_hal + "/build-release"

Definition at line 11 of file configuration.py.

◆ special_gate_libraries

configuration.special_gate_libraries = dict()

Definition at line 24 of file configuration.py.

◆ username

configuration.username = getpass.getuser()

Definition at line 7 of file configuration.py.