I'm building a design in Vivado and am wondering if I can use the block diagram clock frequencies in my HDL.
I want to take the FREQ_HZ that the block diagram knows about and propagates as part of DRC, and feed it into my custom IP blocks (using a VHDL generic). This is so that I can do things like set up internal counts to generate delays in microseconds, baud rates, etc.
I could do this with a manual Customisation Parameter, but that would need manual maintaining and be prone to error.