I haven't seen anyone list this error yet when att...
# caravel
m
I haven't seen anyone list this error yet when attempting to build the stock user wrapper via
make user_project_wrapper
,
Traceback (most recent call last):
File "/openLANE_flow/scripts/io_place.py", line 109, in <module>
length_mult = int(args.length_mult)
ValueError: invalid literal for int() with base 10: '2.4'
from
place_io_ol.log
. I've retrieved the latest caravel develop branch from today and also executed
make uncompress
prior. Am I missing something or should I not even attempt to do this until the environment is in a release format?
d
I'm seeing this exact error too (definitely did
uncompress
prior too). Used the latest
develop
on openlane, rebuilt docker image to ensure it was up to date