We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6732ce4 commit b59513aCopy full SHA for b59513a
1 file changed
README.md
@@ -34,7 +34,11 @@ To use this plugin with ABC:
34
4. **Run ABC** and use the `pexact` command:
35
```bash
36
./abc
37
- abc 01> pexact
+ abc 01> pexact -h
38
+ abc 01> usage: pexact [-I <num>] [-M <num>] <hex>
39
+ exact synthesis of multi-input function using two-input gates
40
+ -I <num> : the number of input variables [default = 0]
41
+ -M <num> : search space exploration mode 0: queue search; 1: free search; 2: binary search [default = 0]
42
```
43
44
## 🛠️ Getting Started (Developers)
0 commit comments