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: Question about Hierarchical Comparison Flow
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
valour
Posts: 2
Online: User is Offline
11/30/2005 7:06 AM  
Hi, all.

The problem is:
I attempted to use command
WRIte HIer_compare Dofile
for comparison of two hierarchical
designs: rtl and back annotation rtl after synthesis the first one (hierarchy was keeped).
Conformal wrote out a hierarchical dofile script but without starting from the lower level module of hierarchy and progressing to the top root module.
Given script verifies only the two top modules of hierarchical designs.
And several warnings appears at running this script, so as:
// Warning: Child module 'sub_module_name' used in Golden module 'top_module_name' 2 times, but in Revised module 'sub_module_name' 1 times (non-balanced). Skip 'sub_module_name'

And after that appears in Conformal konsole:
"№ modules are not output for hierarchical compare due to non-balanced instantiations"
"1 modules are output for hierarchical compare"
And this module is the top.

But I know that the hierarchies are equal
and built, but the names of several corresponding instantiations slightly differs (for example sub_module_name for Golden and sub_module_name_1 for Revised)

And this module is the top.


So my question is:
How compare two hierarchical designs by matching their instance-names, but not modules? Or what have I do if their names slightly differs? How can I balance instantiations?
Please give me an advise.

Thanks.

With best regards, Valery Kartashev.
yonghk
Posts: 0
Online: User is Offline
12/07/2005 12:23 PM  
Hi Valery,

When LEC runs hierarchical compare, it needs to be able to match the modules by name. So for this case, you need to use "add renaming rule" for the modules. For example: add re r mod1 "%s_1" "@1" -module -revised
This wil rename the revised module name from sub_module_name_1 to sub_module_name to match the module name on the golden side. Lastly, if there is uniquification done on the gate netlist, you need to reflect this in LEC. The command is "uniquify -all"
If the module name on the revised side is due to uniquification, then just use "uniquify -all" first before doing "write hier dofile". If the module names were changed by synthesis, then you need to use the add renaming rule.
So give these two options a try and see if the write hier dofile will resolve the unbalanced instantiations.

Regards,
Yong Kim
Posting to forums is available to community members only.
Login or Register

Forums > Digital IC > Formal verification > Question about Hierarchical Comparison Flow


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.