Forum Discussion
Altera_Forum
Honored Contributor
16 years agoThose signals are described in this document: http://www.altera.com/literature/ug/ug_ddr_sdram.pdf
From the DDR docs, it seems as though those are avalon signals (http://www.altera.com/literature/manual/mnl_avalon_spec.pdf - look for the section on burst transfers). You can interface to them directly, but why not drop your top level design file into SOPC builder and export the rest of the signals? The SOPC Builder will automagically take care of interfacing to burst enabled slaves even if your master is not.