UPGRADE YOUR BROWSER
We have detected your current browser version is not the latest one. Xilinx.com uses the latest web technologies to bring you the best online experience possible. Please upgrade to a Xilinx.com supported browser:Chrome, Firefox, Internet Explorer 11, Safari. Thank you!
09-13-2019 04:51 AM
I created an external connection of a HP Axi slave of a Zynq Ultrascale. I changed some the size of the parameters id, aruser and awuser of the port (see appending picture), generated outputs and created HDL wrapper of the block design.
But the changes were not inherited. The id parameters had the old size while aruser and awuser were still a std_logic instead of a four bit vector. When I open the configuration of the HP AXI ports, these three parametes are assigned with the comment "auto". So they should be configurable, don't they?
I also tried updating the wrapper file to the desired port definition, only to get a port missmatch during synthesis.
Used Vivado version 2018.2
09-25-2019 11:58 AM
Hi @smuelhausen ,
Since the ZUS+ PS is a hard block, the width of the USER and ID signals is not configurable.
Regards,
Deanna
10-01-2019 12:35 AM