Skip to content

Conversation

@alessandropellegrini
Copy link

This commit introduces the CLI length command, that allows to print the critical path of the circuit from command line.

I have used this new CLI command for the past year in a GitHub Classroom workflow to pre-assess the complexity of some circuits that my students were desigining. I think it may a useful addition upstream, to let other people use it.

It is essentially based on the StatsExport CLI command, so it can be used as:

java -cp Digital.jar CLI length -dig circuit.dig

I hope the contribution is up to standards, if not, please let me know how I can improve it.

This commit introduces the CLI length command, that allows to
print the critical path of the circuit.

Signed-off-by: Alessandro Pellegrini <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant