From ae09b8a1bb123a40d2b9c112e3049f79755f2a7b Mon Sep 17 00:00:00 2001 From: ladace <84384593+ladace@users.noreply.github.com> Date: Tue, 22 Aug 2023 12:17:17 +0300 Subject: [PATCH] cn0561: Fixed critical warning during make (#1159) The busy_sync pulse was replaced by an axi pwm generator IP, so the constraint in xdc file is no longer needed. --- projects/cn0561/coraz7s/system_constr.xdc | 1 - 1 file changed, 1 deletion(-) diff --git a/projects/cn0561/coraz7s/system_constr.xdc b/projects/cn0561/coraz7s/system_constr.xdc index c9c67d95c2..801256c612 100644 --- a/projects/cn0561/coraz7s/system_constr.xdc +++ b/projects/cn0561/coraz7s/system_constr.xdc @@ -20,4 +20,3 @@ set_property -dict {PACKAGE_PIN T15 IOSTANDARD LVCMOS33} [get_ports cn0561_odr] set_property -dict {PACKAGE_PIN V13 IOSTANDARD LVCMOS33} [get_ports cn0561_pdn] -set_false_path -to [get_pins -hierarchical * -filter {NAME=~*busy_sync/inst/cdc_sync_stage1_reg[0]/D}]