![]() |
HAL
|
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) | |
string test_multiple.dir_path = "/home/simon/playground/boolean_inf_test/netlists" |
Definition at line 4 of file test_multiple.py.
Definition at line 19 of file test_multiple.py.
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.
string test_multiple.hal_base_path = "/home/simon/projects/hal/" |
Definition at line 3 of file test_multiple.py.
test_multiple.inf = boolean_influence.get_boolean_influences_of_gate(gate) |
Definition at line 32 of file test_multiple.py.
test_multiple.netlist = hal_py.NetlistFactory.load_netlist(file, gate_library_path) |
Definition at line 27 of file test_multiple.py.
Referenced by hal::GuiPluginManager.addPluginSubmenus(), hal.boolean_function_net_decorator_init(), hal::FileManager.deprecatedOpenFile(), hal::GraphContextSerializer.deserialize(), hal::PythonSerializer.deserialize(), hal::GroupingSerializer.deserialize(), hal::CommentManager.deserialize(), hal::GroupingColorSerializer.deserialize(), hal::ModuleColorSerializer.deserialize(), hal::BooleanFunctionNetDecorator.get_net_from(), hal::event_log.handle_netlist_event(), hal::PythonEditor.handleDeserializationFromHalFile(), hal.netlist_utils_init(), hal::EventHandler.notify(), hal::netlist_utils.remove_buffers(), hal::netlist_utils.remove_unused_lut_endpoints(), hal::GraphContextSerializer.serialize(), hal::PythonSerializer.serialize(), hal::GroupingSerializer.serialize(), hal::CommentManager.serialize(), hal::GroupingColorSerializer.serialize(), hal::ModuleColorSerializer.serialize(), hal::ProjectManager.serialize_project(), hal::BooleanFunctionDecorator.substitute_module_pins(), hal::netlist_writer_manager.write(), and hal::VerilogWriter.write().