Skip to content
Snippets Groups Projects
Commit 8e311478 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra
Browse files

altera dcfifo: synchronize read reset

parent 4f84b3e6
Branches
Tags
No related merge requests found
......@@ -100,6 +100,7 @@ architecture syn of generic_async_fifo is
rdsync_delaypipe : natural;
underflow_checking : string;
use_eab : string;
read_aclr_synch : string;
write_aclr_synch : string;
wrsync_delaypipe : natural
);
......@@ -152,6 +153,7 @@ begin -- syn
rdsync_delaypipe => 5, -- 2 sync stages
underflow_checking => "ON",
use_eab => "ON",
read_aclr_synch => "ON",
write_aclr_synch => "ON",
wrsync_delaypipe => 5 -- 2 sync stages
)
......
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