pluto_hdl_adi/library/axi_ad9671
Laszlo Nagy bfc8ec28c3 util_axis_fifo: instantiate block ram in async mode
In cases when a shallow FIFO is requested the synthesizer infers distributed RAM
instead of block RAMs. This can be an issue when the clocks of the FIFO are
asynchronous since a timing path is created though the LUTs which implement the
memory, resulting in timing failures. Ignoring timing through the path is not a
solution since would lead to metastability.
This does not happens with block RAMs.

The solution is to use the ad_mem (block RAM) in case of async clocks and letting
the synthesizer do it's job in case of sync clocks for optimal resource utilization.
2018-04-11 15:09:54 +03:00
..
Makefile Makefile: Update Makefiles for libraries 2017-03-30 18:33:22 +03:00
axi_ad9671.v license: Fix a spelling mistake 2018-04-11 15:09:54 +03:00
axi_ad9671_channel.v license: Fix a spelling mistake 2018-04-11 15:09:54 +03:00
axi_ad9671_constr.xdc axi_ad9671: Updated constraints 2015-10-09 13:15:55 +03:00
axi_ad9671_hw.tcl avl_adxcvr: Perform octet order swap 2017-08-03 17:57:58 +02:00
axi_ad9671_if.v util_axis_fifo: instantiate block ram in async mode 2018-04-11 15:09:54 +03:00
axi_ad9671_ip.tcl library: Delete all adi_ip_constraint process call 2017-04-06 12:36:47 +03:00
axi_ad9671_pnmon.v license: Fix a spelling mistake 2018-04-11 15:09:54 +03:00