Forum Discussion
Altera_Forum
Honored Contributor
18 years agoYou need to put the configuration specification in the declarative region for the generate block, e.g.
U2: FOR i IN 0 TO (GEN_TOTAL_CHANNEL - 1) GENERATE
FOR channel_x : FREQMeasure_SingleChannel
use configuration work.con;
BEGIN
-- Your instance here
end generate;