ebrahimi.khoy
Member level 3
- Joined
- Dec 4, 2010
- Messages
- 64
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,288
- Activity points
- 1,736
Hi,
I am searching for a fast method to find total number of paths in a circuit during synthesis.
I am using design compiler and until now the only solution that I have is to write all paths in a file using following command
report_timing -nworst HUGE_NUMBER > file.txt
and then use a "grep slack file.txt | wc -l" to extract the total number.
But it is too timing consuming for large circuits.
Any idea?
I am searching for a fast method to find total number of paths in a circuit during synthesis.
I am using design compiler and until now the only solution that I have is to write all paths in a file using following command
report_timing -nworst HUGE_NUMBER > file.txt
and then use a "grep slack file.txt | wc -l" to extract the total number.
But it is too timing consuming for large circuits.
Any idea?