[Cryptech-Commits] [core/platform/novena] 01/21: Merge branch 'modexps6' into config_core_selector_sra
git at cryptech.is
git at cryptech.is
Tue Sep 29 05:24:25 UTC 2015
This is an automated email from the git hooks/post-receive script.
sra at hactrn.net pushed a commit to branch config_core_selector_sra
in repository core/platform/novena.
commit 99c3749c85b85b4865c4baafdd16b2cbb3ac52f2
Merge: f141a79 5f1de63
Author: Rob Austein <sra at hactrn.net>
Date: Wed Sep 23 16:21:34 2015 -0400
Merge branch 'modexps6' into config_core_selector_sra
common/rtl/ipcore/_xmsgs/cg.xmsgs | 27 -
common/rtl/ipcore/clkmgr_dcm.asy | 25 -
common/rtl/ipcore/clkmgr_dcm.gise | 31 -
common/rtl/ipcore/clkmgr_dcm.ncf | 60 --
common/rtl/ipcore/clkmgr_dcm.sym | 24 -
common/rtl/ipcore/clkmgr_dcm.ucf | 59 --
common/rtl/ipcore/clkmgr_dcm.v | 4 +
common/rtl/ipcore/clkmgr_dcm.veo | 79 ---
common/rtl/ipcore/clkmgr_dcm.xco | 269 --------
common/rtl/ipcore/clkmgr_dcm.xdc | 67 --
common/rtl/ipcore/clkmgr_dcm.xise | 74 --
.../rtl/ipcore/clkmgr_dcm/clk_wiz_v3_6_readme.txt | 184 -----
.../ipcore/clkmgr_dcm/doc/clk_wiz_v3_6_readme.txt | 184 -----
.../ipcore/clkmgr_dcm/doc/clk_wiz_v3_6_vinfo.html | 195 ------
common/rtl/ipcore/clkmgr_dcm/doc/pg065_clk_wiz.pdf | Bin 42657 -> 0 bytes
.../clkmgr_dcm/example_design/clkmgr_dcm_exdes.ucf | 60 --
.../clkmgr_dcm/example_design/clkmgr_dcm_exdes.v | 164 -----
.../clkmgr_dcm/example_design/clkmgr_dcm_exdes.xdc | 69 --
.../rtl/ipcore/clkmgr_dcm/implement/implement.bat | 90 ---
.../rtl/ipcore/clkmgr_dcm/implement/implement.sh | 91 ---
.../ipcore/clkmgr_dcm/implement/planAhead_ise.bat | 58 --
.../ipcore/clkmgr_dcm/implement/planAhead_ise.sh | 59 --
.../ipcore/clkmgr_dcm/implement/planAhead_ise.tcl | 78 ---
.../ipcore/clkmgr_dcm/implement/planAhead_rdn.bat | 58 --
.../ipcore/clkmgr_dcm/implement/planAhead_rdn.sh | 57 --
.../ipcore/clkmgr_dcm/implement/planAhead_rdn.tcl | 69 --
common/rtl/ipcore/clkmgr_dcm/implement/xst.prj | 2 -
common/rtl/ipcore/clkmgr_dcm/implement/xst.scr | 9 -
.../ipcore/clkmgr_dcm/simulation/clkmgr_dcm_tb.v | 145 ----
.../clkmgr_dcm/simulation/functional/simcmds.tcl | 8 -
.../simulation/functional/simulate_isim.bat | 59 --
.../simulation/functional/simulate_isim.sh | 61 --
.../simulation/functional/simulate_mti.bat | 61 --
.../simulation/functional/simulate_mti.do | 65 --
.../simulation/functional/simulate_mti.sh | 61 --
.../simulation/functional/simulate_ncsim.sh | 62 --
.../simulation/functional/simulate_vcs.sh | 72 --
.../simulation/functional/ucli_commands.key | 5 -
.../simulation/functional/vcs_session.tcl | 18 -
.../clkmgr_dcm/simulation/functional/wave.do | 60 --
.../clkmgr_dcm/simulation/functional/wave.sv | 118 ----
.../clkmgr_dcm/simulation/timing/clkmgr_dcm_tb.v | 149 ----
.../clkmgr_dcm/simulation/timing/sdf_cmd_file | 2 -
.../clkmgr_dcm/simulation/timing/simcmds.tcl | 9 -
.../clkmgr_dcm/simulation/timing/simulate_isim.sh | 62 --
.../clkmgr_dcm/simulation/timing/simulate_mti.bat | 59 --
.../clkmgr_dcm/simulation/timing/simulate_mti.do | 65 --
.../clkmgr_dcm/simulation/timing/simulate_mti.sh | 61 --
.../clkmgr_dcm/simulation/timing/simulate_ncsim.sh | 64 --
.../clkmgr_dcm/simulation/timing/simulate_vcs.sh | 72 --
.../clkmgr_dcm/simulation/timing/ucli_commands.key | 5 -
.../clkmgr_dcm/simulation/timing/vcs_session.tcl | 1 -
.../ipcore/clkmgr_dcm/simulation/timing/wave.do | 71 --
common/rtl/ipcore/clkmgr_dcm_flist.txt | 54 --
common/rtl/ipcore/clkmgr_dcm_xmdf.tcl | 140 ----
common/rtl/ipcore/coregen.cgp | 9 -
common/rtl/ipcore/create_clkmgr_dcm.tcl | 37 -
common/rtl/ipcore/edit_clkmgr_dcm.tcl | 37 -
common/rtl/lint-dummy.v | 125 ++++
eim/build/Makefile | 25 +-
eim/build/xilinx.mk | 4 +-
eim/iseconfig/novena_eim.xise | 177 +++--
eim/rtl/novena_eim.v | 10 +-
i2c/build/Makefile | 26 +-
sw/Makefile | 15 +-
sw/Makefile.i2c | 11 +-
sw/configure-fpga.sh | 13 +
sw/cryptech.h | 31 +
sw/devmem3.c | 40 ++
sw/modexps6_tester.c | 650 ++++++++++++++++++
sw/test-modexp-for-pavel.h | 140 ++++
sw/test-rsa.h | 746 +++++++++++++++++++++
72 files changed, 1900 insertions(+), 3951 deletions(-)
diff --cc sw/Makefile
index d1f33f2,63c9197..015f6f0
--- a/sw/Makefile
+++ b/sw/Makefile
@@@ -15,8 -16,8 +16,8 @@@ all: $(LIB) $(BIN
%.o: %.c $(INC)
$(CC) $(CFLAGS) -c -o $@ $<
-libcryptech.a: tc_eim.o novena-eim.o
+libcryptech.a: tc_eim.o novena-eim.o capability.o
- ar rcs $@ $^
+ $(AR) rcs $@ $^
hash_tester: hash_tester.o $(LIB)
$(CC) -o $@ $^
diff --cc sw/Makefile.i2c
index 1294360,d993883..5c69069
--- a/sw/Makefile.i2c
+++ b/sw/Makefile.i2c
@@@ -15,8 -16,8 +16,8 @@@ all: $(LIB) $(BIN
%.o: %.c $(INC)
$(CC) $(CFLAGS) -c -o $@ $<
-libcryptech_i2c.a: tc_i2c.o
+libcryptech_i2c.a: tc_i2c.o capability.o
- ar rcs $@ $^
+ $(AR) rcs $@ $^
hash_tester_i2c: hash_tester.o $(LIB)
$(CC) -o $@ $^
More information about the Commits
mailing list