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
f6bed246
Commit
f6bed246
authored
11 years ago
by
Maciej Lipinski
Browse files
Options
Downloads
Patches
Plain Diff
[EP/tx_inj] added info about relation between set gap value and real IFG
parent
9d969385
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/wr_endpoint/ep_tx_inject_ctrl.vhd
+10
-0
10 additions, 0 deletions
modules/wr_endpoint/ep_tx_inject_ctrl.vhd
with
10 additions
and
0 deletions
modules/wr_endpoint/ep_tx_inject_ctrl.vhd
+
10
−
0
View file @
f6bed246
...
...
@@ -97,6 +97,16 @@ architecture rtl of ep_tx_inject_ctrl is
signal
within_packet
:
std_logic
;
signal
state
:
t_state
;
-- translation betwen if_gap_value and real IFG:
-- | ----------------------------------------- |
-- | if_gap_value | gap in words | gap in time |
-- | 0 | 7 | 112 ns | disallowed
-- | ......................................... |
-- | 5 | 12 | 192 ns | minimal leagal
-- | 6 | 13 | 208 ns |
-- | ......................................... |
-- | 65536 | 65546 | 1.048ms | maximum allowed due to register size (16 bits)
-- | ----------------------------------------- |
begin
-- rtl
p_detect_within
:
process
(
clk_sys_i
)
...
...
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