Update README.md (#46)

fix Bracket mismatch

Co-authored-by: tootal <tootal@yeah.net>
This commit is contained in:
tootal 2020-11-17 11:27:37 +08:00 committed by GitHub
parent a2e59ec79b
commit 9c317e1f13
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ class FullAdder(Module):
Compiling module by calling `compile_to_firrtl`:
```python
Emitter.dump(Emitter.emit(FullAdder(), "FullAdder.fir")
Emitter.dump(Emitter.emit(FullAdder()), "FullAdder.fir")
```
Will generate the following FIRRTL codes: