CONSTANTc_bitshift_adr:NATURAL:=ceil_log2(c_burstsize);-- bitshift to make sure there is only a burst start at a interval of c_burstsize.
CONSTANTc_adr_w:NATURAL:=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_adr_w:NATURAL:=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
CONSTANTc_max_adr:NATURAL:=2**(c_adr_w)-1;-- the maximal address that is possible within the vector length of the address