Skip to content
Snippets Groups Projects
Commit 17d08e59 authored by Grzegorz Daniluk's avatar Grzegorz Daniluk
Browse files

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

parent c01bc0e1
Branches greg-fifo
No related merge requests found
......@@ -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;
......
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