965d3b4c79
Some parts of the util_cdc library rely on dead logic elimination to remove unused logic. Unfortunately with newer Vivado versions this results in warnings about unused sequential elements being removed. Like: WARNING: [Synth 8-6014] Unused sequential element cdc_sync_stage1_reg was removed. To avoid this encase the logic in generate blocks that makes sure they are not generated when not needed. Signed-off-by: Lars-Peter Clausen <lars@metafoo.de> |
||
---|---|---|
.. | ||
Makefile | ||
sync_bits.v | ||
sync_data.v | ||
sync_event.v | ||
sync_gray.v | ||
util_cdc_constr.tcl | ||
util_cdc_ip.tcl |