DNguy4
Occasional Contributor
6 years agoblackbox file
Hi,
I have a VHDL blackbox file my_file_bb.vhd in which I declare all the input and output ports.
When I instantiate it from another program ... entity TEST: my_file port map.... Quartus keeps complaining that object my_file is used but not declared. I thought the blackbox file already takes care of all the declarations. Do I need to do anything else to use the blackbox file?
Thanks