The-OpenROAD-Project / OpenLane-MPW-CI

BSD 3-Clause "New" or "Revised" License
15 stars 5 forks source link

[BOT] Update OpenLane tag. #145

Closed github-actions[bot] closed 1 year ago

github-actions[bot] commented 1 year ago

This is an automated PR. See the individual commits for details.

vijayank88 commented 1 year ago

@vvbandeira why its failing to checkout?

+ nice ./scripts/run-design.sh ks-guitar-2s
[INFO] Setup flow for design ks-guitar-2s/ks-guitar-2s.
Submodule 'designs/ks-guitar-2s' (https://github.com/The-OpenROAD-Project/caravel_user_project) registered for path 'designs/ks-guitar-2s'
Cloning into 'designs/ks-guitar-2s'...
Submodule path 'designs/ks-guitar-2s': checked out 'ca4e047e2c9f1967b07ed3017f87ffedcec6875b'
Submodule 'caravel-lite' (https://github.com/efabless/caravel-lite) registered for path 'caravel'
Cloning into 'caravel'...
fatal: reference is not a tree: 793bf634c2c1b1af90be95fcd85688e869bfb667
Unable to checkout '793bf634c2c1b1af90be95fcd85688e869bfb667' in submodule path 'designs/ks-guitar-2s/caravel'
Failed to recurse into submodule path 'designs/ks-guitar-2s'
vvbandeira commented 1 year ago

793bf6

Looks like the commit used by that design is no longer available at the caravel repo. Maybe they deleted a branch/tag that the user was using -- this is not common, but can happen. I see that at least a couple of designs have the same reference:

counter_display_mv
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

counter_hhj
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

eFPGA_v3_wrapper
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

GPS_Baseband
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

ks-guitar
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

ks-guitar-2s
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

PWM-Generator
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

vsdmemsoc
-793bf634c2c1b1af90be95fcd85688e869bfb667 caravel

Our best bet is to either update to caravel reference or file an issue upstream.

vijayank88 commented 1 year ago

@vvbandeira Yes some of the repo caravel submodule got updated. Check this repo: https://github.com/theatomb/Elpis-Light-MPW3. https://github.com/theatomb/Elpis-Light-MPW3 last month We need to update this in MPW-CI.