Forum Discussion
Altera_Forum
Honored Contributor
8 years agoTop-level design as (.bdf file) with instantiating CONFIGURATIONs and GENERICSs
Hello community, I have a question regarding my top-level design which is instanced as a (.bdf)-file. I have several componentes which are implemented in VHDL but they were also created as (....
Altera_Forum
Honored Contributor
8 years agoIf you did all the code in vhdl, then you can use generics to enable or disable blocks at compile time via generics. Fibrous can be passed through from graphical files via block parameters I think, but I don't think bdf files instantiated from vhdl can have generics. I highly suggest you ditch the bdf files and stick only to HDL.