ci: Remove noflatten to reduce size of ECP5 builds
authorMichael Neuling <mikey@neuling.org>
Wed, 4 Aug 2021 06:33:52 +0000 (16:33 +1000)
committerMichael Neuling <mikey@neuling.org>
Wed, 4 Aug 2021 07:01:45 +0000 (17:01 +1000)
This option was added in the commit but is no longer needed for github
CI to work.

    commit ef0dcf3bc6380cd6c3454cac7ff881a7454a8281
    Author: Michael Neuling <mikey@neuling.org>
    Date:   Thu Jul 2 14:36:14 2020 +1000
    Add SYNTH_ECP5_FLAGS option for building

Removing noflatten has the added advantage that it gets our builds
from 75% down to 59% usage on ECP5 85K.

Signed-off-by: Michael Neuling <mikey@neuling.org>
.github/workflows/test.yml

index da14f9e57dc9f9888addff7c60560a9ba22ee2f4..cb972de4f64b138afe0fd7b352002a17d2ba6597 100644 (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