Forum Discussion
vjAlter
New Contributor
7 years agoCyclone V SOC. Compiling the GHRD takes an insane amount of time
The mapper takes a lot of time to compile the Golden Hardware Reference Design for Cyclone V SOC. According to the messages it seems it is when it is generating the hard_block partition, which is ess...
FawazJ_Altera
Frequent Contributor
7 years agoHello,
This is expected since you add HPS IP to your system, compilation might take long time.
Regarding the HPS pins, these pins are assigned from HPS IP in Platform Designer. They are needed to be exported to top-level, but no pin can be see as assigned, since they use dedicated Pins.
Timing wise, you might see that HPS pins are either clocks (need to define the clock only) or false path. In both cases, nothing will affect timing on HPS since this is Hard-core IP.
Thanks