home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / lang / verilog / 486 < prev    next >
Encoding:
Internet Message Format  |  1992-12-22  |  862 b 

  1. Path: sparky!uunet!optilink!manley
  2. From: manley@optilink.COM (Terry Manley)
  3. Newsgroups: comp.lang.verilog
  4. Subject: New question - lint like verilog checker
  5. Message-ID: <13702@optilink.COM>
  6. Date: 22 Dec 92 00:17:07 GMT
  7. Organization: DSC/Optilink Access Products
  8. Lines: 15
  9.  
  10. In using the verilog language I've noticed the language
  11. will allow you to do many things you don't necessarily
  12. want to do.  Like the C language it is very flexible, 
  13. unfortunately unlike C there isn't a program verifier
  14. like lint.  I can think of many things I'd like to be
  15. checked, things that if checked would eliminate some
  16. of the debugging phase. (My recent post on execution
  17. of always blocks is one example, another is missing
  18. event triggers for always blocks, or declared but 
  19. unreferenced reg or wire variables, or ....)
  20.  
  21. Anybody heard of a tool like this?
  22.  
  23. dave
  24. manley@optilink.com
  25.