From 6c37aa83bddd96623993cc8ae244c66541c75500 Mon Sep 17 00:00:00 2001 From: donker <donker@astron.nl> Date: Fri, 11 Feb 2022 23:19:33 +0100 Subject: [PATCH] L2SDP-560, set rom version to 3 for ziped regmap --- .../libraries/unb2b_board/src/vhdl/ctrl_unb2b_board.vhd | 2 +- .../libraries/unb2c_board/src/vhdl/ctrl_unb2c_board.vhd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 ec61c554e1..11f7191206 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 := 2; -- Only increment when something changes to the register map of rom_system_info. + CONSTANT c_rom_version : NATURAL := 3; -- 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); diff --git a/boards/uniboard2c/libraries/unb2c_board/src/vhdl/ctrl_unb2c_board.vhd b/boards/uniboard2c/libraries/unb2c_board/src/vhdl/ctrl_unb2c_board.vhd index 105a8f3b95..20c4278e69 100644 --- a/boards/uniboard2c/libraries/unb2c_board/src/vhdl/ctrl_unb2c_board.vhd +++ b/boards/uniboard2c/libraries/unb2c_board/src/vhdl/ctrl_unb2c_board.vhd @@ -241,7 +241,7 @@ END ctrl_unb2c_board; ARCHITECTURE str OF ctrl_unb2c_board IS - CONSTANT c_rom_version : NATURAL := 2; -- Only increment when something changes to the register map of rom_system_info. + CONSTANT c_rom_version : NATURAL := 3; -- 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_unb2c_board_mm_clk_freq_10M); -- GitLab