Change wording on unique (input) channel numbers in rtio.sed.output_network
This commit is contained in:
parent
06f619013c
commit
16e9b62b54
|
@ -135,7 +135,7 @@ class OutputNetwork(Elaboratable):
|
|||
with m.If(k1 == k2):
|
||||
m.d.comb += channels_unique.eq(0)
|
||||
# If there are no replacements then:
|
||||
# - Channel numbers are unique
|
||||
# - Input channel numbers are unique
|
||||
# - All outputs are valid
|
||||
# - All inputs make it through the sorting network
|
||||
with m.If(~replacement_occurred):
|
||||
|
|
Loading…
Reference in New Issue