-
Notifications
You must be signed in to change notification settings - Fork 1.6k
scripts: adi_env: Update Vivado to 2024.2 version #1571
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
dee7ccf
to
b2f9217
Compare
b2f9217
to
61363bb
Compare
V1:
|
library/axi_clkgen/axi_clkgen_ip.tcl
Outdated
set_property used_in_simulation false [get_files ./../scripts/adi_xilinx_device_info_enc.tcl] | ||
set_property used_in_synthesis false [get_files ./bd/bd.tcl] | ||
set_property used_in_synthesis false [get_files ./../scripts/adi_xilinx_device_info_enc.tcl] |
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.
Wouldn't it be better if it was written with the $ad_hdl_dir, since it anyway is used at line 8?
set_property used_in_simulation false [get_files ./../scripts/adi_xilinx_device_info_enc.tcl] | |
set_property used_in_synthesis false [get_files ./bd/bd.tcl] | |
set_property used_in_synthesis false [get_files ./../scripts/adi_xilinx_device_info_enc.tcl] | |
set_property used_in_simulation false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl] | |
set_property used_in_synthesis false [get_files ./bd/bd.tcl] | |
set_property used_in_synthesis false [get_files $ad_hdl_dir/library/scripts/adi_xilinx_device_info_enc.tcl] |
RetriggerCI |
61363bb
to
a5fc727
Compare
V2:
|
c066c77
to
04bc41e
Compare
library/axi_clkgen/axi_clkgen_ip.tcl
Outdated
set_property used_in_simulation false [get_files ./../scripts/adi_xilinx_device_info_enc.tcl] | ||
set_property used_in_synthesis false [get_files ./bd/bd.tcl] | ||
set_property used_in_synthesis false [get_files ./../scripts/adi_xilinx_device_info_enc.tcl] | ||
|
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.
Remove one empty line
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.
Update the copyright years for all the Tcl files that were touched
ce8cf41
to
8ac7e91
Compare
Signed-off-by: Liviu 'Ceshu' Adace <[email protected]> Signed-off-by: sarpadi <[email protected]>
Fixes for: CRITICAL WARNING: [IP_Flow 19-991] Unrecognized or unsupported file 'bd/bd.tcl' found in file group 'Synthesis'. CRITICAL WARNING: [IP_Flow 19-991] Unrecognized or unsupported file 'bd/bd.tcl' found in file group 'Simulation'. Signed-off-by: Liviu 'Ceshu' Adace <[email protected]> Signed-off-by: sarpadi <[email protected]>
Fixes for: CRITICAL WARNING: [IP_Flow 19-1965] Bus Interface 'xyz': A port map to the required logical port "abc" of the bus abstraction "analog.com:interface:'interface':1.0" is missing. Signed-off-by: Liviu 'Ceshu' Adace <[email protected]>
fb8604b
to
b878259
Compare
@ladace Committing the XML files generated by the interfaces_ip.tcl files during the build flow is strange. Did we try to ensure interfaces_ip.tcl is run before the libraries that depend on it ( |
PR Description
Update Xilinx tools to 2024.2 version
PR Type
PR Checklist