Skip to content
GitLab
Explore
Sign in
Register
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
2b7c2abe
Commit
2b7c2abe
authored
1 year ago
by
Reinier van der Walle
Browse files
Options
Downloads
Patches
Plain Diff
added axi4 wrapper for eth_tester
parent
4bbcab09
No related branches found
No related tags found
1 merge request
!327
Resolve HPR-85
Pipeline
#47470
failed
1 year ago
Stage: linting
Stage: simulation
Stage: synthesis
Stage: hardware
Changes
2
Pipelines
1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
libraries/io/eth/hdllib.cfg
+2
-1
2 additions, 1 deletion
libraries/io/eth/hdllib.cfg
libraries/io/eth/src/vhdl/eth_tester_axi4_wrapper.vhd
+601
-0
601 additions, 0 deletions
libraries/io/eth/src/vhdl/eth_tester_axi4_wrapper.vhd
with
603 additions
and
1 deletion
libraries/io/eth/hdllib.cfg
+
2
−
1
View file @
2b7c2abe
hdl_lib_name
=
eth
hdl_lib_name
=
eth
hdl_library_clause_name
=
eth_lib
hdl_library_clause_name
=
eth_lib
hdl_lib_uses_synth
=
dp common diag tech_tse
hdl_lib_uses_synth
=
dp common diag tech_tse
axi4
hdl_lib_uses_sim
=
hdl_lib_uses_sim
=
hdl_lib_technology =
hdl_lib_technology =
...
@@ -28,6 +28,7 @@ synth_files =
...
@@ -28,6 +28,7 @@ synth_files =
src/vhdl/eth_tester_tx.vhd
src/vhdl/eth_tester_tx.vhd
src/vhdl/eth_tester_rx.vhd
src/vhdl/eth_tester_rx.vhd
src/vhdl/eth_tester.vhd
src/vhdl/eth_tester.vhd
src/vhdl/eth_tester_axi4_wrapper.vhd
test_bench_files
=
test_bench_files
=
src/vhdl/eth_statistics.vhd
src/vhdl/eth_statistics.vhd
...
...
This diff is collapsed.
Click to expand it.
libraries/io/eth/src/vhdl/eth_tester_axi4_wrapper.vhd
0 → 100644
+
601
−
0
View file @
2b7c2abe
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