Change wording on unique (input) channel numbers in rtio.sed.output_network

pull/1/head
Donald Sebastian Leung 2020-11-03 17:07:55 +08:00
parent 06f619013c
commit 16e9b62b54
1 changed files with 1 additions and 1 deletions

View File

@ -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):