aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-05-28 09:37:50 -0700
committerEddie Hung <eddie@fpgeh.com>2019-05-28 09:37:50 -0700
commitcdedf51c326122a3154a587e3784bbf5a5b4e727 (patch)
treec01bc82b4a22a2012b2c513c4d27bd521a1f2515
parentf228621b80d727b4dc1d7a9b3b934c1fbc170642 (diff)
downloadyosys-cdedf51c326122a3154a587e3784bbf5a5b4e727.tar.gz
yosys-cdedf51c326122a3154a587e3784bbf5a5b4e727.tar.bz2
yosys-cdedf51c326122a3154a587e3784bbf5a5b4e727.zip
From master
-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 d0711c730..2f0b1fd5a 100644
--- a/passes/pmgen/README.md
+++ b/passes/pmgen/README.md
@@ -232,5 +232,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.