home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p092 / 1.ddi / DESIGN / GATE.NET < prev    next >
Encoding:
Text File  |  1989-08-08  |  2.1 KB  |  99 lines

  1. (EDIF gate_sch
  2.  (status
  3.   (EDIFVersion 1 1 0)
  4.   (EDIFLevel 0)
  5.   (Written
  6.    (TimeStamp 1989  8  8 11  6 12)
  7.    (comment "The ABOVE TimeStamp is local time")
  8.    (accounting Program "NETLIST.EXE")
  9.    (accounting ProgramVersion "    x321h  16-May-89")
  10.    (comment "(C) Copyright 1985,1986,1987 OrCAD Systems Corporation  ALL RIGHTS RESERVED.")
  11.    )
  12.   )
  13.  (external TTL_LIB)
  14.  (external EXAMPLE_LIB)
  15.  (external PLDGATES_LIB)
  16.  (external ALTERA_M_LIB)
  17.  (external MEMORY_LIB)
  18.  (external VSTOTHER_LIB)
  19.  (design gate_sch (qualify lib root))
  20.  (library lib
  21.   (cell root
  22.    (status
  23.     (Written
  24.      (TimeStamp 1989  8  8 11  5 40)
  25.      (comment "The ABOVE TimeStamp is local time")
  26.      (comment "   August  8, 1989")
  27.      (comment "Sheet     1 of     1")
  28.      )
  29.     )
  30.    (view NETLIST root_NET
  31.     (interface
  32.      (define input port PULLUP)
  33.      (define input port VCC)
  34.      (define output port Q)
  35.      (define input port A)
  36.      (define input port B)
  37.      (define input port GND)
  38.      (define output port QNOT)
  39.      (define input port STARTUP)
  40.      )
  41.     (contents
  42.      (define local signal CLK)
  43.      (instance (qualify TTL_LIB X_74LS112) X_74LS112_NET U1A)
  44.      (instance (qualify TTL_LIB X_74LS08) X_74LS08_NET U2A)
  45.      (instance (qualify TTL_LIB X_74LS08) X_74LS08_NET U2B)
  46.      (joined
  47.       PULLUP
  48.       (qualify U1A P_003)
  49.       (qualify U1A P_002)
  50.       (qualify U2A P_001)
  51.       (qualify U1A P_004)
  52.       )
  53.      (joined
  54.       (qualify U1A P_005)
  55.       Q
  56.       )
  57.      (joined
  58.       A
  59.       (qualify U2B P_004)
  60.       )
  61.      (joined
  62.       (qualify U2B P_006)
  63.       CLK
  64.       (qualify U1A P_001)
  65.       )
  66.      (joined
  67.       B
  68.       (qualify U2B P_005)
  69.       )
  70.      (joined
  71.       (qualify U1A P_006)
  72.       QNOT
  73.       )
  74.      (joined
  75.       (qualify U2A P_014)
  76.       (qualify U2B P_014)
  77.       VCC
  78.       (qualify U1A P_016)
  79.       )
  80.      (joined
  81.       (qualify U2A P_003)
  82.       (qualify U1A P_015)
  83.       )
  84.      (joined
  85.       STARTUP
  86.       (qualify U2A P_002)
  87.       )
  88.      (joined
  89.       (qualify U2A P_007)
  90.       (qualify U1A P_008)
  91.       (qualify U2B P_007)
  92.       GND
  93.       )
  94.      )
  95.     )
  96.    )
  97.   )
  98.  )
  99.