Synopsys interview question

What is Continuous Assignment in verilog?

Interview Answer

Anonymous

26 Apr 2024

Continuous Assignment is a way to continuously assign values to a wire or reg in Verilog. It is typically used for describing combinational logic and is specified using the assigned keyword.