fusesoc icon indicating copy to clipboard operation
fusesoc copied to clipboard

Declaratively specify and pull dependencies

Open yousifBilal opened this issue 1 year ago • 0 comments

Hello,

I am interested in using FuSoc. I would like to know if there is a way to declare my dependencies and have the tool pull it through git.

Suppose you are working on project a locally, and it depends on b and c. c and b both exist in some github repositories. All of these projects have there respective .core files. So far, I can only make the tool link the dependencies if I had previously added them with fusesoc library add .... If I give the fusesoc.conf file to a collleague, the tool would complain that it cannot find the libraries (not a directory error). So he has to manually add all the libraries. I would expect the tool to check that if the libraries are not present, it would simply result to pulling them. Is this possible currently? or is it in any way planned?

yousifBilal avatar Aug 19 '24 15:08 yousifBilal