diff options
author | Eddie Hung <eddie@fpgeh.com> | 2019-05-28 09:37:50 -0700 |
---|---|---|
committer | Eddie Hung <eddie@fpgeh.com> | 2019-05-28 09:37:50 -0700 |
commit | cdedf51c326122a3154a587e3784bbf5a5b4e727 (patch) | |
tree | c01bc82b4a22a2012b2c513c4d27bd521a1f2515 | |
parent | f228621b80d727b4dc1d7a9b3b934c1fbc170642 (diff) | |
download | yosys-cdedf51c326122a3154a587e3784bbf5a5b4e727.tar.gz yosys-cdedf51c326122a3154a587e3784bbf5a5b4e727.tar.bz2 yosys-cdedf51c326122a3154a587e3784bbf5a5b4e727.zip |
From master
-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 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. |