Generate constructor usage in port connection

Hi I have a question regarding generate constructor usage.
I have generated number of interface instances(chk_clk_intf) using generate block. say 8
Now in top tb I need to connect each of those generated interfaces to one module(module_ti) using port connection. Module_ti has only one input port and I need to call module_ti inside one more generate block and get the 8 instances of module_ti.