-
Notifications
You must be signed in to change notification settings - Fork 89
Decorators
RenWal edited this page Nov 18, 2025
·
3 revisions
This page is under construction...
It is often desirable to generate a Boolean function that is made up of multiple interconnected combinational gates. For this purpose, you can instantiate a SubgraphNetlistDecorator on the netlist and use its get_subgraph_function method. It takes a module or list of gates and the output net that is determined by the Boolean function. See the respective Python documentation.