Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
White Rabbit core collection
Manage
Activity
Members
Labels
Plan
Issues
33
Issue boards
Milestones
Wiki
Code
Merge requests
4
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
White Rabbit core collection
Commits
e7a8721e
Commit
e7a8721e
authored
13 years ago
by
Grzegorz Daniluk
Browse files
Options
Downloads
Patches
Plain Diff
wrcore_v2: adding dummy src and snk to fabric_pkg
parent
7c6b0522
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/fabric/wr_fabric_pkg.vhd
+5
-1
5 additions, 1 deletion
modules/fabric/wr_fabric_pkg.vhd
with
5 additions
and
1 deletion
modules/fabric/wr_fabric_pkg.vhd
+
5
−
1
View file @
e7a8721e
...
@@ -59,7 +59,11 @@ package wr_fabric_pkg is
...
@@ -59,7 +59,11 @@ package wr_fabric_pkg is
function
f_marshall_wrf_status
(
stat
:
t_wrf_status_reg
)
return
std_logic_vector
;
function
f_marshall_wrf_status
(
stat
:
t_wrf_status_reg
)
return
std_logic_vector
;
function
f_unmarshall_wrf_status
(
stat
:
std_logic_vector
)
return
t_wrf_status_reg
;
function
f_unmarshall_wrf_status
(
stat
:
std_logic_vector
)
return
t_wrf_status_reg
;
constant
c_dummy_src_in
:
t_wrf_source_in
:
=
(
'0'
,
'0'
,
'0'
,
'0'
);
constant
c_dummy_snk_in
:
t_wrf_sink_in
:
=
((
others
=>
'X'
),
(
others
=>
'X'
),
'0'
,
'0'
,
'X'
,
(
others
=>
'X'
));
end
wr_fabric_pkg
;
end
wr_fabric_pkg
;
package
body
wr_fabric_pkg
is
package
body
wr_fabric_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