My DUT is a memory controller. I have to write a system verilog interface for the DUT. Memory Controller DUT supports 32 AXI Masters. When I am writing an AXI interface, it will consist of ACLK which is generated and passed on through the top(verification). When I am connecting this interface to the DUT, will there be 32(AXI ACLK) + 1(clk on which DUT is working) , inall 33 clks to the DUT.. I am quite confused in these. logically there should be only one clk in the DUT..
Thanks in advance for the answers