[Cryptech-Commits] [core/platform/alpha] 01/03: correct fpga part number, add keywrap build target

git at cryptech.is git at cryptech.is
Tue Apr 9 22:19:10 UTC 2019


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

paul at psgd.org pushed a commit to branch js_keywrap
in repository core/platform/alpha.

commit 97aaac4da6e33e218b26c1963ab563e9e2c11e82
Author: Paul Selkirk <paul at psgd.org>
AuthorDate: Mon Aug 27 16:59:34 2018 -0400

    correct fpga part number, add keywrap build target
---
 build/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/build/Makefile b/build/Makefile
index ca5d735..22fd1f4 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -40,6 +40,10 @@ bare trng hash mkmif rsa hsm hsm-super:
 	$(CONFIG_GEN) -p $@
 	$(MAKE) project=$(project)_$@ ucf=$(ucf)
 
+keywrap:
+	$(CONFIG_GEN) -p keywrap
+	$(MAKE) project=$(project)_keywrap ucf=$(ucf)
+
 # Verilog files that always go with builds on this platform.
 
 vfiles = \



More information about the Commits mailing list