Skip to content

Commit

Permalink
Updated Core Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaleee committed Oct 18, 2023
1 parent 6887e77 commit ad485b8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions include/hal_core/netlist/netlist.h
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ namespace hal

/**
* Remove a module from the netlist.
* Submodules, gates and nets under this module will be moved to the parent of this module.
*
* @param[in] module - The module.
* @returns True on success, false otherwise.
Expand Down
1 change: 1 addition & 0 deletions src/python_bindings/bindings/netlist.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ namespace hal

py_netlist.def("delete_module", &Netlist::delete_module, py::arg("module"), R"(
Remove a module from the netlist.
Submodules, gates and nets under this module will be moved to the parent of this module.
:param module: The module.
:type module: hal_py.Module
Expand Down

0 comments on commit ad485b8

Please sign in to comment.