Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Here are all the parameters with their arguments and descriptions:
| `--current-benchmark` <br> `--curr` | `path` to Verilog file | the same as <br> `exact-benchmark` | Approximated circuit used to continue the execution |
| `--max-labeling` | | | Nodes are weighted using their maximum error, instead of minimum error |
| `--no-partial-labeling` | | | Weights are assigned to all nodes, not only the relevant ones |
| `--extraction-mode` <br> `--mode` | { 1, 2, 3, 4, 5, 55, 6, 11, 12 } | 55 | Subgraph extraction algorithm to use |
| `--extraction-mode` <br> `--mode` | { 1, 2, 3, 4, 5, 55, 6, 11, 12, 42 } | 55 | Subgraph extraction algorithm to use |
| `--input-max` <br> `--imax` | `int` > 0 | | Maximum allowed number of inputs to the subgraph |
| `--output-max` <br> `--omax` | `int` > 0 | | Maximum allowed number of outputs from the subgraph |
| `--max-sensitivity` | `int` > 0 | | Maximum partitioning sensitivity |
Expand Down
Loading