Forum Discussion
Altera_Forum
Honored Contributor
16 years agoIt sounds like you havent given values for the generics "channelwidth" and "chancount" in the BDF file, and they dont have default values in the VHDL code.
Try setting this on: view -> "show parameter assignments" Then a little box should be attached to the graphical instantiation of the VHDL files where you can set the generic values. Unfortunatly, if the VHDL has non-trivial generics, you cannot instantiate it from BDF unless you set default values in the VHDL code. But in this case, it looks like its just integers, which will be fine.