TRoa
Occasional Contributor
6 years agoPath delay between two nets
Hi, I have a big Verilog based design. There is a computational block in there in the design. For example one like below: module (aa,bb,cc,dd); input aa ,bb, cc; output dd; assign dd = cc ? aa :...