Friday, November 21, 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: Keep internal signals' names after synthesis
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
mvetromille
Posts: 3
Online: User is Offline
11/21/2007 10:21 AM  

When I synthesize my designs, RTL compiler exchanges the internal signals' names for random ones. Does anyone know if there is a way to keep the internal signals' names? Or, is there a way to map the old names to the new ones?

I'll try to explain my problem in a better way.

I'm using PSL to verify the functioning of my design and I map internal signals to external ones (using ncmirror) in order to be able to evaluate them in PSL. When I'm using RTL that's ok, but when I have to verify the generated netlist, RTL compiler keeps the port's names but changes the name of some signals.

For example, if I map a signal which name is tmod_s in my PSL, after synthesis this signal's name is changed for something like n_25 and my PSL does not work anymore.

I've tried the following command before elaboration but I didn't have success:

set_attr preserve true -net <netname to be preserved>

I've tryied to preserve the signal count_enable_s which is set as following:

   count_enable_s <= '1' when pre_count_s = conv_unsigned(11,4) else '0';

In fact, observing the elaboration result I realized it was transformed in a MUX, and its output was named to n_26. Is there a way to keep the output with the name count_enable_s instead of n_26?

geryo
Posts: 3
Online: User is Offline
11/21/2007 10:41 AM  
OK, I'm not exactly an expert in the matter, but would you not want to verify the "design" at the RTL level using PSL, and then if you do not trust your synthesis tool - or if you had to make changes to the synthesized design manually, then use an equivalence checking tool?

Cheers,
G.O.
jmueller
Posts: 14
Online: User is Offline
11/22/2007 1:27 AM  
Hi mvetromille,

Preserving all internal signals would also prevent any structural optimizations during synthesis, so I am not sure if you really want this. However, I can inagine that you are able to preserve at least the port names of internal blocks, not signals, did you try that? If this is possible then the recommendation would be to write properties only using the internal port names. Otherwise the flow breaks.

Joerg.
mvetromille
Posts: 3
Online: User is Offline
11/22/2007 7:51 AM  
Thank you, Joerg.

In fact, I don't know if it would be an impact to my design if I prevent structural optimizations during synthesis. I really need to use the internal signals in my properties instead of the ports. So, not considering the optimization after synthesis, do you know how to preserve the name of some internal signals?

Melissa.
ajeetha
Posts: 97
Online: User is Offline
11/22/2007 7:00 PM  
Hi Melissa,
This is more of a RTL compiler question and perhaps you should ask in the Digital IC forum for synthesis experts comments.

As Joerg mentioned, it will be a good idea to write PSL on ports only - especially for those properties expected to be reused at GLS.
We make some of these recommendations in our PSL book (see: www.systemverilog.us).

Another relevant guideline was to use only Sequential nodes in your PSL code - in your case you are lucky that the combinatorial nodes are still present. We have seen cases where the whole logic gets optimized and the signal is lost.

We at CVC have a half-a-day workshop on "ABV beyond RTL" that touches upon this topic very extensively, provides examples on how to handle common synthesis optimizations (like bit blasting etc.). It also provides template flow on how to use an equivalence checker to automate this kind of mapping.

Perhaps Conformal can provide a flow for this if you work closely with you Cadence AE.

Regards
Ajeetha, CVC
www.noveldv.com

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

Forums > Functional Verification > Assertion-Based Verification and Formal Analysis > Keep internal signals' names after synthesis


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.