Tuesday, January 06, 2009     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: Driving not connected bus bits
Posting to forums is available to community members only.
Login or Register
Rate this topic:
   
Author Messages
Stalker
Posts: 24
Online: User is Offline
12/21/2006 7:14 AM  
Hello to all RC users,
I have some hierarchical ports of subdesigns, which are currently unused.
The are not driven inside the subdesign and not connected at the higher level.
RC decided to drive them with 1'b0 - assign output_pinΎ] 1'b0
There is an attribute, that is responsible for such behaviour:
rc:/> get_attr hdl_undriven_signal_value /
none

The options are 1, 0, Z, none.
It seems that RC ignores this attribute.

Any suggestion, how to eliminate driving of the unconnected bit would be appresiated.

Regards,

Maxim R.
sthomson
Posts: 1
Online: User is Offline
1/18/2007 12:44 PM  
There are 2 attributes that control the connectivity of undriven logic. The first that you mentioned is hdl_undriven_signal_value. This attribute controls the drive value of the undriven signals in a module.

attribute name: hdl_undriven_signal_value
category: elab (controls elaboration)
object type: root
access type: read-write
data type: string
default value: none
help: Connects each undriven signal in a module to the specified value unless the none value is specified.
more help: permitted values: { 0 1 x X z Z none }


Another attribute, hdl_undriven_output_port_value, controls how undriven output ports will be handled.


attribute name: hdl_undriven_output_port_value
category: elab (controls elaboration)
object type: root
access type: read-write
data type: string
default value: none
help: Connects each undriven output port in a module to the specified value unless the none value is specified.
more help: permitted values: { 0 1 x X z Z none }


Both of these attributes should be set before elaboration to achieve the desired effect.

There is another user utility that is available if you want to delete unused ports and subports.This command is called delete_unloaded_undriven and is only available after adding the following command to your script : "include load_etc.tcl"

rc:/> delete_unloaded_undriven -h

Usage: delete_unloaded_undriven [-disconnect] [-all] [-force_bit_blast] [] [> file]

[-disconnect]:
disconnects the constant connected subports/ports
[-all]:
deletes/disconnects in the top level also
[-force_bit_blast]:
removes indiviual bits of a bus by bitblasting the module
[]:
specify design name


This command and the attributes listed above should allow you to achieve the desired connectivity in your design.

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

Forums > Digital IC > Synthesis and test > Driving not connected bus bits


ActiveForums 3.6
     
Copyright 2006 Cadence Design Systems, Inc.