Commit 643c39d1 authored by Maciej Lipinski's avatar Maciej Lipinski

GW_VER: bump GW version and update date

parent 0b048b1f
Pipeline #5029 passed with stages
in 169 minutes and 56 seconds
......@@ -220,7 +220,7 @@ end scb_top_bare;
architecture rtl of scb_top_bare is
constant c_GW_VERSION : std_logic_vector(31 downto 0) := x"20_02_14_00"; --DD_MM_YY_VV
constant c_GW_VERSION : std_logic_vector(31 downto 0) := x"23_12_05_00"; --DD_MM_YY_VV
constant c_NUM_WB_SLAVES : integer := 15;
constant c_NUM_PORTS : integer := g_num_ports;
constant c_MAX_PORTS : integer := 18;
......@@ -1232,7 +1232,7 @@ begin
g_interface_mode => PIPELINED,
g_address_granularity => BYTE,
g_ndbg_regs => c_DBG_N_REGS,
g_ver_major => 6,
g_ver_major => 7,
g_ver_minor => 0,
g_build => 1)
port map(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment