• 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. synthesis System Verilog design

Stats

  • Locked Locked
  • Replies 6
  • Subscribers 61
  • Views 18845
  • 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

synthesis System Verilog design

archive
archive over 18 years ago

Hi there,

I am a new user in System Verilog and wish to gain some help here.
Do anyone know how to synthesis System Verilog design? Which CAD tool should I use?and how?


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

    Hi SHL.

    RTL Compiler has pretty extensive support of the System Verilog(IEEE 1800) syntheiszable subset. The use is pretty simple as far as I am concerned; simply add the -sv switch when you do read_hdl and that is all I had to do.

    gh-


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

    hi gh,

    Actually i have tried to use Altera Quartus and Synplify Pro to synthesis my SV design. I added the .sv file when read_hdl, but when i start to run, it complain that no HDL files found.
    so i was wondering whether the process of synthesis VHDL file is the same as SV file or not.
    Do you have any proper user guide to synthesis a SV file? mind to sent me?
    thank you


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

    Hi SHL,

    sounds like you never read the RTL to me. In my case it was quite simple:

    > read_hdl -sv {file1.v file2.v file3.v }

    If you cannot find the file, it has little to do with SV. Check your hdl_search_path and the paths you entered.

    good luck,
    gh-


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

    Hi gh,

    I am a little bit confused here. I thought that a system verilog code will have .sv extension after its name? but you just mention
    {file1.v file2.v file3.v }.... ?


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

    SHL,

    a file can take any extension you want. Different design teams use different design practices and naming conventions. Some use .v, .v2k., .sv, .vg, .VG, .VRL, .VHD, .vhd, .verilog, .VLOG, .rtl, etc. You catch the drift... The tool does not care about the extension you choose but you do need to tell the tool what HDL language you are using hence the '-sv' switch needed in your read_hdl command.

    hope this helps,
    gh-


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

    hi gh,
    Thanks for the help. I think Synplify Pro 8 doesn't recognize .sv file. After i change my file's extention to .v and use the -sv switch, it can synthesis now.


    Originally posted in cdnusers.org by SHL
    • Cancel
    • Vote Up 0 Vote Down
    • Cancel

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