[Cryptech-Commits] [core/platform/alpha] 02/03: Removed explicit clock period value to get rid of compile-time warning. The value from .ucf takes precedence anyway.

git at cryptech.is git at cryptech.is
Thu Dec 20 10:47:57 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 2e3c424a3c155a0343f96ca5894f816f515bede6
Author: Pavel V. Shatov (Meister) <meisterpaul1 at yandex.ru>
AuthorDate: Wed Dec 19 15:48:29 2018 +0300

    Removed explicit clock period value to get rid of compile-time warning.
    The value from .ucf takes precedence anyway.
---
 rtl/clkmgr_mmcm.v | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rtl/clkmgr_mmcm.v b/rtl/clkmgr_mmcm.v
index 03b0747..3d2395f 100644
--- a/rtl/clkmgr_mmcm.v
+++ b/rtl/clkmgr_mmcm.v
@@ -81,7 +81,7 @@ module clkmgr_mmcm
 	
 	MMCME2_ADV #
 	(
-		.CLKIN1_PERIOD        (11.111),
+		.CLKIN1_PERIOD        (0.0),
 		.REF_JITTER1          (0.010),
 
 		.STARTUP_WAIT         ("FALSE"),



More information about the Commits mailing list