home *** CD-ROM | disk | FTP | other *** search
/ World of A1200 / World_Of_A1200.iso / programs / develop / galer / galer_english / examples / tristate.pld < prev   
Encoding:
Text File  |  1995-02-27  |  242 b   |  25 lines

  1. GAL16V8
  2. Exa.2            this is the second example
  3.  
  4. A  B  C  D  E  F  G  NC NC GND
  5. NC NC NC NC NC NC Y3 Y2 Y1 VCC
  6.  
  7.  
  8. Y1.T = B
  9.  
  10. Y2.T = C + D
  11.  
  12. Y3.T = /G
  13.  
  14.  
  15. Y1.E = /A
  16.  
  17. Y3.E = E * F
  18.  
  19.  
  20. DESCRIPTION
  21.  
  22.  tristate output : pinname.T
  23.  tirstate control: pinname.E
  24.  
  25.