mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
build/trelis: Compress bitstream by default
This commit is contained in:
parent
f446415f68
commit
3de88c1aed
1 changed files with 1 additions and 1 deletions
|
@ -198,7 +198,7 @@ class LatticeTrellisToolchain:
|
|||
bootaddr = 0,
|
||||
seed = 1,
|
||||
spimode = None,
|
||||
compress = False,
|
||||
compress = True,
|
||||
**kwargs):
|
||||
|
||||
# Create build directory
|
||||
|
|
Loading…
Reference in a new issue