Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
HDL
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
RTSD
HDL
Commits
66ad6e9b
Commit
66ad6e9b
authored
2 years ago
by
Eric Kooistra
Browse files
Options
Downloads
Patches
Plain Diff
Support jumbo frames for Rx, to avoid length error flag.
parent
3f4aa5e5
No related branches found
Branches containing commit
No related tags found
1 merge request
!297
Resolve L2SDP-837 "B"
Pipeline
#41127
passed
2 years ago
Stage: simulation
Stage: synthesis
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
libraries/unb_osy/unbos_eth.h
+1
-1
1 addition, 1 deletion
libraries/unb_osy/unbos_eth.h
with
1 addition
and
1 deletion
libraries/unb_osy/unbos_eth.h
+
1
−
1
View file @
66ad6e9b
...
...
@@ -34,7 +34,7 @@
// Start address of the rx and tx frame in the frame buffer
#define ETH_RX_RAM_BASE 0
#define ETH_TX_RAM_BASE (AVS_ETH_0_MMS_RAM_SPAN/2)
#define ETH_FRAME_LENGTH
15
18
#define ETH_FRAME_LENGTH
90
18
#define UNB_ETH_SRC_MAC_BASE ((TUInt32)0x00228608)
#define UNB_ETH_SRC_MAC_BASE_HI ((UNB_ETH_SRC_MAC_BASE >> 16) & 0xFFFF)
#define UNB_ETH_SRC_MAC_BASE_LO ( UNB_ETH_SRC_MAC_BASE & 0xFFFF)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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