Forum Discussion
Altera_Forum
Honored Contributor
12 years agoIf you aren't using SOPC builder or QSys to connect your CPU to memories or components, it may be easier to avoid using the controller generated by the megawizard and make it yourself. Accessing an SRAM is pretty easy, just set the address and read signal, or address, data and write signal, and wait for the correct timing.
Alternatively if you want to use Avalon bus (which should make your system easier to expand and adapt) then you should learn about the avalon specifications, by reading this document: http://www.altera.com/literature/manual/mnl_avalon_spec.pdf.