Commit d395e723 authored by Dimitris Lampridis's avatar Dimitris Lampridis

use local constants for wishbone address and data width generics of xvme64x_core…

use local constants for wishbone address and data width generics of xvme64x_core (same as VME64xCore_Top)
parent cab07276
...@@ -38,8 +38,8 @@ use work.vme64x_pack.all; ...@@ -38,8 +38,8 @@ use work.vme64x_pack.all;
entity xvme64x_core is entity xvme64x_core is
generic ( generic (
g_CLOCK_PERIOD : integer := c_CLOCK_PERIOD; g_CLOCK_PERIOD : integer := c_CLOCK_PERIOD;
g_WB_DATA_WIDTH : integer := c_wishbone_data_width; g_WB_DATA_WIDTH : integer := c_DATA_WIDTH;
g_WB_ADDR_WIDTH : integer := c_wishbone_address_width; g_WB_ADDR_WIDTH : integer := c_ADDR_WIDTH;
g_DECODE_AM : boolean := true; g_DECODE_AM : boolean := true;
g_USER_CSR_EXT : boolean := false; g_USER_CSR_EXT : boolean := false;
......
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