Forum Discussion
wwanalim_intel
Contributor
2 years agoIf it related to that document.
Q1 - Yes. It is essential to include RAM in Qsys since that is where the application is stored.
Q2 - It is an optional to use the relative addressing. Usually using the absolute addressing as at the end of the tutorial also using absolute. The address 0x01F00000 will add to the end address of SOF. Using relative addressing will need to compile SOF, generate JIC, check MAP modify the reset vector recompile SOF and regenerate JIC.
Below inserted additional information.
Reset vector - https://www.intel.com/content/www/us/en/docs/programmable/726952/23-4/hardware-design-flow-15362.html
Absolute addressing - https://www.intel.com/content/www/us/en/docs/programmable/726952/23-4/programming-files-generation-04026.html