Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,12 @@ To use this plugin with ABC:
4. **Run ABC** and use the `pexact` command:
```bash
./abc
abc 01> pexact
abc 01> pexact -h
usage: pexact [-I <num>] [-M <num>] <hex>
exact synthesis of multi-input function using two-input gates
-I <num> : the number of input variables [default = 4]
-M <num> : search space exploration mode 0: queue search; 1: free search; 2: binary search [default = 0]
abc 01> pexact -I 4 -M 0 0123
```

## 🛠️ Getting Started (Developers)
Expand Down