[Cryptech-Commits] [core/platform/novena] 01/01: remove .xco files	from build
    git at cryptech.is 
    git at cryptech.is
       
    Fri Jul 17 19:48:19 UTC 2015
    
    
  
This is an automated email from the git hooks/post-receive script.
paul at psgd.org pushed a commit to branch modexps6
in repository core/platform/novena.
commit f5cfe0b5d45f627877d8829b25f9ff637749cf97
Author: Paul Selkirk <paul at psgd.org>
Date:   Fri Jul 17 15:47:57 2015 -0400
    remove .xco files from build
---
 eim/build/Makefile | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)
diff --git a/eim/build/Makefile b/eim/build/Makefile
index 1541f45..59f792f 100644
--- a/eim/build/Makefile
+++ b/eim/build/Makefile
@@ -64,11 +64,9 @@ vfiles = \
 	../../../../math/modexps6/src/rtl/modexps6_montgomery_multiplier.v \
 	../../../../math/modexps6/src/rtl/modexps6_top.v \
 	../../../../math/modexps6/src/rtl/modexps6_wrapper.v \
-	../../../../math/modexps6/src/rtl/ram_1rw_1ro_readfirst.v
-
-xilinx_cores = \
-	../../../../math/modexps6/src/rtl/ipcore/multiplier_s6.xco \
-	../../../../math/modexps6/src/rtl/ipcore/subtractor_s6.xco
+	../../../../math/modexps6/src/rtl/ram_1rw_1ro_readfirst.v \
+	../../../../math/modexps6/src/rtl/ipcore/multiplier_s6.v \
+	../../../../math/modexps6/src/rtl/ipcore/subtractor_s6.v
 
 include xilinx.mk
 
    
    
More information about the Commits
mailing list