![]() |
HAL
|
Go to the source code of this file.
Namespaces | |
test_multiple | |
Variables | |
string | test_multiple.hal_base_path = "/home/simon/projects/hal/" |
string | test_multiple.dir_path = "/home/simon/playground/boolean_inf_test/netlists" |
string | test_multiple.gate_library_path = "/home/simon/projects/hal/plugins/gate_libraries/definitions/lsi_10k.hgl" |
test_multiple.files = glob.glob(dir_path + '/**/netlist/*.v', recursive=True) | |
test_multiple.netlist = hal_py.NetlistFactory.load_netlist(file, gate_library_path) | |
test_multiple.inf = boolean_influence.get_boolean_influences_of_gate(gate) | |