X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.core%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fcore%2Fcomponents%2FDemux.java;h=5cf80747563af21c74610b630fa32b197fa2cead;hb=9b4850366c29fbd800ee8df1858c398d8c35a0c0;hp=ec36b88ecfed29660553eb9792eabcc8353d0f67;hpb=3e6ac3d7fd389191d02c1c6982fbf093421ce4f2;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 */