Skip to content
Snippets Groups Projects
Commit b050f584 authored by Reinier van der Walle's avatar Reinier van der Walle
Browse files

added attribute for maximum fanout for dp_rst

parent 03facede
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment