diff options
author | Fredrik Thulin <fredrik@thulin.net> | 2016-05-25 15:09:45 +0200 |
---|---|---|
committer | Fredrik Thulin <fredrik@thulin.net> | 2016-05-25 15:09:45 +0200 |
commit | 3f0e37406e1932920bea333b7a73ca4b297d97f1 (patch) | |
tree | 34f636bda4169e63ed8fd5382d68da81b73f106c | |
parent | 8612358d239a835535cea198a18ec2ac2775f783 (diff) |
produce compressed bitstreams
-rw-r--r-- | build/xilinx.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/xilinx.mk b/build/xilinx.mk index 7a8d9d4..abeff7b 100644 --- a/build/xilinx.mk +++ b/build/xilinx.mk @@ -100,7 +100,7 @@ junk += $(project).mcs $(project).cfi $(project).prm $(project).bit: $(project)_par.ncd $(xil_env); \ - bitgen $(intstyle) -g UnusedPin:Pullnone -g DriveDone:yes -g StartupClk:Cclk -w $(project)_par.ncd $(project).bit + bitgen $(intstyle) -g Compress -g UnusedPin:Pullnone -g DriveDone:yes -g StartupClk:Cclk -w $(project)_par.ncd $(project).bit junk += $(project).bgn $(project).bit $(project).drc $(project)_bd.bmm |