|
发表于 2005-5-31 00:18:50
|
显示全部楼层
后仿真中的负延迟
[这个贴子最后由kevinliu在 2005/05/31 00:21am 第 2 次编辑]
NCVerilog will ignore those negative timing annotations (zero), but for negative timing check, you need to define NEG_TCHK and use merged setuphold (recrem) to enable it (SDF 3.0), otherwise, it'll be zeroed (too pessimistic).
there is one paper on Solvit about negative timing. basically, it's caused by delay calculation (trippoint) and transition. |
|