[Cryptech-Commits] [core/platform/alpha] branch fmc_clk updated: Add explicit check for timing failure, per Pavel.

git at cryptech.is git at cryptech.is
Tue Aug 21 19:06:23 UTC 2018


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

sra at hactrn.net pushed a commit to branch fmc_clk
in repository core/platform/alpha.

The following commit(s) were added to refs/heads/fmc_clk by this push:
     new d507f5d  Add explicit check for timing failure, per Pavel.
d507f5d is described below

commit d507f5d8174bc7ba1fce82830c61195c16f14776
Author: Rob Austein <sra at hactrn.net>
AuthorDate: Tue Aug 21 15:06:04 2018 -0400

    Add explicit check for timing failure, per Pavel.
---
 build/xilinx.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/build/xilinx.mk b/build/xilinx.mk
index 8c56319..b2b67ce 100644
--- a/build/xilinx.mk
+++ b/build/xilinx.mk
@@ -111,6 +111,7 @@ $(project)_par.ncd: $(project).ncd
 	else \
 		$(MAKE) etwr; \
 	fi
+	@ ! grep >/dev/null 'WARNING:Par:468' $(project)_par.par
 junk += $(project)_par.ncd $(project)_par.par $(project)_par.pad
 junk += $(project)_par_pad.csv $(project)_par_pad.txt
 junk += $(project)_par.grf $(project)_par.ptwx

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Commits mailing list