olofk / fusesoc

Package manager and build abstraction tool for FPGA/ASIC development
BSD 2-Clause "Simplified" License
1.21k stars 246 forks source link

Librarys from git #686

Open leajalil opened 6 months ago

leajalil commented 6 months ago

I am use dependence from different repositories. Now I have a script of bash for pulling the librarys to need. I tried to remove the script and use the provider label in the ".core" but I couldn't because the provider is one dependence of my core (that problem is because you don't have in cache this library). This alternative has not worked because fusesoc check the dependences and then clone or update the providers. Do you know if it is possible to use another alternative to call in first time diferentes librarys with one ".core" and then use those as a dependence?