In reply to george7272:
You need to removed the internal logic so it can be driven by your testbench. Toy can do with with conditional compilation (`ifdef) or generate-if statements with parameters. Another posibbilty is using a configuration and replacing modules with stub modules. Without knowing more about your internal logic, it’s difficult to suggest the best solution.