Forum Discussion
ThangND
New Contributor
4 years agoHow does my SoC access FPGA IP Cores ??
Hi,
I'm using Altera Cyclone V SoC, and I'm trying to access FPGA sides (the IP cores, for example, the FIFOed Avalon Uart IP Core). In NIOS II, the IP cores use the Altera HAL drivers included in ...
sstrell
Super Contributor
4 years agoYou should probably start here:
https://www.intel.com/content/www/us/en/programmable/support/training/course/osoc2000.html
The flow for SoC devices is an Arm flow, which is quite different from Nios if that's what you're familiar with (though the .sopcinfo file is key for both).