aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs
diff options
context:
space:
mode:
authorEddie Hung <eddie@fpgeh.com>2019-06-19 15:30:50 -0700
committerGitHub <noreply@github.com>2019-06-19 15:30:50 -0700
commit3b1e5264d8e333937fa9c06075b092bfd27be317 (patch)
treed8970f16b307292bd2a2452337f4960c141f18aa /techlibs
parent96ade549932ca48d0e1d3b99389129cdc37524a0 (diff)
parentce29ede801e4cbfa430c56833f3f0bf98b18063f (diff)
downloadyosys-3b1e5264d8e333937fa9c06075b092bfd27be317.tar.gz
yosys-3b1e5264d8e333937fa9c06075b092bfd27be317.tar.bz2
yosys-3b1e5264d8e333937fa9c06075b092bfd27be317.zip
Merge pull request #1111 from acw1251/help_summary_fixes
Fixed the help summary line for a few commands
Diffstat (limited to 'techlibs')
-rw-r--r--techlibs/ice40/ice40_unlut.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/ice40_unlut.cc b/techlibs/ice40/ice40_unlut.cc
index 2428a8e78..d16e6e6a3 100644
--- a/techlibs/ice40/ice40_unlut.cc
+++ b/techlibs/ice40/ice40_unlut.cc
@@ -74,7 +74,7 @@ static void run_ice40_unlut(Module *module)
}
struct Ice40UnlutPass : public Pass {
- Ice40UnlutPass() : Pass("ice40_unlut", "iCE40: perform simple optimizations") { }
+ Ice40UnlutPass() : Pass("ice40_unlut", "iCE40: transform SB_LUT4 cells to $lut cells") { }
void help() YS_OVERRIDE
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|