Replies: 3 comments 17 replies
-
@dalyles |
Beta Was this translation helpful? Give feedback.
3 replies
-
Another thing I want to add is that it looks like during the supposed infinite loop, each iteration is exactly the same. |
Beta Was this translation helpful? Give feedback.
6 replies
-
@vvbandeira Trimming @dalyles can you share OS name/RAM/No.of cores in remote server? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am trying to do a run on the
swerv
example circuit from the librarynangate45
.What seems to be happening is that there is a supposed infite loop of running the iterations when
I run the command:
python3 distributed.py --design swerv --platform nangate45 --config ../designs/nangate45/swerv/autotuner.json tune
Luckily, the contents in the
config.mk
,constraint.sdc
, andautotuner.json
are small enough to display here. If this helps I'm using python version 3.10.9.All other files in
OpenROAD-flow-scripts/flow/designs/nangate45/swerv
are left unchanged.config.mk
constraint.sdc
autotuner.json
Thank you very much in advance.
Beta Was this translation helpful? Give feedback.
All reactions