Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
C
comcellnode_ethernet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
DG
FOFB
comcellnode_ethernet
Commits
344ef98e
Commit
344ef98e
authored
Jun 16, 2022
by
BRONES Romain
Browse files
Options
Downloads
Patches
Plain Diff
Correction on addressmap and RDL
parent
d66d1064
Branches
Branches containing commit
Tags
1.0.0
Tags containing commit
No related merge requests found
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
rdl/comcellnode.rdl
+0
-2
0 additions, 2 deletions
rdl/comcellnode.rdl
rdl/xilinx_ethsubsyst.rdl
+5
-1
5 additions, 1 deletion
rdl/xilinx_ethsubsyst.rdl
tcl/main.tcl
+4
-3
4 additions, 3 deletions
tcl/main.tcl
with
9 additions
and
6 deletions
rdl/comcellnode.rdl
+
0
−
2
View file @
344ef98e
`include "comcellnode.vh" // Auto generated by FWK
addrmap COMCELLNODE {
addrmap COMCELLNODE {
...
...
This diff is collapsed.
Click to expand it.
rdl/xilinx_ethsubsyst.rdl
+
5
−
1
View file @
344ef98e
addrmap xil_ethsubsyst {
addrmap xil_ethsubsyst {
desyrdl_generate_hdl = false;
desyrdl_interface = "AXI4L";
//===================
//===================
reg {
reg {
field {
field {
...
...
This diff is collapsed.
Click to expand it.
tcl/main.tcl
+
4
−
3
View file @
344ef98e
...
@@ -30,7 +30,7 @@ proc setSources {} {
...
@@ -30,7 +30,7 @@ proc setSources {} {
proc setAddressSpace
{}
{
proc setAddressSpace
{}
{
variable AddressSpace
variable AddressSpace
addAddressSpace AddressSpace
"COMCELLNODE"
RDL
{}
../rdl/comcellnode.rdl
addAddressSpace AddressSpace
"COMCELLNODE"
RDL
{}
../rdl/comcellnode.rdl
addAddressSpace AddressSpace
"xil_ethsubsyst"
RDL
{}
../rdl/xil_ethsubsyst.rdl
addAddressSpace AddressSpace
"xil_ethsubsyst"
RDL
{}
../rdl/xil
inx
_ethsubsyst.rdl
}
}
# ==============================================================================
# ==============================================================================
...
@@ -45,8 +45,9 @@ proc doOnCreate {} {
...
@@ -45,8 +45,9 @@ proc doOnCreate {} {
set_property part $
{
fpga_part
}
[
current_project
]
set_property part $
{
fpga_part
}
[
current_project
]
set_property target_language VHDL
[
current_project
]
set_property target_language VHDL
[
current_project
]
# Create GT wizard IP
#
source ../tcl/combpm_gtwizard.tcl
source ../tcl/generate_ethernet.tcl
source ../tcl/generate_axisinterco.tcl
}
}
# ==============================================================================
# ==============================================================================
...
...
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