you have to downgrade the OpenROAD version using: ...
# gf180mcu
p
you have to downgrade the OpenROAD version using:
Copy code
!bin/micromamba install --yes --prefix $CONDA_PREFIX \
                        --channel litex-hub \
                        --channel main \
                        openroad=2.0_4941_gdc11f5970
v
Thanks after downgrade its running now.
🤞 1