-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
ad_gmsl2eth_sl: Rework assign_bd_address #1425
Conversation
RetriggerCI |
a3a0334
to
17e0827
Compare
adi_project_run ad_gmsl2eth_sl_k26 | ||
reset_msg_config -id {Designutils 20-1280} -default_severity |
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.
why are you resetting?
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.
Resetting after the synthesis, so it won't affect other projects.
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.
On the last commit, I remove the dangling IP instead, not requiring to downgrade this error message
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.
LGTM
Only provide objects to assign instead of providing a explicit target_address_space. Add port name to ad_mem_hpc0_interconnect. remove data width. Signed-off-by: Jorge Marques <[email protected]>
Infer address space of m_axi_dma after creating the intf xilinx.com:interface:aximm:1.0 Previously, would inherit from the inferred prior to ipx::remove_all_bus_interface [ipx::current_core] However, vivado shall infer other intf like analog.com:interface:if_xcvr_cm:1.0 as observed in the CI with the other libs/intfs in cache, and not infer the addr space at that point. Call adi_add_bus_clk once with all buses, to generate a single bus abstraction for the clk and rst signal, which caused issues with the association of the signals with the interfaces. Rename core_clk and core_rst to clk and rst. Remove eth_xcvr_gth_channel during the corundum IP build. Even though both eth_xcvr_gth_channel and eth_xcvr_gth_full are created by the corundum script, only the latter is used on the design at our configuration. Resolves Designutils 20-1280 critical warning Signed-off-by: Jorge Marques <[email protected]>
Signed-off-by: Jorge Marques <[email protected]>
b62d551
to
45d27e3
Compare
PR Description
Rework assign_bd_address to only provide objects to assign instead of providing a explicit target_address_space.
Aims to fix the error obtained on the CI:
I was not able to replicate the error locally.
Synthesized the changed project locally.
Remove duplicated content on doc page.
48c3dff fixes:
b62d551 fixes:
PR Type
PR Checklist