diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-10-05 18:13:04 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-05 18:13:04 +0200 |
commit | 10d0bad67e91c45813a1185753fa4dcbcc2c86d8 (patch) | |
tree | c9f9ce692c901e5b66ba4e1e0da04c05a6581f91 | |
parent | 7c074ef844ba8bae69f7994e3fd48bf99e09c53b (diff) | |
download | yosys-10d0bad67e91c45813a1185753fa4dcbcc2c86d8.tar.gz yosys-10d0bad67e91c45813a1185753fa4dcbcc2c86d8.tar.bz2 yosys-10d0bad67e91c45813a1185753fa4dcbcc2c86d8.zip |
Update README.md
-rw-r--r-- | passes/pmgen/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/pmgen/README.md b/passes/pmgen/README.md index 2f5b8d0b2..39560839f 100644 --- a/passes/pmgen/README.md +++ b/passes/pmgen/README.md @@ -190,7 +190,7 @@ create matches for different sections of a cell. For example: select pmux->type == $pmux slice idx GetSize(port(pmux, \S)) index <SigBit> port(pmux, \S)[idx] === port(eq, \Y) - set pmux_slice idx + set pmux_slice idx endmatch The first argument to `slice` is the local variable name used to identify the |