home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.lang.verilog:478 comp.lang.vhdl:601
- Newsgroups: comp.lang.verilog,comp.lang.vhdl
- Path: sparky!uunet!elroy.jpl.nasa.gov!dank
- From: dank@blacks.jpl.nasa.gov (Daniel R. Kegel)
- Subject: Conversion of Verilog timing checks to VHDL?
- Message-ID: <dank.724653378@blacks.jpl.nasa.gov>
- Sender: news@elroy.jpl.nasa.gov (Usenet)
- Nntp-Posting-Host: blacks.jpl.nasa.gov
- Organization: Image Analysis Systems Group, JPL
- Date: Fri, 18 Dec 1992 04:36:18 GMT
- Lines: 11
-
- Hi all,
- is there an accepted idiom for expressing the sort of timing checks
- supported in Verilog, i.e.
- $width(negedge x, t0);
- $setup(x, posedge y, t0);
- $hold(posedge x, y, t0);
- in VHDL?
-
- I'm thinking about converting a PD program that generates Verilog
- to also generate VHDL.
- - Dan Kegel (dank@blacks.jpl.nasa.gov)
-