Forum Discussion
sstrell
Super Contributor
7 years agoWhat does the code for the 12-to-1 mux look like? There must be a reason why Quartus thinks it's a clock.
As for the extra buffer delays, if turning off optimize hold timing doesn't work and you can determine (from timing analysis most likely; look at a timing report on one of those paths that have the buffer in it) why the buffers are getting added, you could try using set_max[min]_delay SDC constraints to force short routing on those paths and avoid the additional delay. It wouldn't be too bad to use since you can use wildcards to constrain all of them.
#iwork4intel