home *** CD-ROM | disk | FTP | other *** search
- 10:4 DECODER AS AN INDEXED EQUATION
-
- This 4 to 10 decoder is an indexed form of the set of Boolean equations
- shown in file DECODER1.PLD.
-
- | in:(A[3..0], STROBE), io:Q[9..0]
- |
- | Title: "10:4 decoder"
- |
- | n=9..0: Q[n] = A[3..0]==n & STROBE
-
- | Vectors:
- | { Display STROBE, (A[3..0])d, " ", (Q[9..0])c
- | Test A[3..0], STROBE
- | End }
-
-