Skip to content

Commit e73f141

Browse files
committed
Edits to README.md in arith-stats.
Signed-off-by: Tim Callahan <[email protected]>
1 parent bc511d4 commit e73f141

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

arith-stats-plugin/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ Counts the number of arithmetic cells in each module, also providing a histogram
1818

1919
* If you run after `maccmap`, you will see `$fa` and `$alu` counts.
2020

21-
* WARNING: the bitwidth for $macc cells is not currently correct since it doesn't parse the config of multiple inputs.
21+
* WARNING: the bitwidth for $macc cells is not currently correct since this pass doesn't parse how `$macc`'s inputs are actually concatenations of multiple inputs.
2222

2323

24-
This plugin uses C++17.
24+
* This plugin uses C++17.
2525

2626
Sample script:
2727
```

0 commit comments

Comments
 (0)