X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.core%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fcore%2Fcomponents%2FDemux.java;fp=net.mograsim.logic.core%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fcore%2Fcomponents%2FDemux.java;h=5cf80747563af21c74610b630fa32b197fa2cead;hb=153f81323a215691a0477af3fd1dd4a9d5b02958;hp=ec36b88ecfed29660553eb9792eabcc8353d0f67;hpb=40fa7adb9fe05cd2d2eeb18a787b98299b76136a;p=Mograsim.git diff --git a/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Demux.java b/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Demux.java index ec36b88e..5cf80747 100644 --- a/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Demux.java +++ b/net.mograsim.logic.core/src/net/mograsim/logic/core/components/Demux.java @@ -24,7 +24,7 @@ public class Demux extends BasicComponent /** * Output {@link Wire}s and in must be of uniform width * - * @param in Must be of uniform length with all outputs. + * @param in Must be of uniform width with all outputs. * @param select Indexes the output array to which the input is mapped. Must have enough bits to index all outputs. * @param outputs One of these outputs receives the input signal, depending on the select bits */