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: Adding new input metrics to Enterprsie Manager
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
hcarter
Posts: 3
Online: User is Offline
8/22/2007 10:35 AM  
Hi,

Please find attached the code package that illustrates the techniques from the upcoming article on cdnusers.org:

"Defining New Metrics in Enterprise Manager (Input Metrics)"

Have Fun!
Hamilton

Attachment: new_attr_input.tar.gz

adielkhan
Posts: 6
Online: User is Offline
8/23/2007 1:25 PM  
Hi,
I looked at the code and we already have automated packages to perform what you intended. Its far better reuse and less code and faster to reuse an existing package than create new code.
e.g
<'
load vm_brun_ext/e/vm_brun_ext_top;
add_brun_default_attribute my_metric BRUN_MY_METRIC;
'>

line 1: loads the package,
line 2: first argument is the name of a pre-coded macro which performs all the code you showed (plus more)
second argument is the name of the 'attribute' to be used for instance in the vsif as in your example
third argument is the environment variable representation containing the value of the 'attribute' usable anywhere.

vm_brun_ext is a lowlevel package that ENHANCES and SIMPLFIES many eManager automation features such as this biult into it and is heavily used by many eManager users.
ex_vmutil is a package that AUTOMATES many of the common functionality required by users of eManager and is also used by many eManager customers.
ex_vmcai is a TOTAL COVERAGE solution that can collect and measure any metric annotating it back into a vPlan of any format also used by internal and external eManager users.
vp_lib is a complete library of such enhancement packages developed to aid reuse and automation.

To this end perhaps it would be better to explain how to use these packages to obtain the required goals rather than re-writing them.

thanks,
Adiel
adiel@cadence.com
hcarter
Posts: 3
Online: User is Offline
8/24/2007 6:48 AM  
Hi Adiel,

Great input!  When possible everyone should reuse existing packages to reduce effort and enhance maintainability.

However, this series of articles is meant to present the fundamentals so that readers will know how to customize Enterprise Manager on their own.  Each article will build on the fundamentals developed in the previous articles.

Can you outline the routines available in vm_brun_ext and their usage models as well as where to objtain the package?  This would be great information to make available to the forum.

Thanks again,
Hamilton
adielkhan
Posts: 6
Online: User is Offline
9/12/2007 1:00 PM  
Hi,

Here is a brief outline;
ex_vmcai: Total Coverage Planning implementation- Allows a team to collect coverage and perform verification planning for absolutely any metric. Whether it be covering an $ENVIRONMENT_VARIABLES or assertions or scripts, or third-party code execution etc. (TOTAL COVERAGE & PLANNING is the ability to gain confidence from any METRIC)

ex_vmutil: Automates vManager execution; automatic reporting html & email; automatic rerunning; automatic session reading and executiion;

vm_brun_ext: Extended simulator support; layered simulator execution flow; advanced rerun schemes; automatic session reading and execution; automatic attribute and metric additions and calculations.

If you need the packages then let me know, normally I tweak them to user requirements. Most AE's within Cadence Advanced Verification Solutions also have the packages.

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

Forums > Functional Verification > Verification Planning > Adding new input metrics to Enterprsie Manager


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.