From: Cary R. <cy...@ya...> - 2008-01-22 04:11:08
|
I am working on checking the bit based delays in continuous assignments and ran into some inconsistencies between the real test and the bit based tests. For example: assign #1 ieq = ia == 1; is giving a different initial value than: assign #1 req = ra == 1.0; ieq appears to be getting the correct result. A .delay statement defaults to 'bx output, but the real comparison is giving 'bz. Different bit based delays are defaulting to 'bz. Attached is a simple example. Any clues about what might be causing the inconsistencies? Cary ____________________________________________________________________________________ Never miss a thing. Make Yahoo your home page. http://www.yahoo.com/r/hs |