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
080f20b6
Commit
080f20b6
authored
7 months ago
by
Tristan Gingold
Committed by
Tristan Gingold
2 months ago
Browse files
Options
Downloads
Patches
Plain Diff
platforms/xilinx: add a tcl create to rebuild gthe4 IP
parent
0d27d66b
Branches
mat_ebm
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
platform/xilinx/wr_gtp_phy/xilinx-ip/gthe4/create-gth.tcl
+30
-0
30 additions, 0 deletions
platform/xilinx/wr_gtp_phy/xilinx-ip/gthe4/create-gth.tcl
with
30 additions
and
0 deletions
platform/xilinx/wr_gtp_phy/xilinx-ip/gthe4/create-gth.tcl
0 → 100644
+
30
−
0
View file @
080f20b6
# Regeneration of the gthe4 IP
# Open a vivado project with an ZynqUS+ target
# in the TCL console
# source ./create-gth.tcl
# Check the differences
# Cleanup
(
comment out unused gthe3, gtye3 and gtye4 instantiations
;
this
# avoids adding extra unused files
)
# Copy the files
set module_name
{
gtwizard_ultrascale_2
}
create_ip -name gtwizard_ultrascale -vendor xilinx.com -library ip -version 1.7 -module_name $module_name -dir .
set_property CONFIG.preset
{
GTH-Gigabit_Ethernet
}
[
get_ips $module_name
]
set_property -dict
[
list
\
CONFIG.RX_BUFFER_MODE
{
0
}
\
CONFIG.TX_BUFFER_MODE
{
0
}
\
CONFIG.RX_SLIDE_MODE
{
PCS
}
\
CONFIG.LOCATE_IN_SYSTEM_IBERT_CORE
{
EXAMPLE_DESIGN
}
\
CONFIG.LOCATE_RX_USER_CLOCKING
{
CORE
}
\
CONFIG.LOCATE_TX_USER_CLOCKING
{
CORE
}
\
]
[
get_ips $module_name
]
generate_target all
[
get_ips $module_name
]
catch
{
config_ip_cache -export
[
get_ips $module_name
]
}
export_ip_user_files -of_objects
[
get_ips $module_name
]
-no_script -sync -force -quiet
create_ip_run
[
get_ips $module_name
]
unset module_name
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