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

Mathias' FIFO bug fix for when g_show_ahead is true

parent ca1996f1
Branches
Tags
No related merge requests found
......@@ -246,8 +246,8 @@ begin -- syn
c_mif_file_name => "BlankString",
c_optimization_mode => 0,
c_overflow_low => 0,
c_preload_latency => 1,
c_preload_regs => 0,
c_preload_latency => f_bool_2_int(not g_show_ahead),
c_preload_regs => f_bool_2_int(g_show_ahead),
c_prim_fifo_type => "1kx18",
c_prog_empty_thresh_assert_val => g_almost_empty_threshold,
......
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