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(…) ;
Guess 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(…) ;