X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=net.mograsim.logic.ui%2Fsrc%2Fnet%2Fmograsim%2Flogic%2Fui%2Fmodel%2Fcomponents%2Fmi%2Fnandbased%2FGUImux1_4.java;h=e648e1c94319509ddfd31cc0d9db72df1ac1dc30;hb=ae74a6a022756a4cc7ee5b453ad7a68e13832788;hp=5ec7f88b6f0c5839c01f9a93db3bb84a11d21e15;hpb=7aa6eab72deba89dbc22ae9c90ffb5df53f9d496;p=Mograsim.git diff --git a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1_4.java b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1_4.java index 5ec7f88b..e648e1c9 100644 --- a/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1_4.java +++ b/net.mograsim.logic.ui/src/net/mograsim/logic/ui/model/components/mi/nandbased/GUImux1_4.java @@ -13,8 +13,8 @@ public class GUImux1_4 extends SimpleRectangularSubmodelComponent { super(model, 1, "GUImux1_4"); setSubmodelScale(.4); - setInputCount(9); - setOutputCount(4); + setInputPins("S0", "I0_1", "I0_2", "I0_3", "I0_4", "I1_1", "I1_2", "I1_3", "I1_4"); + setOutputPins("Y1", "Y2", "Y3", "Y4"); initSubmodelComponents(); }