pluto_hdl_adi/library/util_cdc
Lars-Peter Clausen 965d3b4c79 util_cdc: Silence warnings about unused sequential logic
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>
2018-06-06 09:38:19 +02:00
..
Makefile Move Altera IP core dependency tracking to library Makefiles 2018-04-11 15:09:54 +03:00
sync_bits.v util_cdc: Silence warnings about unused sequential logic 2018-06-06 09:38:19 +02:00
sync_data.v license: Fix a spelling mistake 2018-04-11 15:09:54 +03:00
sync_event.v util_cdc: Silence warnings about unused sequential logic 2018-06-06 09:38:19 +02:00
sync_gray.v util_cdc: Silence warnings about unused sequential logic 2018-06-06 09:38:19 +02:00
util_cdc_constr.tcl util_cdc: Add helper function for creating constraints for the CDC blocks 2017-08-21 11:05:16 +02:00
util_cdc_ip.tcl jesd204-sub-ip- no top files 2017-06-01 15:48:48 -04:00