Altera_Forum
Honored Contributor
14 years agoCreating A Modular Design
I was wondering if there was a way to automatically begin the name of a megafunction with specific text.
For example, lets say I have two blocks in my design we'll call FIR_8D and BUS_CTRL. Each of these blocks contains it's own logic/megafunctions/VHDL specific to it's operation. I'd like to reuse the block called FIR_8D in multiple designs. What I've been doing is whenever I create a new megafunction or VHDL file, I've been appending to the beginning of the file name. For example if I created a mux that has 2 inputs and 16bits each, I would create the megafunction with the name "FIR_8D_mux2x16". This way I know that the mux belongs to the FIR_8D block. Is there an easier/automatic way to always append to the beginning of a file name like this? Currently I'm using Quartus II version 9.1. Even if this version doesn't have the capability to do this, is there a newer version that does? Thank you!