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

gencores_pkg: added missing function declarations that were upsetting ISE

parent 52c113cd
Branches
Tags
No related merge requests found
......@@ -7,7 +7,7 @@
-- Theodor-Adrian Stana
-- Company : CERN
-- Created : 2009-09-01
-- Last update: 2013-11-20
-- Last update: 2014-01-13
-- Platform : FPGA-generic
-- Standard : VHDL '93
-------------------------------------------------------------------------------
......@@ -380,6 +380,10 @@ package gencores_pkg is
signal pre_grant : in std_logic_vector;
signal grant : out std_logic_vector);
function f_big_ripple(a, b : std_logic_vector; c : std_logic) return std_logic_vector;
function f_gray_encode(x : std_logic_vector) return std_logic_vector;
function f_gray_decode(x : std_logic_vector; step : natural) return std_logic_vector;
end package;
package body gencores_pkg is
......
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