From 685e94e8aef0b22cef12cf70e0d631a5d061b038 Mon Sep 17 00:00:00 2001 From: Max P Date: Mon, 7 Jul 2025 12:19:31 +0000 Subject: [PATCH] feat(counter): update clock timing constraints --- src/GenericCounter.ucf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/GenericCounter.ucf b/src/GenericCounter.ucf index 14efc47..6e9a5f1 100644 --- a/src/GenericCounter.ucf +++ b/src/GenericCounter.ucf @@ -1,4 +1,4 @@ -#NET CLK LOC = B8; -NET CLK LOC = AG18; +NET CLK LOC = B8; +#NET CLK LOC = AG18; NET CLK TNM_NET = CLOCK; -TIMESPEC TS_CLOCK = PERIOD CLOCK 700 MHz HIGH 50 %; \ No newline at end of file +TIMESPEC TS_CLOCK = PERIOD CLOCK 200 MHz HIGH 50 %; \ No newline at end of file