home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 15 / 15.iso / s / s205 / 1.ddi / BACKUP.001 / DOC_LREF_LR70.DOC < prev    next >
Encoding:
Text File  |  1991-02-28  |  1.3 KB  |  50 lines

  1. TRACE_OFF
  2. Overview
  3. TRACE_OFF defines the end of the simulation section being traced by 
  4. TRACE_ON.  
  5.  
  6.  
  7. Syntax──────────────────────────────────────────────────────────────
  8.  
  9.     TRACE_OFF 
  10. ────────────────────────────────────────────────────────────────────
  11.  
  12. Device Support:  All PLD devices.
  13.  
  14. ·
  15. Syntax
  16. Use the reserved word in the simulation segment or auxiliary
  17. simulation  file of Boolean and state-machine designs.
  18.  
  19.  
  20. Syntax──────────────────────────────────────────────────────────────
  21.  
  22.     TRACE_OFF 
  23. Example─────────────────────────────────────────────────────────────
  24.  
  25.     SIMULATION
  26.     TRACE_ON
  27.     TRACE_OFF
  28. ────────────────────────────────────────────────────────────────────
  29. ·
  30. Definitions
  31.  
  32. TRACE_OFF       Identifies the reserved word that indicates when to
  33.                 conclude the simulation section being traced by
  34.                 TRACE_ON.
  35. ·
  36. Use
  37. Use the TRACE_OFF keyword to end the simulation section being traced
  38. by TRACE_ON.
  39.  
  40. If you do not conclude a trace section with TRACE_OFF, the software
  41. terminates the trace at the end of the file and displays a warning.
  42. If you have multiple traces but do not conclude one, PALASM does so by
  43. assuming a TRACE_OFF before the next TRACE_ON statement.
  44. ·
  45. Related Topics
  46. SIMULATION
  47. TRACE_ON
  48. ·
  49.