Skip to content

Commit 4306a00

Browse files
committed
fix comment typos
1 parent 70d0571 commit 4306a00

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyrtl/passes.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)