Forum Discussion
Altera_Forum
Honored Contributor
8 years ago --- Quote Start --- The value of generic is meant to be passed when you instantiate the design: ENTB: entity work.ent_bug(arch_bug) generc map( ...) port map(result=>bugVal ); --- Quote End --- yes and no. If a generic isnt assigned, it is supposed to take the default. I suspect this is a quartus bug not checking for changes in defaults when it recompiles code. I seem to remember someone else posting this same problem. I would raise a ticket with altera over this.