copapy.backend.add_write_ops#

copapy.backend.add_write_ops(net_node_list, const_nets)#

Add write operation for each new defined net if a read operation is later followed

Return type:

Generator[tuple[Net | None, Node], None, None]

Returns:

Yields tuples of a net and a node. The associated net is provided for read and write nodes. Otherwise None is returned in the tuple.