From 3de88c1aed24cfd5e89ce3f5c44d8f002a5bdec8 Mon Sep 17 00:00:00 2001 From: Greg Davill Date: Thu, 10 Mar 2022 13:51:14 +1030 Subject: [PATCH] build/trelis: Compress bitstream by default --- litex/build/lattice/trellis.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/litex/build/lattice/trellis.py b/litex/build/lattice/trellis.py index ed9d5e209..67a4a0c43 100644 --- a/litex/build/lattice/trellis.py +++ b/litex/build/lattice/trellis.py @@ -198,7 +198,7 @@ class LatticeTrellisToolchain: bootaddr = 0, seed = 1, spimode = None, - compress = False, + compress = True, **kwargs): # Create build directory