Updated fpga_cores version #14
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| --- | |
| name: Synthesis | |
| on: [push, pull_request] | |
| env: | |
| PY_COLORS: 1 | |
| jobs: | |
| yosys: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions/checkout@v1 | |
| - name: Get submodules | |
| run: git submodule update --init --recursive | |
| - name: Get Docker image | |
| run: docker pull ghdl/synth:beta | |
| - name: Run Yosys | |
| run: misc/run_synth.sh |