Hanul
Newbie level 5
- Joined
- Feb 28, 2013
- Messages
- 9
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Activity points
- 1,371
Hello,
I've got an warning message as follows during gate-level simulation with NCVerilog.
Warning! Timing violation
$width( posedge CLK &&& (RSTB == 1'b1):135 PS, : 136 PS, 110 : 110 PS );
File: /usr/eda/synopsys/lib/SAED_EDK90nm/Digital_Standard_Cell_Library/verilog/saed90nm.v, line = 4812
Scope: tb_xxx.abc_reg_0_
Time: 136 P
I'd like to know why this warning happened and also how to solve.
It would be a big help for me if someone recommend me a good reference for solving this problem.
Thank you in advance.
I've got an warning message as follows during gate-level simulation with NCVerilog.
Warning! Timing violation
$width( posedge CLK &&& (RSTB == 1'b1):135 PS, : 136 PS, 110 : 110 PS );
File: /usr/eda/synopsys/lib/SAED_EDK90nm/Digital_Standard_Cell_Library/verilog/saed90nm.v, line = 4812
Scope: tb_xxx.abc_reg_0_
Time: 136 P
I'd like to know why this warning happened and also how to solve.
It would be a big help for me if someone recommend me a good reference for solving this problem.
Thank you in advance.