Concept Flow - Component instantiation in testbench
Declare component in testbench
Map signals to component ports
Instantiate component with port map
Run simulation to test component behavior
Observe outputs and verify correctness
This flow shows how a component is declared, connected, instantiated in a testbench, and then simulated to check its behavior.