Autotuner Use #2413
-
|
Hi , |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
|
https://drive.google.com/file/d/1D5dLMFp4M3P45zHxLzsLjFnuwxH8EHNQ/view?usp=drive_link |
Beta Was this translation helpful? Give feedback.
-
|
@luarss please help. |
Beta Was this translation helpful? Give feedback.
-
|
Welcome to OpenROAD!
You have to use the one in Example command:
The current cost function is based on
We do not generate any graph automatically. However, we support TensorBoard and you can check out the docs here: https://openroad-flow-scripts.readthedocs.io/en/latest/user/InstructionsForAutoTuner.html#gui Finally, does the design completes the ORFS flow as is? If it does not, the first step is to follow the documentation on adding new designs: https://openroad-flow-scripts.readthedocs.io/en/latest/user/AddingNewDesign.html#adding-new-designs-to-the-orfs |
Beta Was this translation helpful? Give feedback.
Welcome to OpenROAD!
You have to use the one in
./tools/AutoTuner/src. You might have to install the prerequisites first. Please refer to the docs: https://openroad-flow-scripts.readthedocs.io/en/latest/user/InstructionsForAutoTuner.html#setting-up-autotunerExample command:
The current cost function is based on
F_maxandnum_drcs. You can implement any cos…