Commit e442e51a authored by mcattin's avatar mcattin

Modify bank port type selection default value in the component declaration.



git-svn-id: http://svn.ohwr.org/ddr3-sp6-core/trunk@108 739e5516-d4a2-47df-ba96-5610c1fa693f
parent b8307a81
......@@ -51,7 +51,7 @@ entity ddr3_ctrl is
generic(
--! Bank and port size selection
g_BANK_PORT_SELECT : string := "BANK3_32B_32B";
g_BANK_PORT_SELECT : string := "SPEC_BANK3_32B_32B";
--! Core's clock period in ps
g_MEMCLK_PERIOD : integer := 3000;
--! If TRUE, uses Xilinx calibration core (Input term, DQS centering)
......@@ -297,7 +297,7 @@ architecture rtl of ddr3_ctrl is
component ddr3_ctrl_wrapper
generic(
g_BANK_PORT_SELECT : string := "BANK3_32B_32B";
g_BANK_PORT_SELECT : string := "SPEC_BANK3_32B_32B";
g_MEMCLK_PERIOD : integer := 3000;
g_CALIB_SOFT_IP : string := "TRUE";
g_MEM_ADDR_ORDER : string := "ROW_BANK_COLUMN";
......
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