You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Cloning caravel_user_project followed by make install adds the caravel-lite submodule.
In the caravel_user_project/openlane/user_project_wrapper/config.tcl file, there's the following fixed settings
# YOU ARE NOT ALLOWED TO CHANGE ANY VARIABLES DEFINED IN THE FIXED WRAPPER CFGS
source $::env(CARAVEL_ROOT)/openlane/user_project_wrapper_empty/fixed_wrapper_cfgs.tcl
However, this file and parent directory do not exist in the caravel-lite submodule
user@ciic-cvc:~/mpw-3/caravel_user_project$ ls caravel/openlane
Makefile
Previously, these files existed.
The text was updated successfully, but these errors were encountered:
Cloning
caravel_user_project
followed bymake install
adds thecaravel-lite
submodule.In the
caravel_user_project/openlane/user_project_wrapper/config.tcl
file, there's the following fixed settingsHowever, this file and parent directory do not exist in the
caravel-lite
submodulePreviously, these files existed.
The text was updated successfully, but these errors were encountered: