Altera_Forum
Honored Contributor
13 years agoCreate custom precompiled library
Hello people,
I have a small to medium experience with Quartus II but I haven't figured that out yet. I want to create a small collection of VHDL entities that I use a lot (for example a PWM block, an ADC SPI interface for a specific ADC, etc) and put them in a custom library so that I can use them at later applications. So in any other project I can include the library in the settings and instantiate the entities inside the project or the .bdf file. I would prefer if the library would be precompiled so that I gain some compilation time. After I finish this library (if possible) and compile it, does this mean that it applies for only one device (e.g. DE0-Nano)? Any ideas?