Skip to content
cpu

GitHub Action

LibreCores CI with FuseSoC

2020.6-rc1 Pre-release

LibreCores CI with FuseSoC

cpu

LibreCores CI with FuseSoC

FuseSoC action on LibreCores CI

Installation

Copy and paste the following snippet into your .yml file.

              

- name: LibreCores CI with FuseSoC

uses: librecores/[email protected]

Learn more about this action in librecores/ci-fusesoc-action

Choose a version

LibreCores CI Github Action with FuseSoC

This executes FuseSoC in the LibreCores CI docker container.

It is still in an early development phase, please feel free to open an issue with your suggestion!

Inputs

core

Required The core/system identifier to execute on.

flow

Required Command to execute, such as build, run etc.

target

Optional Override default target, default none.

tool

Optional Override default tool for target, default none.

Example usage

uses: librecores/[email protected]
with:
  core: myorg:mylib:mycore
  flow: run
  target: lint