From 421f2a17efb0f67a5c976958c064dbc3a0aa0187 Mon Sep 17 00:00:00 2001
From: vauban353 <vauban353@gmail.com>
Date: Fri, 7 Oct 2022 20:05:23 +0100
Subject: [PATCH] Pin constraint: Add missing pin constraint for CSI interface.

---
 .../MIPI_CSI/IO_STUB/constraints/MIPI_CSI_INTERFACE.pdc      | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/script_support/components/MIPI_CSI/IO_STUB/constraints/MIPI_CSI_INTERFACE.pdc b/script_support/components/MIPI_CSI/IO_STUB/constraints/MIPI_CSI_INTERFACE.pdc
index b3357cf..5f5155c 100644
--- a/script_support/components/MIPI_CSI/IO_STUB/constraints/MIPI_CSI_INTERFACE.pdc
+++ b/script_support/components/MIPI_CSI/IO_STUB/constraints/MIPI_CSI_INTERFACE.pdc
@@ -1,3 +1,8 @@
+set_io -port_name CSI1_PWND  \
+    -pin_name Y13            \
+    -fixed true              \
+    -DIRECTION OUTPUT
+
 
 set_io -port_name CAM_C_N  \
     -pin_name AB13         \
-- 
GitLab