Forum Discussion
Altera_Forum
Honored Contributor
14 years agoIf you're not writing to the FIFO out of reset, then you can put a false path on that. (set_false_path -from [get_keepers {reset_register_or_port}] -to [get_keepers {*dc_fifo_hierarchy*}]
Also make sure you're not reading, or that read protection is on(which is on by default). The aclr can be very short, so one pulse should be fine.