Quick quesiton, hopefully simple. I'm trying to integreate a Multiplier IP block into the block design shown on page 12 of this tutorial:
http://ece-research.unm.edu/jimp/codesign/Vivado/VivadoHelloWorldTutorial.pdf
But I'm having a hard time figuring out what blocks I need to add in order to support it. As it stands It won't connect to any of the ports. I assume I'll need some sort of GIPO or something? Another interconnect? I'm pretty new to this.
My end goal would be able to send a int from the processing system to the multiplier, where I'll mulitply it by some constant, and then read the resulting value with the processing system.