Thursday, November 20, 2008     Register | Login | Search | Contact Us
     

Many of you already received communications about the move of the Cadence user community into cadence.com. And many of you have already joined, with over 4000 registrations in the first two weeks.

The new Cadence Community enhances the ability of Cadence users to connect and collaborate. In addition to moving the community into cadence.com -- enabling single sign-on for community, Sourcelink and Cadence events -- the new site is organized around nine technology segments, giving you easy access to product information, training, forums and blogs. Some of the new features include:
  • Ability to respond to posts via e-mail
  • Technology-specific blogs
  • Latest Web 2.0 social networking capabilities
  • Public profile options
  • Private messaging
  • Friends lists
Visit the new Cadence Community today at www.cadence.com/community and join the discussions!

Registration note: Due to the scope of the enhancements and the new SSO registration system, we were not able to migrate existing cdnusers.org member accounts. So new registrations are required, but this enables a broader set of functionality we think you'll enjoy.

Forum note: Under the guidance of forum moderators, we have taken the 20+ cdnusers.org forums and consolidated them into 11 forums on the new site. Posts have been brought over so you can leverage that posting history. CDNusers forums will be set to read only starting 7/30, and cdnusers.org will be redirected to the new community on 8/4.

Best regards,
Mike and Tom

Michael A. Catrambone - Steering Committee Chairman
Distinguished Engineer
PCB/Mechanical
UTStarcom, Inc.

Tom Diederich
Cadence Community Manager
Home
Forums
Subject: Mismatch between RTL and synthesis result (CDFG-511)
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
weidi1
Posts: 0
Online: User is Offline
12/06/2004 3:41 AM  
I experience a mismatch between behavior of RTL and the Ambit Synthesis Result; whereby Ambit displays the following WARNING:
--> WARNING: Possibly an 'X' or 'Z' value propagated to a control statement
that may cause simulation mismatches between the original and
synthesized designs (File ../RTL/com.v, Line 3957) .
What is CDFG-511?
Details:
The design is an FSM which has outputs dependent from the next_state, i.e. mealy outputs. In the synthesis result the next_state after the power on reset evaluates to 'x' although the next_state is in this case only dependent from the current state which is well defined by the reset. Ambit involves additional signals in the calculation of the next_state, which are not defined at this time. Ambit Version is v5.7-s133.
synthman
Posts: 17
Online: User is Offline
12/06/2004 7:28 AM  
Hello weidi1,
We suggest you use the latest 5.14 version. The 5.7 version is about 2 yrs old. You might have some undriven signals propagated to the control logic. Check the settings of the variable hdl_undriven_net/port/pin_value and set it to the expected value in your design.

CDFG (Control Data Flow Graph) indicates this warning occurs during the build_generic process where BG builds the generic data base from your RTL.
weidi1
Posts: 0
Online: User is Offline
12/09/2004 5:21 AM  
Hello synthman,

Thanks for the hints.
I tried 5.14 but the warning is the same as is the erroneos behavior of the synthesized circuit. The strange thing is, it works if I force Ambit to synthesize the output logic dependent on the next_state (and the current state) into a separate module; no warning, correct behavior.
What do You exactly mean by ""undriven signals propagated to the control logic""?
synthman
Posts: 17
Online: User is Offline
12/09/2004 7:19 AM  
Hi weidi1,
I meant there might be some undriven signal propagated to the control statement like 'case', 'if'. Do you see any undriven net reported from 'check_netlist'?

Seems like this is something specific to your design that triggers the warning. I don't think we can resolve it here in this forum. If you can send that piece of RTL to Cadence Support, we can investigate further.
crispy_duck
Posts: 0
Online: User is Offline
2/06/2006 7:01 AM  
weidi1,

Might be a stupid question, but is the problem occuring where you have a "case" statement in the code for defining which state is "next_state"?

If so, does this case statement have an "others" clause covering all possibilities not explicitly in the rest of the statement?

Might be worth checking.

CD
Posting to forums is available to community members only.
Login or Register

Forums > Digital IC > Synthesis and test > Mismatch between RTL and synthesis result (CDFG-511)


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.