Skip to content
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.

joshcampbell191/openfpga-cores-inventory

Repository files navigation

!!!! REPOSITORY MOVED !!!!

Please note that openFPGA Cores Inventory has moved to https://github.com/openfpga-cores-inventory.

openFPGA Cores Inventory

openFPGA Cores Inventory is the premier destination for keeping track of cores built with openFPGA.

Installation

You will need to install Ruby, then run the following command in the root of the project:

$ bundle install

Running the app

In the project root, run the following command:

$ bundle exec jekyll serve

Then navigate to http://localhost:4000/

Cores API

openFPGA Cores Inventory provides a read-only API for developers. More information can be found in the documentation.

Adding a new core

To add a new core, you will need to edit the _data/repos.yml file. You must add the following fields:

- username: ericlewis
  cores:
    - display_name: Asteroids for Analogue Pocket
      repository: openfpga-asteroids
  • username is the core author's GitHub username. It can be found after the first / in the core's URL (e.g. https://github.com/ericlewis/openfpga-asteroids -> ericlewis).
  • display_name is used in the Name column of the cores table. A good value for this is usually the name used at the top of the core's README.md file.
  • repository is the core's GitHub repository name. It can be found after the last / in the core's URL (e.g. https://github.com/ericlewis/openfpga-asteroids -> openfpga-asteroids).

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

MIT