home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / lang / verilog / 328 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  1.7 KB

  1. Path: sparky!uunet!dtix!darwin.sura.net!wupost!cs.utexas.edu!wotan.compaq.com!twisto.eng.hou.compaq.com!palmyra.eng.hou.compaq.com!alzien
  2. From: alzien@palmyra.eng.hou.compaq.com (Khaldoun Alzien)
  3. Newsgroups: comp.lang.verilog
  4. Subject: Incremental Pattern File tasks
  5. Message-ID: <1992Aug31.212026.371@twisto.eng.hou.compaq.com>
  6. Date: 31 Aug 92 21:20:26 GMT
  7. Sender: news@twisto.eng.hou.compaq.com (Netnews Account)
  8. Organization: Compaq Computer Corp.
  9. Lines: 30
  10.  
  11. --------------------------------------------------------------------------------
  12. Hi,
  13.  
  14. Has anybody used the Incremental Pattern File tasks with vectors?
  15.     ( $incpattern_write, $incpattern_read, $compare )
  16.  
  17.     According to Verilog-XL 1.6a Release Notes, the Incremental Pattern File
  18.     tasks support both scaler and vectors, but that was not what I
  19.     experienced.
  20.  
  21. I did not have any problems using the tasks when all my signals were scaler.
  22. On the other hand every thing fell apart once at least one of my signals was
  23. a vector.
  24.  
  25.     - $incpattern_write: Verilog did not report the signal name in
  26.         the Declarations for Incremental Stimulus File "file_name"
  27.  
  28.     - $incpattern_read: Did not read in the vectors properly which leads
  29.                 me to believe that it was not saved properly,
  30.                 or better yet not saved at all.
  31.  
  32.     - $compare: reports FALSE errors.
  33.  
  34. Your feedback is appreciated.
  35.  
  36. --------------------------------------+-----------------------------------------
  37.         Khaldoun Alzien              | Experience is what causes a person to 
  38.     (713)374-4114                 | make new mistakes instead of old ones.
  39.     alzien@twisto.compaq.com      | -- author unknown --
  40. --------------------------------------+-----------------------------------------
  41.