home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top1028 / tutorial.ti_ / tutorial.ti
Encoding:
Text File  |  1994-04-29  |  1.0 KB  |  72 lines

  1. Timing Diagram Editor v1.0 - Output File
  2.  
  3. PROJECT
  4.   DrawWndFont DEFAULT
  5.   DrawWndColor DEFAULT
  6.   GridWndFont DEFAULT
  7.   GridWndColor DEFAULT
  8.   LabelWndFont DEFAULT
  9.   LabelWndColor DEFAULT
  10.   ParamDispPref 0
  11.   BaseTimeUnit 2
  12.   DisplayTimeUnit 2
  13.   PixelsPerTime 4
  14.   TimePerPixel 1
  15.   Visible DELAYS SETUPS HOLDS TEXT UNCERTAINTY 
  16.   Colwidths 112,154,196,280,1016
  17.   ScrollPos 0,0,0
  18. !
  19.  
  20. CLOCK clk
  21.   PERIOD 50
  22.   DUTY 50
  23.   OFFSET 0
  24.   INITIAL LOW
  25.   JRISE 0
  26.   JFALL 0
  27.   UNITS GHZ
  28. !
  29.  
  30. SIGNAL Qoutput
  31.  E1    H    30    43
  32.  E2    L    80    80
  33.  E3    H    123    123
  34. !
  35.  
  36. SIGNAL Dinput
  37.  E1    L    33    54
  38.  E2    H    83    83
  39.  E3    L    123    123
  40. !
  41.  
  42. FREE tpFreeInv
  43.   MIN    3
  44.   MAX    11
  45.   COMMENT  74ALS04 inverter delay
  46. !
  47.  
  48. DELAY DFFtp
  49.   MIN    5
  50.   MAX    18
  51.   FROM    clk    E1
  52.   TO    Qoutput    E1
  53.   COMMENT    Ck to Q propagation time
  54. !
  55.  
  56. DELAY INVtp
  57.   MIN    tpFreeInv
  58.   MAX    tpFreeInv
  59.   FROM    Qoutput    E1
  60.   TO    Dinput    E1
  61.   COMMENT    Inverter(Q to D) delay
  62. !
  63.  
  64. SETUP Dsetup
  65.   MIN    15
  66.   MAX    NULL
  67.   FROM    Dinput    E1
  68.   TO    clk    E3
  69.   COMMENT    check for metastable condition
  70. !
  71.  
  72.