mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-22 12:37:06 -04:00
8 lines
373 B
VHDL
8 lines
373 B
VHDL
-- DDR controller
|
|
constant CFG_DDRSP : integer := CONFIG_DDRSP;
|
|
constant CFG_DDRSP_INIT : integer := CONFIG_DDRSP_INIT;
|
|
constant CFG_DDRSP_FREQ : integer := CONFIG_DDRSP_FREQ;
|
|
constant CFG_DDRSP_COL : integer := CONFIG_DDRSP_COL;
|
|
constant CFG_DDRSP_SIZE : integer := CONFIG_DDRSP_MBYTE;
|
|
constant CFG_DDRSP_RSKEW : integer := CONFIG_DDRSP_RSKEW;
|
|
|