diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-04-25 16:46:13 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-04-25 16:46:13 -0700 |
commit | 408161ea3af78c747b9d45cd6482f2e4d9170085 (patch) | |
tree | 60fda7622bce20d69c10db7c34404b0a1a006524 | |
parent | b2020ab44fe33b83dbde39fe1f0cd53e4460f2f0 (diff) | |
download | yosys-408161ea3af78c747b9d45cd6482f2e4d9170085.tar.gz yosys-408161ea3af78c747b9d45cd6482f2e4d9170085.tar.bz2 yosys-408161ea3af78c747b9d45cd6482f2e4d9170085.zip |
Misspelling
-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 7a46558b1..320e95a77 100644 --- a/passes/pmgen/README.md +++ b/passes/pmgen/README.md @@ -220,5 +220,5 @@ But in some cases it is more natural to utilize the implicit branch statement: portAB = \B; endcode -There is an implicit `code..endcode` block at the end of each `.pgm` file +There is an implicit `code..endcode` block at the end of each `.pmg` file that just accepts everything that gets all the way there. |