Skip to content
Snippets Groups Projects
Commit 3e8fcdbb authored by Pieter Donker's avatar Pieter Donker
Browse files

changed c_rom_version from 1 to 2, is needed to show correct git rev hash

parent 57a6571a
No related branches found
No related tags found
No related merge requests found
Checking pipeline status
...@@ -258,7 +258,7 @@ END ctrl_unb2b_board; ...@@ -258,7 +258,7 @@ END ctrl_unb2b_board;
ARCHITECTURE str OF ctrl_unb2b_board IS 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_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); CONSTANT c_mm_clk_freq : NATURAL := sel_a_b(g_sim=FALSE,g_mm_clk_freq,c_unb2b_board_mm_clk_freq_10M);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment