• 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. Synthesizing Mixed Verilog-VHDL in RTL Compiler?

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 62
  • Views 15055
  • 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

Synthesizing Mixed Verilog-VHDL in RTL Compiler?

Scrivner
Scrivner over 15 years ago

Does anyone have experience using RTL Compiler with a design that includes mixed Verilog and VHDL code? I will have a design soon that is verilog at top level with some small verilog modules instantiated, but the bulk of the design will be an instantiation of a large VHDL hierarchy.

Is it as simple as creating an instantiation of the VHDL module in the top level verilog and then reading in all of the RTL into RC? Or are there some tricks that I'll need to know? Any special switches in RC that I should know about for mixed Verilog-VHDL synthesis?

 Thanks in advance for any help anyone can provide!

Bart 

  • Cancel
Parents
  • grasshopper
    grasshopper over 15 years ago

    Hi Bart,

    I have worked on several mixed RTL designs and despite me not liking VHDL I cannot say RC cared one way or another. There are certainly more nuances with VHDL than Verilog but none of them have much to do with the mixed language characteristics of the design. Simply ensure that the blocks are read in the correct read_hdl block and you should be ok. Not sure how much VHDL you have done in RC but their are some order depndancies (i.e reading architecture and entity in right order, etc.) so make sure you read things in the right order. Also remember the -library switch when reading HDL so thing go to the right libraries. Most attribute that may have an impact start with hdl or vhdl so usual

    get_attr -h *hdl_*  * 

    would provide most attribute that may be of interest to you

     good luck,

    gh-

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
Reply
  • grasshopper
    grasshopper over 15 years ago

    Hi Bart,

    I have worked on several mixed RTL designs and despite me not liking VHDL I cannot say RC cared one way or another. There are certainly more nuances with VHDL than Verilog but none of them have much to do with the mixed language characteristics of the design. Simply ensure that the blocks are read in the correct read_hdl block and you should be ok. Not sure how much VHDL you have done in RC but their are some order depndancies (i.e reading architecture and entity in right order, etc.) so make sure you read things in the right order. Also remember the -library switch when reading HDL so thing go to the right libraries. Most attribute that may have an impact start with hdl or vhdl so usual

    get_attr -h *hdl_*  * 

    would provide most attribute that may be of interest to you

     good luck,

    gh-

    • 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