Forum Discussion
Altera_Forum
Honored Contributor
11 years agoTrouble with EMAC on CycloneV SoC
Hello. We use 5CSEBA4U19I7 chip in our devices. And we have a trouble with EMAC. "EMAC0 pin" in Qsys is configured as "FPGA" mode. GMII signals of HPS instance (emac0_phy_txd_o and em...
Altera_Forum
Honored Contributor
11 years ago --- Quote Start --- I'm attempting to do this but the constraint is being ignored (~internal_clock could not be matched). Is there a problem with the HPS timing model? --- Quote End --- The linked example design (Cyclone V RGMII Example Design) contains a very subtle pointer: --- Quote Start --- An INI file is required to enable the internal timing path from HPS clock mux. --- Quote End --- Unfortunately, this INI file is missing in the design archive. I think a 'quartus.ini' file in the project directory is meant and its contents should be
b2t_enable_hps_emac_internal_clock_arcs = on
otherwise {*|fpga_interfaces|peripheral_emac0~internal_clock } is not available and any timing constraint based on it will fail. On a side note: I am using the latest available Quartus version (15.0 update 2).