Hi.
I am trying to do a project which is running an algorithm in PL by coding it in HLS, then setting up the block diagram in Vivado. The next step is running it on the PL and PS then comparing the time spent running the code, but I am having big problems using the AXI-timer IP (everything else works). The algorithm is a prime counter which is a simple 32 bit input and a 32 bit output.
Does anyone know of a tutorial on how to use it? I have tried reading the IP documentation, but my skill level is not suffecient enough to implement it with its help.
Basic idea is that I want to do this:
start counter
/// run my code
end counter