Altera_Forum
Honored Contributor
17 years agoBlacl Box synthesis attribute
Im trying to tell the Quartus 2 synthesiser that my component is a black box so it doesnt complain that it cant find the entity declaration. Ive tried all of the following in the VHDL top level:
attribute syn_black_box, black_box, noopt : boolean ; attribute (whatever) of my_comp : component is true; None of them seem to work and when I go through analysis and elaboration is complains it cant find the entity for "my_comp". what is the correct attribute to use?