Finding all possible paths between input and output in a given Combinational Circuit.
- Networkx for graph algorithms
- Matplotlib for plotting
pip3 install -r requirements.txt
python3 main.py
Input: Verilog file with Gate Level Modelling
Output: All paths from input to output of the circuit described by the Verilog file
(Optional: Graph of the circuit can also be exported)