aboutsummaryrefslogtreecommitdiffstats
path: root/passes/pmgen/README.md
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-04-25 16:46:13 -0700
committerGitHub <noreply@github.com>2019-04-25 16:46:13 -0700
commit408161ea3af78c747b9d45cd6482f2e4d9170085 (patch)
tree60fda7622bce20d69c10db7c34404b0a1a006524 /passes/pmgen/README.md
parentb2020ab44fe33b83dbde39fe1f0cd53e4460f2f0 (diff)
downloadyosys-408161ea3af78c747b9d45cd6482f2e4d9170085.tar.gz
yosys-408161ea3af78c747b9d45cd6482f2e4d9170085.tar.bz2
yosys-408161ea3af78c747b9d45cd6482f2e4d9170085.zip
Misspelling
Diffstat (limited to 'passes/pmgen/README.md')
-rw-r--r--passes/pmgen/README.md2
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.