Forum Discussion

TRoa's avatar
TRoa
Icon for Occasional Contributor rankOccasional Contributor
6 years ago

Path 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 :...