diff options
author | Paul Selkirk <paul@psgd.org> | 2020-02-26 00:30:58 -0500 |
---|---|---|
committer | Paul Selkirk <paul@psgd.org> | 2020-02-26 00:30:58 -0500 |
commit | ca80f73a83dca188bd283a0a43ee5af2d36b08c8 (patch) | |
tree | 42b0a6e897c4a73919cecbe3f317fe37b035c74f /build | |
parent | 12939197d2c1f8686559fb582b2fc176a0ea89c1 (diff) |
Add a build target for hsm_ng, but cut the ModExpNG clock back to 90MHz.
Builds fail to meet timing at 180MHz, so I need to cut it back until it
can be made to work for everybody.
Diffstat (limited to 'build')
-rw-r--r-- | build/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/Makefile b/build/Makefile index 218e444..27c90ef 100644 --- a/build/Makefile +++ b/build/Makefile @@ -39,7 +39,7 @@ core_selector.v core_vfiles.mk: # Build some different configurations -bare trng hash mkmif rsa hsm hsm-super: +bare trng hash mkmif rsa hsm hsm-super hsm_ng: $(CONFIG_GEN) -p $@ $(MAKE) project=$(project)_$@ ucf=$(ucf) |