Skip to content
Snippets Groups Projects
Commit 8c7b6617 authored by Tomasz Wlostowski's avatar Tomasz Wlostowski
Browse files

gencores_pkg: made f_rr_arbitrate grant output continuously driven to avoid latch inference

parent 53979d4f
Branches
Tags
No related merge requests found
......@@ -6,7 +6,7 @@
-- Author : Tomasz Wlostowski
-- Company : CERN
-- Created : 2009-09-01
-- Last update: 2012-02-20
-- Last update: 2012-03-12
-- Platform : FPGA-generic
-- Standard : VHDL '93
-------------------------------------------------------------------------------
......@@ -231,6 +231,8 @@ package body gencores_pkg is
if((req and pre_grant) = zeros) then
grant <= gntM;
else
grant <= pre_grant;
end if;
end f_rr_arbitrate;
......
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