Forum Discussion
Altera EMAC Hwlib for Cyclone V SOC
Hi,
I need to use Cyclone V HPS's EMAC interface without using linux OS. However, although the "alt_emac.h" is included in the Hardware Library for Cyclone V, I could find any source file relating to EMAC. Could you please help me regarding this problem? thanks,4 Replies
- corestar
Contributor
I have a similar question for Quartus 18.0 on Cyclone V SoC. I'm used to Xilinx Zynq which has a large API of functions in the BSP to do things such as XEmacPs_CfgInitialize to initialize and EMAC, XEmacPs_SetMacAddress, and XEmacPs_SetHandler to set interrupt handlers etc. Is there nothing similar in Altera???? I followed the links above and found nothing at all.
- Altera_Forum
Honored Contributor
Bummer... I couldn't find any examples for this as well. Can you file a Service Request to Altera and share the outcome here?
- Ahmed_H_Intel1
Frequent Contributor
To get the required resources please search for ALTERA hardware library "HWLIB".Altera offers a package of drivers to create your own bare metal application on the FPGA and/or HPS. Here are some resources:
https://github.com/cambridgehackers/Altera-SoCFPGA-HardwareLib-MPL/blob/master/README.txt
Please let me know if these were helpful.
- JDelR1
New Contributor
Same here, looking for an example to run ethernet with an RTOS using Cyclone V SOC hope they answer someday.