Hello,
Upon researching how to complete a microzed design on the PL I first used the solution of providing an external clock on MRCC pin. This works great and all but I would like to avoid having an external clock on it and just route the FCLK0 from PS side to my PL design which is somewhat complicated. My design is fully functional vhdl code and all i need from the PS is a clock. What is the simplest way to do this? I have tried packaging the code as IP but I am unsure how to declare the inputs and outputs that really just need to get routed to external pins, other than the clock signal that is.
Thank you