Forum Discussion
KennyT_altera
Super Contributor
6 years agoDoes your DUT stand for test bench?
1) If yes, you do not need to include testbench to your design
2) If no, you may consider change your design to either
a) clock enable signal https://www.fpga4student.com/2017/08/how-to-generate-clock-enable-signal.html
b) add additional pipelines to close the timing.
c) set_multicycle_path
setting the false path means that you want the Quartus totally ignore those cross clock domain. I would not recommend it unless you are sure it won't break the functionality.