1
0
mirror of https://github.com/antonblanchard/microwatt.git synced 2026-03-10 12:28:45 +00:00

Merge pull request #305 from mikey/noflatten

ci: Remove noflatten to reduce size of ECP5 builds
This commit is contained in:
Anton Blanchard
2021-08-09 11:28:49 +10:00
committed by GitHub

View File

@@ -76,7 +76,6 @@ jobs:
runs-on: ubuntu-latest
env:
DOCKER: 1
SYNTH_ECP5_FLAGS: -noflatten
FPGA_TARGET: ${{matrix.task}}
steps:
- uses: actions/checkout@v2