Skip to content
Snippets Groups Projects
Commit 351bf645 authored by Eric Kooistra's avatar Eric Kooistra
Browse files

Rename ctrl into ctlr.

parent 7383de11
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ ARCHITECTURE str of tb_io_ddr IS ...@@ -62,7 +62,7 @@ ARCHITECTURE str of tb_io_ddr IS
TO_UVEC( 3, c_tech_ddr_max.a_row_w), TO_UVEC( 3, c_tech_ddr_max.a_row_w),
TO_UVEC(2**c_tech_ddr_4g.a_col_w-1, c_tech_ddr_max.a_col_w)); TO_UVEC(2**c_tech_ddr_4g.a_col_w-1, c_tech_ddr_max.a_col_w));
CONSTANT c_ctlr_data_w : NATURAL := func_tech_ddr_ctrl_data_w(c_tech_ddr); CONSTANT c_ctlr_data_w : NATURAL := func_tech_ddr_ctlr_data_w(c_tech_ddr);
CONSTANT c_dp_data_w : NATURAL := 32; CONSTANT c_dp_data_w : NATURAL := 32;
CONSTANT c_dp_factor : NATURAL := c_ctlr_data_w/c_dp_data_w; CONSTANT c_dp_factor : NATURAL := c_ctlr_data_w/c_dp_data_w;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment