Commit 1db36dc9 authored by Lucas Russo's avatar Lucas Russo

hdl/modules/fmc_adc_common/fmc_adc_data.vhd: add reset to FIFO

As of now, we are using an updated version of the general-cores
repository.

One of the modifications is the absence of the coregen stuff used
for generating FIFOs and RAMs. Now, Xilinx primitives are used for that
and a wrapper is provided to customize it.
parent 88629f07
......@@ -339,9 +339,7 @@ begin
g_size => async_fifo_size
)
port map(
--rst_n_i => sys_rst_n_i,
-- We don't need this reset as this FIFO is used for CDC only
rst_n_i => '1',
rst_n_i => sys_rst_n_i,
-- write port
clk_wr_i => adc_clk_bufr,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment