HAL
test_multiple Namespace Reference

Variables

string hal_base_path = "/home/simon/projects/hal/"
 
string dir_path = "/home/simon/playground/boolean_inf_test/netlists"
 
string gate_library_path = "/home/simon/projects/hal/plugins/gate_libraries/definitions/lsi_10k.hgl"
 
 files = glob.glob(dir_path + '/**/netlist/*.v', recursive=True)
 
 netlist = hal_py.NetlistFactory.load_netlist(file, gate_library_path)
 
 inf = boolean_influence.get_boolean_influences_of_gate(gate)
 

Variable Documentation

◆ dir_path

string test_multiple.dir_path = "/home/simon/playground/boolean_inf_test/netlists"

Definition at line 4 of file test_multiple.py.

◆ files

test_multiple.files = glob.glob(dir_path + '/**/netlist/*.v', recursive=True)

Definition at line 19 of file test_multiple.py.

◆ gate_library_path

string test_multiple.gate_library_path = "/home/simon/projects/hal/plugins/gate_libraries/definitions/lsi_10k.hgl"

Definition at line 5 of file test_multiple.py.

◆ hal_base_path

string test_multiple.hal_base_path = "/home/simon/projects/hal/"

Definition at line 3 of file test_multiple.py.

◆ inf

test_multiple.inf = boolean_influence.get_boolean_influences_of_gate(gate)

Definition at line 32 of file test_multiple.py.

◆ netlist