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
3
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
02857a81
Commit
02857a81
authored
3 years ago
by
Pieter Van Trappen
Committed by
Tristan Gingold
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
checked out patch from commit
984bdb4c
that undoes the axi-wb address shift
parent
de9f221a
Branches
Branches containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
board/fasec/wrc_board_fasec.vhd
+4
-4
4 additions, 4 deletions
board/fasec/wrc_board_fasec.vhd
with
4 additions
and
4 deletions
board/fasec/wrc_board_fasec.vhd
+
4
−
4
View file @
02857a81
...
...
@@ -7,7 +7,7 @@
-- Author(s) : Grzegorz Daniluk <grzegorz.daniluk@cern.ch>
-- Company : CERN (BE-CO-HT)
-- Created : 2017-08-02
-- Last update: 201
7
-0
9-07
-- Last update: 201
8
-0
1-15
-- Standard : VHDL'93
-------------------------------------------------------------------------------
-- Description: Top-level wrapper for WR PTP core including all the modules
...
...
@@ -442,9 +442,9 @@ begin -- architecture struct
--wrs_rx_cfg_in.filter_remote <= wrs_rx_cfg_flt_r_i;
--wrs_rx_cfg_in.fixed_latency <= wrs_rx_cfg_fix_l_i;
-- axi supports word-addressing only, i.e. per 4 bytes; shift
for wb-bridge
s_axi_araddr
<=
"00"
&
s00_axi_araddr
(
31
downto
2
);
s_axi_awaddr
<=
"00"
&
s00_axi_awaddr
(
31
downto
2
);
-- axi supports word-addressing only, i.e. per 4 bytes;
not
shift
needed though
s_axi_araddr
<=
s00_axi_araddr
(
31
downto
0
);
s_axi_awaddr
<=
s00_axi_awaddr
(
31
downto
0
);
-- Instantiate the records-based module
cmp_xwrc_board_fasec
:
xwrc_board_fasec
generic
map
(
...
...
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