-
Notifications
You must be signed in to change notification settings - Fork 834
updating board files to 2024.1 tools #1475
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
0a9922b
to
35acd68
Compare
@@ -1,40 +1,4 @@ | |||
|
|||
############################################################################### | |||
# Copyright (c) 2016-2021, Xilinx, Inc. | |||
# SPDX-License-Identifier: BSD-3-Clause |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please do not remove copyright and license.
|
||
# Create instance: spi_shared, and set properties | ||
set spi_shared [ create_bd_cell -type ip -vlnv xilinx.com:ip:axi_quad_spi:3.2 spi_shared ] | ||
set_property -dict [ list \ | ||
CONFIG.C_USE_STARTUP {0} \ | ||
CONFIG.C_USE_STARTUP_INT {0} \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
is this CONFIG.C_USE_STARTUP_INT
property not needed?
@@ -23,6 +23,7 @@ set_property platform.design_intent.external_host "false" [current_project] | |||
set_property platform.design_intent.datacenter "false" [current_project] | |||
|
|||
# call implement | |||
set_property strategy Performance_Auto_1 [get_runs impl_1] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we need a different strategy?
@@ -1,41 +1,4 @@ | |||
|
|||
############################################################################### | |||
# Copyright (c) 2016-2021, Xilinx, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Keep license and Copyright
@@ -1,6 +1,3 @@ | |||
# Copyright (C) 2022 Xilinx, Inc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@@ -1,43 +1,3 @@ | |||
############################################################################### | |||
# Copyright (c) 2016-2021, Xilinx, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@@ -1,38 +1,3 @@ | |||
############################################################################### | |||
# Copyright (c) 2016-2021, Xilinx, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@@ -1,6 +1,3 @@ | |||
# Copyright (C) 2022 Xilinx, Inc |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
@@ -1,32 +1,4 @@ | |||
|
|||
############################################################################### | |||
# Copyright (c) 2018-2022, Xilinx, Inc. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ditto
No description provided.