Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fpga-network-stack
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD 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
Show more breadcrumbs
paulrr2
fpga-network-stack
Commits
866f0451
Commit
866f0451
authored
4 years ago
by
paulrr2
Browse files
Options
Downloads
Patches
Plain Diff
changes to script
parent
e5b38fe5
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/create_vc709_proj.tcl
+6
-6
6 additions, 6 deletions
scripts/create_vc709_proj.tcl
with
6 additions
and
6 deletions
scripts/create_vc709_proj.tcl
+
6
−
6
View file @
866f0451
set proj_name
"tcp_ip_vc709"
set root_dir
[
pwd
]
set proj_dir $root_dir/$proj_name
set src_dir $root_dir/../
rt
l
set src_dir $root_dir/../
hd
l
set ip_dir $root_dir/../ip
set ip_repo $root_dir/../iprepo
set constraints_dir $root_dir/../constraints
...
...
@@ -53,7 +53,7 @@ update_compile_order -fileset sources_1
#FIFOs
create_ip -name axis_data_fifo -vendor xilinx.com -library ip -version
1.1
-module_name axis_data_fifo_64_cc -dir $ip_dir/vc709
create_ip -name axis_data_fifo -vendor xilinx.com -library ip -version
2.0
-module_name axis_data_fifo_64_cc -dir $ip_dir/vc709
set_property -dict
[
list CONFIG.TDATA_NUM_BYTES
{
8
}
CONFIG.IS_ACLK_ASYNC
{
1
}
CONFIG.HAS_TKEEP
{
1
}
CONFIG.HAS_TLAST
{
1
}
CONFIG.SYNCHRONIZATION_STAGES
{
3
}
CONFIG.Component_Name
{
axis_data_fifo_64_cc
}]
[
get_ips axis_data_fifo_64_cc
]
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/axis_data_fifo_64_cc/axis_data_fifo_64_cc.xci
]
update_compile_order -fileset sources_1
...
...
@@ -98,11 +98,11 @@ create_ip -name toe -vendor ethz.systems -library hls -version 1.6 -module_name
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/toe_ip/toe_ip.xci
]
update_compile_order -fileset sources_1
create_ip -name ip_handler -vendor ethz.systems -library hls -version
1.2
-module_name ip_handler_ip -dir $ip_dir/vc709
create_ip -name ip_handler -vendor ethz.systems
.fpga
-library hls -version
2.0
-module_name ip_handler_ip -dir $ip_dir/vc709
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/ip_handler_ip/ip_handler_ip.xci
]
update_compile_order -fileset sources_1
create_ip -name mac_ip_encode -vendor
xilinx.labs
-library hls -version
1
.0
4
-module_name mac_ip_encode_ip -dir $ip_dir/vc709
create_ip -name mac_ip_encode -vendor
ethz.systems.fpga
-library hls -version
2
.0 -module_name mac_ip_encode_ip -dir $ip_dir/vc709
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/mac_ip_encode_ip/mac_ip_encode_ip.xci
]
update_compile_order -fileset sources_1
...
...
@@ -122,7 +122,7 @@ create_ip -name iperf_client -vendor ethz.systems.fpga -library hls -version 1.0
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/iperf_client_ip/iperf_client_ip.xci
]
update_compile_order -fileset sources_1
create_ip -name arp_server_subnet -vendor ethz.systems -library hls -version 1.
0
-module_name arp_server_subnet_ip -dir $ip_dir/vc709
create_ip -name arp_server_subnet -vendor ethz.systems
.fpga
-library hls -version 1.
1
-module_name arp_server_subnet_ip -dir $ip_dir/vc709
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/arp_server_subnet_ip/arp_server_subnet_ip.xci
]
update_compile_order -fileset sources_1
...
...
@@ -134,7 +134,7 @@ create_ip -name udp -vendor ethz.systems.fpga -library hls -version 0.4 -module_
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/udp_ip/udp_ip.xci
]
update_compile_order -fileset sources_1
create_ip -name iperf_udp
_client
-vendor ethz.systems.fpga -library hls -version 0.
8
-module_name iperf_udp_client_ip -dir $ip_dir/vc709
create_ip -name iperf_udp -vendor ethz.systems.fpga -library hls -version 0.
9
-module_name iperf_udp_client_ip -dir $ip_dir/vc709
generate_target
{
instantiation_template
}
[
get_files $ip_dir/vc709/iperf_udp_client_ip/iperf_udp_client_ip.xci
]
update_compile_order -fileset sources_1
...
...
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