File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def _get_inverter_chains(wire_creator, wire_users):
6262 """Returns all inverter chains in the block.
6363
6464 The function returns a list of inverter chains in the block.
65- Each inverter chain is represented as a list of the LogicNets
65+ Each inverter chain is represented as a list of the WireVectors
6666 in the chain.
6767
6868 Consider the following circuit, for example:
@@ -192,7 +192,7 @@ def _optimize_inverter_chains(block, skip_sanity_check=False):
192192
193193 # This loop recreates the block with inverter chains removed. It adds each
194194 # LogicNet in the original block to the new block if it is not marked for
195- # removal, and replaces the source of the LocigNet if its source was the end wire
195+ # removal, and replaces the source of the LogicNet if its source was the end wire
196196 # of a removed inverter chain.
197197 for net in block .logic :
198198 if net not in net_removal_set :
You can’t perform that action at this time.
0 commit comments