Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there a parallel version for CEC? Thanks! #325

Open
dezhangxd opened this issue Aug 27, 2024 · 4 comments
Open

Is there a parallel version for CEC? Thanks! #325

dezhangxd opened this issue Aug 27, 2024 · 4 comments

Comments

@dezhangxd
Copy link

No description provided.

@dezhangxd dezhangxd changed the title Is there Is there a parallel version for CEC? Thanks! Aug 27, 2024
@dezhangxd
Copy link
Author

We noticed the paper "Parallel combinational equivalence checking" at TCAD (2019) , and the parallel version was developed on 'ABC &cec'.

So, is there a parallel CEC command in the current ABC?

Many thanks!

@bojle
Copy link

bojle commented Aug 31, 2024

+1 i am interested in knowing this too

@weaversa
Copy link

There is! Though, I don't know if it's the same as in the referenced paper.

abc 01> &splitprove -h
usage: &splitprove [-PTIL num] [-svwh]
	         proves CEC problem by case-splitting
	-P num : the number of concurrent processes [default = 1]
	-T num : runtime limit in seconds per subproblem [default = 10]
	-I num : the max number of iterations (0 = infinity) [default = 0]
	-L num : maximum look-ahead during cofactoring [default = 1]
	-s     : enable silent computation (no reporting) [default = no]
	-v     : toggle printing verbose information [default = no]
	-w     : toggle printing more verbose information [default = no]
	-h     : print the command usage

@jfliasdjlasjg
Copy link

&splitprove need download kissat

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

No branches or pull requests

4 participants