Ejemplo n.º 1
0
        public PQ122_DFf() : base(20)
        {
            IcType    = ICType.ic4;
            ModelName = "IC20";

            Chip = new Chips.Octal_D_FlipFlop();

            SetPinModes(1, PinMode.Ouput);
            SetPinModes(4, 5, PinMode.Ouput);
            SetPinModes(8, PinMode.Ouput);
            SetPinModes(11, PinMode.Ouput);
            SetPinModes(14, 15, PinMode.Ouput);
            SetPinModes(18, PinMode.Ouput);
        }
Ejemplo n.º 2
0
        public PQ122_DFf() : base(20)
        {
            IcType    = ICType.ic4;
            ModelName = "IC20";

            Chip = new Chips.Octal_D_FlipFlop();

            PinModes[1]  = PinMode.Ouput;
            PinModes[4]  = PinMode.Ouput;
            PinModes[5]  = PinMode.Ouput;
            PinModes[8]  = PinMode.Ouput;
            PinModes[11] = PinMode.Ouput;
            PinModes[14] = PinMode.Ouput;
            PinModes[15] = PinMode.Ouput;
            PinModes[18] = PinMode.Ouput;
        }