|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
先给大家介绍我的思路:
我为了做modelsim的后仿,用的是ICC之后的网表,然后将抽出的spef文件用PT做时序分析进而产生出做仿真的sdf文件。
仿真时出现了如下警告:
# ** Warning: (vsim-SDF-3924) D:/zhuyl/simulation/201208/0823/test1/sdf_pt2.sdf: Out of 14406 SDF statements, 14406 had null values.
接着提示我SDF反标注成功,有如下提示
# ** Note: (vsim-3587) SDF Backannotation Successfully Completed.
# Time: 0 fs Iteration: 0 Region: /tb_top File: D:/zhuyl/simulation/201208/0823/test1/tb_top.v
# Note : Cyclone II PLL is enabled
# Time: 0 Instance: tb_top.top.pll.altpll_component.pll1
接着就出现了错误
# ** Error: D:/zhuyl/simulation/201208/0823/test1/csm18ic_neg.v(6521): $hold( posedge CK &&& (flag == 1):104 ns, negedge D:104 ns, 500 ps );
# Time: 104 ns Iteration: 1 Instance: /tb_top/top/netlist_in/calibration_temp8_reg_0_
# Note : Cyclone II PLL locked to incoming clock
# Time: 110000000 Instance: tb_top.top.pll.altpll_component.pll1
# ** Error: D:/zhuyl/simulation/201208/0823/test1/csm18ic_neg.v(6521): $hold( posedge CK &&& (flag == 1):114 ns, negedge D:114 ns, 500 ps );
# Time: 114 ns Iteration: 1 Instance: /tb_top/top/netlist_in/calibration_temp9_reg_12_
# ** Error: D:/zhuyl/simulation/201208/0823/test1/csm18ic_neg.v(6521): $hold( posedge CK &&& (flag == 1):114 ns, negedge D:114 ns, 500 ps );
# Time: 114 ns Iteration: 1 Instance: /tb_top/top/netlist_in/calibration_temp9_reg_13_
波形就是红线
希望大家帮我看看什么原因,特别是不是那个顶头的警告有问题,谢谢! |
|