Forum Discussion
JHill1
Occasional Contributor
7 months agoFrom my perspective, the use of VHDL generics for configuring the IP is actually the more modern, and not an older, approach for configuring device specific an d or proprietary features, and is more tightly integrated with HDL. Use of GUI tools is certainly easier for beginners. but the heavy lifting is actually done in text based HDL. Likewise, only from my perspective, TCL is an outdated and archaic language.
FvM
Super Contributor
7 months agoAs far as I understand, existing libraries like altera_mf are not removed, but they are not available to map the hardware of newer FPGA series, e.g. Stratix 10. This is primarily due to the complexity of these devices, not because someone considers the interface method as antiquated.
I remember when moving from altpll to altera_pll IP with Cyclone V, it was effectively impossible due to increased complexity to configure it according to IP user guide, you needed to generate the configuration by Megawizard and copy it to your HDL.
I remember when moving from altpll to altera_pll IP with Cyclone V, it was effectively impossible due to increased complexity to configure it according to IP user guide, you needed to generate the configuration by Megawizard and copy it to your HDL.