Forum Discussion
Altera_Forum
Honored Contributor
8 years agoI don't understand why you're doing this:
set_false_path -from [get_clocks *] -to [get_ports {flash_nce}] It should be simply: set_false_path -to [get_ports {flash_nce}] Same with all your output false paths.