Commit df1f3a4e authored by Tristan Gingold's avatar Tristan Gingold

Handle all A24 and A32 requests by default.

parent d1f969c8
......@@ -167,10 +167,10 @@ package vme64x_pkg is
constant c_vme64x_decoders_default : t_vme64x_decoder_arr := (
0 => (adem => x"ff000000",
amcap => x"00000000_0000bb00",
amcap => x"00000000_0000ff00",
dawpr => x"84"),
1 => (adem => x"fff80000",
amcap => x"bb000000_00000000",
amcap => x"ff000000_00000000",
dawpr => x"84"),
others => c_vme64x_decoder_disabled);
......
......@@ -282,10 +282,10 @@ begin
g_NBR_DECODERS => 2,
g_decoder_0_adem => x"ff000000",
g_decoder_0_amcap => x"00000000_0000bb00",
g_decoder_0_amcap => x"00000000_0000ff00",
g_decoder_0_dawpr => x"84",
g_decoder_1_adem => x"fff80000",
g_decoder_1_amcap => x"bb000000_00000000",
g_decoder_1_amcap => x"ff000000_00000000",
g_decoder_1_dawpr => x"84",
g_decoder_2_adem => x"00000000",
g_decoder_2_amcap => x"00000000_00000000",
......
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