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=76fdc144f22b60491e61a32860fe2e6881751505;hp=6ef41b282396528c61c67333dc6a51875c0c5f4c;hpb=3e6ac3d7fd389191d02c1c6982fbf093421ce4f2;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 */