• 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. RTL Compiler - "synthesize -to_generic" generated verilog...

Stats

  • Locked Locked
  • Replies 0
  • Subscribers 62
  • Views 1285
  • 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

RTL Compiler - "synthesize -to_generic" generated verilog netlist has delay!

mamsadegh
mamsadegh over 13 years ago

Hi

Here I want to address an issue, which in my idea can be easily problematic for people who are trying to do any kind of logic simulation of their design during synthesis. 

after issuing 

synthesize -to_generic

you can write back the produced netlist as a verilog file for logic simulation:

write_hdl -generic > design/top_generic.v

my default assumption was that, the generated verilog file does not contain any delay values inside and it is reflecting the operation of the circuit at the current synthesis stage however, this assumption is wrong!!!

in the flip-flop model used inside the file there is #1 delay. 

putting this delay is reasonable, since you want to show that things are happening after clock edge. 

But it can be very easily problematic especially for designs that are working in the range of 1GHz frequency. 

solution is either to 

- carefully selecting 'timescale value (eg. 1ps/1ps)

- edit the file and put a very small delay value instead of this big delay !!! (e.g. 0.001 if timescale is 1ns/1ps)

please let me know if this is correct? or there is any other solution....

thanks

 

  • 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