|
发表于 2005-9-17 01:53:47
|
显示全部楼层
大版主还有一个timing violation问题想请问你!!
If you have an asynchronous path, say signal X is sent from clock domain A,
first sampled to Y in clock domain B, then sampled again to Z in clock domain B,
from X to Y is asynchronous,
In DC and STA, you need to set_false_path -from X -to Y, then any timing violation
from X to Y would not be reported;
In simulation with timing, the simulator does not know X to Y is a false
path, so it reports errors. It is fine because you know it is an
asynchronous path and Y is not used anywhere else but at Z.
|
|