Giter VIP home page Giter VIP logo

Comments (4)

olofk avatar olofk commented on September 19, 2024

Thanks for the proposal. It's great to have someone else thinking about this as well. Makes it more like a community effort than a one-man show :)

I am wondering why system_root and cores_root are distinct values. Shouldn't they be unified as one kind of "FuseSoC Catalogs".

system_root is deprecated since a while back. I thought I had removed the last trace of that already. Oh.. now I see that it's even there in the shipped fusesoc.conf. I'll fix that

Proposal: Add a fusesoc_catalogs variable to the config (and/or FUSESOC_CATALOGS to the environment), that is a colon-separated list of:

  • Filesystem paths, format: /path/to/catalog
  • http path, format https://github.com/olofk/coolip/master/tree/
  • any other provider. I am thinking of a librecores.org API that can be used as a provider, so that librecores can be a catalog.

Adding the possibility to load core libraries (which is what I call the fusesoc_catalogs in your proposal) from a http address is an interesting idea (even though you might want to rethink having : as a separator for web addresses :))

I'd like to extend this a bit however and add a separate section for each library. That would also make it possible to add more features in the future, such as enabling or preventing automatic upgrades, adding dependencies between libraries and so on. It could perhaps look something like this

[library orpsoc_cores]
description=Basic core library for FuseSoC
type=git
auto-update=true

[library evil_cores]
description=Collection of cores used for evil things
type=webdav
depend=orpsoc_cores

from fusesoc.

wallento avatar wallento commented on September 19, 2024

Yes, good starting point for a discussion. I will draft a simple web API with static data the next weeks and we should take it from there.

from fusesoc.

olofk avatar olofk commented on September 19, 2024

The library part that I described above is implemented with #186

from fusesoc.

imphil avatar imphil commented on September 19, 2024

There's nothing actionable left in this issue, is there?

from fusesoc.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.