Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSince the logic is not used, the synthesis tool removes it.
To force the tool to keep the logic, look at the synthesis directives in Quartus help, you want to use "noprune": http://quartushelp.altera.com/12.0/mergedprojects/hdl/vlog/vlog_file_dir_noprune.htm Cheers, Dave