mirror of
https://github.com/lcbcFoo/ReonV.git
synced 2025-04-24 05:27:07 -04:00
6 lines
293 B
VHDL
6 lines
293 B
VHDL
-- SDRAM controller
|
|
constant CFG_SDCTRL : integer := CONFIG_SDCTRL;
|
|
constant CFG_SDCTRL_INVCLK : integer := CONFIG_SDCTRL_INVCLK;
|
|
constant CFG_SDCTRL_SD64 : integer := CONFIG_SDCTRL_BUS64;
|
|
constant CFG_SDCTRL_PAGE : integer := CONFIG_SDCTRL_PAGE + CONFIG_SDCTRL_PROGPAGE;
|
|
|