home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 13 / 13.iso / p / p078 / 7.img / TUTOR.PLB / DECODER2.PLD < prev    next >
Encoding:
Text File  |  1990-12-11  |  512 b   |  17 lines

  1.                    10:4 DECODER AS AN INDEXED EQUATION
  2.  
  3. This 4 to 10 decoder is an indexed form of the set of Boolean equations
  4. shown in file DECODER1.PLD.
  5.  
  6. | in:(A[3..0], STROBE), io:Q[9..0]
  7. |
  8. | Title:  "10:4 decoder"
  9. |
  10. | n=9..0:  Q[n] = A[3..0]==n & STROBE
  11.  
  12. | Vectors:
  13. | { Display STROBE, (A[3..0])d, "   ", (Q[9..0])c
  14. |   Test A[3..0], STROBE
  15. |   End }
  16.  
  17.