CONSTANTc_data_w:NATURAL:=func_tech_ddr_ctlr_data_w(g_tech_ddr);-- the with of the input data and output data, 576
CONSTANTc_adr_w:NATURAL:=sel_a_b(g_sim_model,4,func_tech_ddr_ctlr_address_w(g_tech_ddr));-- the lengt of the address vector, for simulation this is smaller, otherwise the simulation would take to long, 27
CONSTANTc_max_adr:NATURAL:=2**(c_adr_w)-1;-- the maximal address that is possible within the vector length of the address
SIGNALs_adr:NATURALrange0to2**(c_adr_w)-1:=0;
-- signal for storing address
SIGNALs_adr:NATURALrange0to2**(c_adr_w)-1:=0;-- a signal that contains the address