From 3e8fcdbb6a8b30ff9637deace5ee27a0be7ac6b4 Mon Sep 17 00:00:00 2001
From: donker <donker@astron.nl>
Date: Wed, 2 Feb 2022 07:35:03 +0100
Subject: [PATCH] changed c_rom_version from 1 to 2, is needed to show correct
 git rev hash

---
 .../libraries/unb2b_board/src/vhdl/ctrl_unb2b_board.vhd         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/boards/uniboard2b/libraries/unb2b_board/src/vhdl/ctrl_unb2b_board.vhd b/boards/uniboard2b/libraries/unb2b_board/src/vhdl/ctrl_unb2b_board.vhd
index ab23adb03f..ec61c554e1 100644
--- a/boards/uniboard2b/libraries/unb2b_board/src/vhdl/ctrl_unb2b_board.vhd
+++ b/boards/uniboard2b/libraries/unb2b_board/src/vhdl/ctrl_unb2b_board.vhd
@@ -258,7 +258,7 @@ END ctrl_unb2b_board;
 
 ARCHITECTURE str OF ctrl_unb2b_board IS
 
-  CONSTANT c_rom_version : NATURAL := 1; -- Only increment when something changes to the register map of rom_system_info. 
+  CONSTANT c_rom_version : NATURAL := 2; -- Only increment when something changes to the register map of rom_system_info. 
 
   CONSTANT c_reset_len   : NATURAL := 4;  -- >= c_meta_delay_len from common_pkg
   CONSTANT c_mm_clk_freq : NATURAL := sel_a_b(g_sim=FALSE,g_mm_clk_freq,c_unb2b_board_mm_clk_freq_10M);
-- 
GitLab