Exemplo n.º 1
0
        public PQ130G_Adder4Bit() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            Chip = new Chips.Binary_Adder_4Bit();

            SetPinModes(0, PinMode.Ouput);
            SetPinModes(3, PinMode.Ouput);
            SetPinModes(8, 9, PinMode.Ouput);
            SetPinModes(12, PinMode.Ouput);
        }
Exemplo n.º 2
0
        public PQ130G_Adder4Bit() : base(16)
        {
            IcType    = ICType.ic4;
            ModelName = "IC16";

            Chip = new Chips.Binary_Adder_4Bit();

            PinModes[0]  = PinMode.Ouput;
            PinModes[3]  = PinMode.Ouput;
            PinModes[8]  = PinMode.Ouput;
            PinModes[9]  = PinMode.Ouput;
            PinModes[12] = PinMode.Ouput;
        }