home *** CD-ROM | disk | FTP | other *** search
/ Piper's Pit BBS/FTP: ibm 0020 - 0029 / ibm0020-0029 / ibm0028.tar / ibm0028 / CUPL30-4.ZIP / DECADE.SI < prev    next >
Encoding:
Text File  |  1986-03-02  |  1.9 KB  |  37 lines

  1. Name      decade;
  2. Partno    CA0015;
  3. Date      12/19/84;
  4. Revision  01;
  5. Designer  Kahl;
  6. Company   Assisted Technology;
  7. Assembly  None;
  8. Location  None;
  9. Device    f157;
  10.  
  11. /****************************************************************/
  12. /* Allowable Target Device Types :  82S157                      */
  13. /****************************************************************/
  14.  
  15. ORDER: !en,%3,clk,%4,preset,%6,valid_states,%4,Q3,Q2,Q1,Q0,%2,wave;
  16.  
  17. VECTORS:
  18. $msg"                    valid  QQQQ     ";
  19. $msg"     !en clk preset states 3210 wave"; 
  20. $msg"     --- --- ------ ------ ---- ----";
  21.        0   0    1      L    HHHH  H    /* force illegal state with preset */
  22.            0   C    0      H    LLLL  L    /* complement array forces to 0    */
  23.            0   C    0      H    LLLH  H    /* count to state 1 output sets    */
  24.          0   C    0      H    LLHL  H    /* count to state 2                  */
  25.        0   C    0      H    LLHH  H    /* count to state 3                  */
  26.        0   C    0      H    LHLL  H    /* count to state 4                  */
  27.        0   C    0      H    LHLH  H    /* count to state 5                  */
  28.        0   C    0      H    LHHL  L    /* count to state 6 output resets  */
  29.        0   C    0      H    LHHH  L    /* count to state 7                  */
  30.        0   C    0      H    HLLL  L    /* count to state 8                  */
  31.        0   C    0      H    HLLH  L    /* count to state 9                  */
  32.        0   C    0      H    LLLL  L    /* count to state 0                  */
  33.        0   C    0      H    LLLH  H    /* count to state 1 output sets    */
  34.        0   C    0      H    LLHL  H    /* count to state 2                  */
  35.        0   C    0      H    LLHH  H    /* count to state 3                  */
  36.            1   0    0      H    ZZZZ  Z    /* test common output enable          */
  37.