home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / lang / verilog / 478 < prev    next >
Encoding:
Internet Message Format  |  1992-12-20  |  796 b 

  1. Xref: sparky comp.lang.verilog:478 comp.lang.vhdl:601
  2. Newsgroups: comp.lang.verilog,comp.lang.vhdl
  3. Path: sparky!uunet!elroy.jpl.nasa.gov!dank
  4. From: dank@blacks.jpl.nasa.gov (Daniel R. Kegel)
  5. Subject: Conversion of Verilog timing checks to VHDL?
  6. Message-ID: <dank.724653378@blacks.jpl.nasa.gov>
  7. Sender: news@elroy.jpl.nasa.gov (Usenet)
  8. Nntp-Posting-Host: blacks.jpl.nasa.gov
  9. Organization: Image Analysis Systems Group, JPL
  10. Date: Fri, 18 Dec 1992 04:36:18 GMT
  11. Lines: 11
  12.  
  13. Hi all,
  14. is there an accepted idiom for expressing the sort of timing checks
  15. supported in Verilog, i.e.
  16.     $width(negedge x, t0);
  17.     $setup(x, posedge y, t0);
  18.     $hold(posedge x, y, t0);
  19. in VHDL?
  20.  
  21. I'm thinking about converting a PD program that generates Verilog
  22. to also generate VHDL.
  23. - Dan Kegel (dank@blacks.jpl.nasa.gov)
  24.