Warnings when synthesis using RTL compiler

Status
Not open for further replies.

Greatrebel

Member level 3
Joined
Oct 30, 2009
Messages
58
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,286
Activity points
1,871
Hi All,

When I use RTL compiler to synthesis my design, I found there were a lot of warnings like

"The following sequential clock pins have no clock waveform driving them" and

"Referenced signal not in sensitivity list. This may cause simulation mismatches between the original and synthesized designs." during elaboration.

I am wondering whether these warnings are serious, can I ignore them.

Thanks in advance
 

for the warning "Reference signal...", you should fix it and restart all your RTL simulation, because, as mentionne, the simulator can be false.

for the warning "The folowing...", you need to analyze which pins are not cover by the "create_clock", and if this acceptable, or need to be completed. In this case, this element will not correctly balance in the clock tree and could made any issue.
 

How can i fix the "create_clock" problem??
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…