Skip to content

Finding all possible paths between input and output in a given Combinational Circuit.

License

Notifications You must be signed in to change notification settings

Ashwin-op/Circuit_Paths

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Circuit Paths

Finding all possible paths between input and output in a given Combinational Circuit.

Requirements

Usage

pip3 install -r requirements.txt

python3 main.py

Information

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)

Sample Output

Output

Sample Output Graphs

C17 ISCAS85

C17

Full Adder

Full Adder

About

Finding all possible paths between input and output in a given Combinational Circuit.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published