Extract critical path from Verilog netlist

Job ID: 33832566

Budget: ₹600 – ₹1,500 INR

Given any Verilog netlist of a digital circuit in gate-level format, the code should extract critical path. Critical path is the longest path from input to output port. There could be multiple inputs/outputs in a given circuits. Critical path can be the longest path from any input to any output based on the connections in the circuit.