06-23-2020 02:51 PM
Hi,
I am currently developping a project around a Zynq MPSOC ultrascale+ SOC. Someone during the project configured the PS and provided me the .xci file. Now i would like to instanciate this configured PS and the axi interconnect into a block diagram which will be my top module for the project. The point is that I don't see how I can use this .xci file containing the PS configuration into my block diagram. I cannot drag and drop the .xci file in the block diagram nor reference it as a module as I would do with a .vhdl file. I have also tried to trick vivado by creating a .vhd file that instanciated the PS component from the .xci but vivado understood what i was doing and prevented me from doing it.
What would be the normal way to instanciate the Mpsoc PS module with this .xci file ( or at least by replicating the configuration from this .xci file) ?
Thank you,
07-06-2020 04:27 PM