• 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. Custom IC Design
  3. Combinational Circuit In RTL Compiler

Stats

  • Locked Locked
  • Replies 2
  • Subscribers 125
  • Views 13365
  • 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

Combinational Circuit In RTL Compiler

Kliatakis
Kliatakis over 16 years ago

 Hello! I am a newbie in RTL compiler and SOC encounter and I would like to ask you a question.

now that i have to deal with cores that have a clock the script that i run in RTL compiler is the following:

read_hdl fpu_div.v

elaborate

dc::create _clock [dc::get_ports clk] -period 5 -waveform {0 2.5}
dc::set_input_delay 1 -clock {clk} [dc::all_inputs]
dc::set_output_delay 0.5 -clock {clk} [dc::all_outputs]
dc::set_load 0.001 [dc::all_outputs]
dc:: set_drive 1.2 [dc::all inputs]

report timing > reports/repo_DP_FP_DIV
report area >>reports/repo_DP_FP_DIV
report power >> reports/repo_DP_FP_DIV
write_sdc > sdc/sdc_rc_file_DP_FP_DIV
write -mapped > netlists/DP_FP_DIV.v
write_sdf > DP_FP_DIV_sdf

If i have to deal with a core(for example a comparator) which is not clock triggered what do i have to do in RTL compiler? i do not use the commands that concern clock obviously, but do i have to put anything else?
because if i do this i get this message:

Warning : Possible timing problems have been detected in this design. [TIM-11]
        : The design is 'My_Comparator_128'.
        : Use 'report timing -lint' for more information.

 

 Thanks In advance!!!

  • Cancel
  • skillUser
    skillUser over 16 years ago

     This is probably not the best forum to ask questions on SOC Encounter or RTL Compiler, please try the Digital Implementation forum.

    Regards,

    Lawrence.

    • Cancel
    • Vote Up 0 Vote Down
    • Cancel
  • Kliatakis
    Kliatakis over 16 years ago
    Oh sorry! i will ask there!thanks!
    • 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