From 851851828e696b9e135f4bc1f5c33450f57e1200 Mon Sep 17 00:00:00 2001 From: Phil Date: Wed, 15 Apr 2026 18:23:52 +0300 Subject: [PATCH] fix: add missing constrain to Makefile --- designs/eth_ctrl_debug/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/eth_ctrl_debug/Makefile b/designs/eth_ctrl_debug/Makefile index 2e2912f..dc3465f 100644 --- a/designs/eth_ctrl_debug/Makefile +++ b/designs/eth_ctrl_debug/Makefile @@ -23,7 +23,7 @@ XCI_FILES = $(sort $(shell find ../../rtl/ethernet-udp/src -type f -name '*.xci' XCI_FILES += $(sort $(shell find ip/ -type f -name '*.xci')) XDC_FILES += ../../constraints/ax7a035b.xdc - +XDC_FILES += debug.xdc