Ejemplo n.º 1
0
        public PQ121_DFf() : base(14)
        {
            IcType    = ICType.ic4;
            ModelName = "IC14";
            PinNames  = new string[] { "CLR1", "D1", "CLK1", "PR1", "Q1", "Q1'", "GND", "Q2'", "Q2", "PR2", "CLK2", "D2", "CLR2", "VCC" };

            Chip = new Chips.Dual_D_FlipFlop();

            SetPinModes(4, 5, PinMode.Ouput);
            SetPinModes(7, 8, PinMode.Ouput);
        }
Ejemplo n.º 2
0
        public PQ121_DFf() : base(14)
        {
            IcType    = ICType.ic4;
            ModelName = "IC14";

            Chip = new Chips.Dual_D_FlipFlop();

            PinModes[4] = PinMode.Ouput;
            PinModes[5] = PinMode.Ouput;
            PinModes[7] = PinMode.Ouput;
            PinModes[8] = PinMode.Ouput;
        }