Skip to content

ci: Adds synthesis CI job #1

ci: Adds synthesis CI job

ci: Adds synthesis CI job #1

Workflow file for this run

name: synthesis
on: push
jobs:
orbit-docker:
runs-on: ubuntu-latest
container:
image: crus800/orbit-fpga
steps:
- name: Fetch repository
uses: actions/checkout@v3
- name: Log all tool versions
run: |
orbit --version
python --version
quartus_sh --version
- name: Configure orbit profile
run: |
git clone https://github.com/c-rus/orbit-profile.git "$(orbit env ORBIT_HOME)/profiles/c-rus"
orbit config --append include="profiles/c-rus/config.toml"
- name: Synthesize encoder
run |

Check failure on line 25 in .github/workflows/synthesis.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/synthesis.yml

Invalid workflow file

You have an error in your yaml syntax on line 25
orbit plan --clean --plugin quartus --top hamm_enc
orbit b -- -g PARITY_BITS=3