Skip to content

Decorators

RenWal edited this page Nov 18, 2025 · 3 revisions

This page is under construction...

Subgraph Netlist Decorator

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.

Clone this wiki locally