Fix grammatical error
This commit is contained in:
parent
b391f0e413
commit
f3fa369940
|
@ -161,7 +161,7 @@ class OutputNetwork(Elaboratable):
|
||||||
m.d.comb += appeared.eq(1)
|
m.d.comb += appeared.eq(1)
|
||||||
m.d.comb += Assert(appeared)
|
m.d.comb += Assert(appeared)
|
||||||
# Otherwise, if there are replacements:
|
# Otherwise, if there are replacements:
|
||||||
# - Channel number are not unique
|
# - Channel numbers are not unique
|
||||||
# - Not all outputs are valid
|
# - Not all outputs are valid
|
||||||
# - All channel numbers in the input appear exactly once as a
|
# - All channel numbers in the input appear exactly once as a
|
||||||
# valid output
|
# valid output
|
||||||
|
|
Loading…
Reference in New Issue