Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Platform-independent core collection
Manage
Activity
Members
Labels
Plan
Issues
15
Issue boards
Milestones
Wiki
Code
Merge requests
5
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Projects
Platform-independent core collection
Commits
e848b421
Commit
e848b421
authored
11 years ago
by
Tomasz Wlostowski
Browse files
Options
Downloads
Patches
Plain Diff
gencores_pkg: added missing function declarations that were upsetting ISE
parent
52c113cd
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
modules/common/gencores_pkg.vhd
+5
-1
5 additions, 1 deletion
modules/common/gencores_pkg.vhd
with
5 additions
and
1 deletion
modules/common/gencores_pkg.vhd
+
5
−
1
View file @
e848b421
...
...
@@ -7,7 +7,7 @@
-- Theodor-Adrian Stana
-- Company : CERN
-- Created : 2009-09-01
-- Last update: 201
3-11-20
-- Last update: 201
4-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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment