[Cryptech-Commits] [core/platform/alpha] 03/03: Ignore timing for async reset.
git at cryptech.is
git at cryptech.is
Thu Dec 20 10:47:58 UTC 2018
This is an automated email from the git hooks/post-receive script.
meisterpaul1 at yandex.ru pushed a commit to branch fmc_clk
in repository core/platform/alpha.
commit e5e51b4db3ae127522eac031b7662f901ae803cc
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Wed Dec 19 15:49:30 2018 +0300
Ignore timing for async reset.
---
ucf/alpha_fmc.ucf | 2 ++
1 file changed, 2 insertions(+)
diff --git a/ucf/alpha_fmc.ucf b/ucf/alpha_fmc.ucf
index efefa76..99ab040 100644
--- a/ucf/alpha_fmc.ucf
+++ b/ucf/alpha_fmc.ucf
@@ -51,6 +51,8 @@
NET "fmc_clk" TNM_NET = TNM_fmc_clk;
TIMESPEC TS_fmc_clk = PERIOD TNM_fmc_clk 11.111 ns HIGH 50%;
+NET "clkmgr/sys_rst_shreg[15]" TNM_NET = TNM_sys_rst_shreg15;
+TIMESPEC TS_sys_rst_tig = FROM TNM_sys_rst_shreg15 TIG;
#-------------------------------------------------------------------------------
# FPGA Pinout
More information about the Commits
mailing list