[Cryptech-Commits] [core/platform/alpha] branch master updated: produce compressed bitstreams

git at cryptech.is git at cryptech.is
Wed May 25 13:09:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

fredrik at thulin.net pushed a commit to branch master
in repository core/platform/alpha.

The following commit(s) were added to refs/heads/master by this push:
       new  3f0e374   produce compressed bitstreams
3f0e374 is described below

commit 3f0e37406e1932920bea333b7a73ca4b297d97f1
Author: Fredrik Thulin <fredrik at thulin.net>
AuthorDate: Wed May 25 15:09:45 2016 +0200

    produce compressed bitstreams
---
 build/xilinx.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
 
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list