this is not my answer sir,
i am asking in top module of testbench what we will instantiate top design or or all 5 submodule.
example :-//////////////// Verification top modele
module testbench_top();
top_design();
OR
sub_module1();
sub_module2();
sub_module3();
sub_module4();
sub_module5();
endmodule