• 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. Digital Implementation
  3. How can I specify the number of cores RTL compiler uses...

Stats

  • Locked Locked
  • Replies 1
  • Subscribers 91
  • Views 14048
  • 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

How can I specify the number of cores RTL compiler uses for processing?

mamsadegh
mamsadegh over 14 years ago

 Hi

 In soc encouter , we can simply use 

setMultiCpuUsage

command to specify the number of cpu cores we want to be used by encouter. 

for example on a system with a CPU of 4 cores you can enable all of them. 

(I am talking about local cpu cores, i'm not interested in network ones)

 how can i do the same in rc?

does rc automatically uses all of the available cpu cores in the local system?

thanks. 

  • Cancel
  • grasshopper
    grasshopper over 14 years ago

     By default, license feature RTL_Compiler_Ultra can do 2 threads and are enabled by default. Beyond that you have to enable manually using super_thread_servers attribute

     For example

     

    set_attr super_thread_servers {my_host my_host my_host}  /

     will spawn 3 threads on server my_host. Note that threads are lighter processe

     alternatively you can use something like

      set_attr super_thread_servers [string repeat "localhost " $number_cpus] /

    with similar results. As you can imagine there a number of other options to support network resources, load balancing applications, or simply customize to your needs.

     

    hope this helps,

    gh-

     

    • 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