Update README.md

This commit is contained in:
Sunny Chen 2020-05-06 11:48:14 +08:00 committed by GitHub
parent 65b361e741
commit d25fe62ef1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ compiler framework, PyHCL-generated circuits can be compiled to the widely-used
#### Writing A Full Adder #### Writing A Full Adder
PyHCL defines modules using only simple Python syntax that looks like this: PyHCL defines modules using only simple Python syntax that looks like this:
```python ```python
from py_hcl import * from pyhcl import *
class FullAdder(Module): class FullAdder(Module):
io = IO( io = IO(