From e1d9c6dcf4bf60fbabaeb757df1c76c72ba7c348 Mon Sep 17 00:00:00 2001
From: Leon Hiemstra <hiemstra@astron.nl>
Date: Wed, 10 Jun 2015 09:42:16 +0000
Subject: [PATCH] ID_single_board not necessary anymore (singleboard addressed
 as unb=63)

---
 .../libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd        | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/boards/uniboard2/libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd b/boards/uniboard2/libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd
index 43606d9d1b..0cf6e9efb5 100644
--- a/boards/uniboard2/libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd
+++ b/boards/uniboard2/libraries/unb2_board/src/vhdl/ctrl_unb2_board.vhd
@@ -221,8 +221,6 @@ END ctrl_unb2_board;
 
 ARCHITECTURE str OF ctrl_unb2_board IS
 
-  SIGNAL ID_single_board        : STD_LOGIC_VECTOR(g_aux.id_w-1 DOWNTO 0);
-  
   -- Clock and reset
   SIGNAL i_xo_ethclk            : STD_LOGIC;
   SIGNAL i_xo_rst               : STD_LOGIC;
@@ -389,8 +387,6 @@ BEGIN
   -- System info
   cs_sim <= is_true(g_sim);
   
-  ID_single_board <= "000000" & ID(1 DOWNTO 0);   -- Debug: for single board application force bck_id = 0 to avoid need to set the bck_id input
-  
   u_mms_unb2_board_system_info : ENTITY work.mms_unb2_board_system_info
   GENERIC MAP (
     g_sim         => g_sim,
@@ -407,7 +403,6 @@ BEGIN
 
     hw_version  => VERSION,
     id          => ID,
-    --id          => ID_single_board,
 
     reg_mosi    => reg_unb_system_info_mosi, 
     reg_miso    => reg_unb_system_info_miso,
-- 
GitLab