X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.core%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fcore%2Fcomponents%2FMux.java;h=3776bde9399760227cb512538d43e40a45475adf;hb=153f81323a215691a0477af3fd1dd4a9d5b02958;hp=6ef41b282396528c61c67333dc6a51875c0c5f4c;hpb=40fa7adb9fe05cd2d2eeb18a787b98299b76136a;p=Mograsim.git diff --git a/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Mux.java b/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Mux.java index 6ef41b28..3776bde9 100644 --- a/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Mux.java +++ b/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Mux.java @@ -25,9 +25,9 @@ public class Mux extends BasicComponent private final int outputSize; /** - * Input {@link Wire}s and out must be of uniform length + * Input {@link Wire}s and out must be of uniform width * - * @param out Must be of uniform length with all inputs. + * @param out Must be of uniform width with all inputs. * @param select Indexes the input array which is to be mapped to the output. Must have enough bits to index all inputs. * @param inputs One of these inputs is mapped to the output, depending on the select bits */