Question.1
Consider this code:
module top; adder u1(...); adder u2(...); endmodule
Why are such hierarchical modules extensively used in hardware designs?
Select Answer
They automatically optimize synthesizing runtime performance
They force the compiler to run faster by parallelizing logic
They enable modularity, design reuse, and logic scalability
They assign unique physical FPGA pins upon synthesis