Update README.md

This commit is contained in:
Guojie Luo 2022-02-18 16:04:00 +08:00
parent 747ba23e23
commit 1ebea05225
1 changed files with 6 additions and 1 deletions

View File

@ -11,8 +11,13 @@ A framework for dual-output LUT mapping.
make
```
### Execution: ./bin/DOLM [benchamrk set] [benchmark name]
### Execution
```
./bin/DOLM <benchamrk-set> <benchmark-name>
```
Example:
```
./bin/DOLM EPFL adder
```