• 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. read_hdl fails to open rtl_list

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 61
  • Views 15362
  • 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

read_hdl fails to open rtl_list

archive
archive over 20 years ago

I have a question on read_hdl on Encounter RTL compiler. It seems that it doesnt accept following code snippet

read_hdl -verilog {$rtl_list}

I created a run file to read in all the files for synthesis into the rtl_list. I can list all the elements in the rtl_list like

a.v
b.v
... z.v

Still the rtl compiler complains VLOGPT-650.

Thanks
vinil


Originally posted in cdnusers.org by vinilt
  • Cancel
Parents
  • archive
    archive over 20 years ago

    Vinil,

    Here is a reply from Cadence engineering:

    ***********
    Hi Vinil,

    There are two syntax issues with the read_hdl command you've posted:
    1. -verilog is not an option to read_hdl. By default, read_hdl reads Verilog files, so no switch is necessary to specify Verilog input. Please do read_hdl -h to see the valid options
    2. In TCL, surrounding a variable with {} means to not expand that variable its values. As a result, the read_hdl command is looking for a file called $rtl_list, not looking for the files specified in $rtl_list.

    I think you will find that the following command will accomplish what you need:
    read_hdl $rtl_list

    Thank you for your post.
    *********

    moderator



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

    Vinil,

    Here is a reply from Cadence engineering:

    ***********
    Hi Vinil,

    There are two syntax issues with the read_hdl command you've posted:
    1. -verilog is not an option to read_hdl. By default, read_hdl reads Verilog files, so no switch is necessary to specify Verilog input. Please do read_hdl -h to see the valid options
    2. In TCL, surrounding a variable with {} means to not expand that variable its values. As a result, the read_hdl command is looking for a file called $rtl_list, not looking for the files specified in $rtl_list.

    I think you will find that the following command will accomplish what you need:
    read_hdl $rtl_list

    Thank you for your post.
    *********

    moderator



    Originally posted in cdnusers.org by Moderator
    • 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