aboutsummaryrefslogtreecommitdiffstats
path: root/techlibs/ice40/ice40_unlut.cc
diff options
context:
space:
mode:
authoracw1251 <acwright@mit.edu>2019-06-19 15:27:04 -0400
committeracw1251 <acwright@mit.edu>2019-06-19 15:27:04 -0400
commit0d888ee7edada1349b76360f85124a81d0766cd2 (patch)
treea70ee448e71c5c6bdbfdfdbfe427bd4cd5b01011 /techlibs/ice40/ice40_unlut.cc
parent96ade549932ca48d0e1d3b99389129cdc37524a0 (diff)
downloadyosys-0d888ee7edada1349b76360f85124a81d0766cd2.tar.gz
yosys-0d888ee7edada1349b76360f85124a81d0766cd2.tar.bz2
yosys-0d888ee7edada1349b76360f85124a81d0766cd2.zip
Fixed the help summary line for a few commands
Diffstat (limited to 'techlibs/ice40/ice40_unlut.cc')
-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..bec3c4c96 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 SBLUT4 cells to $lut cells") { }
void help() YS_OVERRIDE
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|