Skip to content

Commit

Permalink
testsuite: -O2 only speeds up i2c synthesis
Browse files Browse the repository at this point in the history
  • Loading branch information
christiaanb committed Aug 12, 2016
1 parent cdacc29 commit 7a7904c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions testsuite/Main.hs
Expand Up @@ -32,7 +32,7 @@ main =
,runTest "examples" Both [] "Sprockell" (Just ("topEntity",False))
,runTest "examples" Both [] "Windows" (Just ("topEntity",False))
,runTest ("examples" </> "crc32") Both [] "CRC32" (Just ("testbench",True))
,runTest ("examples" </> "i2c") Both [] "I2C" (Just ("topEntity",False))
,runTest ("examples" </> "i2c") Both ["-O2"] "I2C" (Just ("topEntity",False))
]
, testGroup "unit-tests"
[ testGroup "Basic"
Expand Down Expand Up @@ -150,7 +150,6 @@ clashHDL t env extraArgs modName =
; Verilog -> "--verilog"
}
]
,["-O2"]
,extraArgs
,[modName <.> "hs"]
])
Expand Down

0 comments on commit 7a7904c

Please sign in to comment.