Hey <@U016EM8L91B>, is it possible to downgrade th...
# magic
p
Hey @User, is it possible to downgrade the magic version? im on 8.3.220 i want 8.3.197?
r
"cd" to cloned magic repo, run "git checkout tags/8.3.197" after that configure make and install
p
ok will try that, thanks!
m
@User Also simple if you're using docker. • Edit
dependencies/tool_metadata.yml
and change the magic commit to
56d1d9380e3a8b96e5efe7ed0c6327d95cb50505
export OPENLANE_IMAGE_NAME=efabless/openlane:current-magic197
or something similar •
cd docker_build
make build-magic
make merge
cd ..
make mount
And you're good to go.
t
I was called, but the question appears to have been answered well by others. Let me know if you have any further issues.
p
Those comments were helpful, and thanks checking Tim!