• Skip to main content
  • Skip to search
  • Skip to footer
Cadence Home
  • This search text may be transcribed, used, stored, or accessed by our third-party service providers per our Cookie Policy and Privacy Policy.

  1. Community Forums
  2. Logic Design
  3. Driving not connected bus bits

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 61
  • Views 13326
  • Members are here 0
This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Driving not connected bus bits

archive
archive over 18 years ago

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[0] 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,


Originally posted in cdnusers.org by Stalker
  • Cancel
Parents
  • archive
    archive over 18 years ago

    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.


    Originally posted in cdnusers.org by sthomson
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • archive
    archive over 18 years ago

    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.


    Originally posted in cdnusers.org by sthomson
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Children
No Data

Community Guidelines

The Cadence Design Communities support Cadence users and technologists interacting to exchange ideas, news, technical information, and best practices to solve problems and get the most from Cadence technology. The community is open to everyone, and to provide the most value, we require participants to follow our Community Guidelines that facilitate a quality exchange of ideas and information. By accessing, contributing, using or downloading any materials from the site, you agree to be bound by the full Community Guidelines.

© 2025 Cadence Design Systems, Inc. All Rights Reserved.

  • Terms of Use
  • Privacy
  • Cookie Policy
  • US Trademarks
  • Do Not Sell or Share My Personal Information