From 16e9b62b543d55d5d5129ba788dff84beed08150 Mon Sep 17 00:00:00 2001 From: Donald Sebastian Leung Date: Tue, 3 Nov 2020 17:07:55 +0800 Subject: [PATCH] Change wording on unique (input) channel numbers in rtio.sed.output_network --- rtio/sed/output_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtio/sed/output_network.py b/rtio/sed/output_network.py index 63632b5..ed7737d 100644 --- a/rtio/sed/output_network.py +++ b/rtio/sed/output_network.py @@ -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):