- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
Dear All,
could someone advice: I want to wait in my testbench for a signal rise time, like this: wait until rising_edge(MySignal) however the rising edge must come within certain time, e.g. up to 100us. I've testested flavors of constructs like: wait until rising_edge(MySignal) or now > 100 us; however whatever I do, it does not react on the time condition. Only on the rising edge. What do I do wrong? thanks d.링크가 복사됨
3 응답
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
ahmm, thanks, this combination did not come into my mind
- 신규로 표시
- 북마크
- 구독
- 소거
- RSS 피드 구독
- 강조
- 인쇄
- 부적절한 컨텐트 신고
you can never use NOW in a wait statement because it is not a signal so it will never produce an event so it waits forever.
