Forum Discussion
FvM
Super Contributor
3 years agoGuess you should follow the instructions in Quartus manual "Apply altera_attribute to an Entity". Example:
(* altera_attribute = "-name AUTO_SHIFT_REGISTER_RECOGNITION OFF" *) module my_entity(…) ;
amildm
Contributor
3 years agoshould I add it BEFORE the module declaration, not INSIDE of the module?