Commit dcc7cc33 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk

virtex6 fifo: (ug363) RSTREG cannot be used until EN_SYN is TRUE and DO_REG is 1

parent de821c1d
......@@ -110,7 +110,7 @@ begin -- syn
srst <= not rst_n_i;
srstreg <= '0' when g_dual_clock = true else srst;
srstreg <= '0';
gen_fifo36 : if(m.is_36 and m.d_width > 0) generate
assert false report "generic_sync_fifo[xilinx]: using FIFO36E1 primitive." severity note;
......
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