From b050f5840d396cb2acca5d4870829412ad6b553c Mon Sep 17 00:00:00 2001
From: Reinier van der Walle <walle@astron.nl>
Date: Fri, 30 Nov 2018 08:31:41 +0000
Subject: [PATCH] added attribute for maximum fanout for dp_rst

---
 .../libraries/unb2a_board/src/vhdl/ctrl_unb2_board.vhd         | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/boards/uniboard2a/libraries/unb2a_board/src/vhdl/ctrl_unb2_board.vhd b/boards/uniboard2a/libraries/unb2a_board/src/vhdl/ctrl_unb2_board.vhd
index fe7766abf5..4e76c651b8 100644
--- a/boards/uniboard2a/libraries/unb2a_board/src/vhdl/ctrl_unb2_board.vhd
+++ b/boards/uniboard2a/libraries/unb2a_board/src/vhdl/ctrl_unb2_board.vhd
@@ -306,6 +306,9 @@ ARCHITECTURE str OF ctrl_unb2_board IS
   attribute keep of led_toggle_red:   signal is true;
   attribute keep of led_toggle_green: signal is true;
 
+  attribute maxfan : integer;
+  attribute maxfan of dp_rst : signal is 1024;
+
 BEGIN
 
   ext_clk200 <= i_ext_clk200;
-- 
GitLab