diff options
author | Paul Selkirk <paul@psgd.org> | 2015-07-17 15:47:57 -0400 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2015-07-17 15:47:57 -0400 |
commit | f5cfe0b5d45f627877d8829b25f9ff637749cf97 (patch) | |
tree | 177fd7abf4aa1d61ae7e32dd30610b81c5c0ed5a /eim/build | |
parent | 02ca34c86ba35a6036be316f7e31d0216e3a67e0 (diff) |
remove .xco files from build
Diffstat (limited to 'eim/build')
-rw-r--r-- | eim/build/Makefile | 8 |
1 files 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 |