diff options
author | acw1251 <acwright@mit.edu> | 2019-06-19 16:39:46 -0400 |
---|---|---|
committer | acw1251 <acwright@mit.edu> | 2019-06-19 16:39:46 -0400 |
commit | ce29ede801e4cbfa430c56833f3f0bf98b18063f (patch) | |
tree | d8970f16b307292bd2a2452337f4960c141f18aa /techlibs | |
parent | 0d888ee7edada1349b76360f85124a81d0766cd2 (diff) | |
download | yosys-ce29ede801e4cbfa430c56833f3f0bf98b18063f.tar.gz yosys-ce29ede801e4cbfa430c56833f3f0bf98b18063f.tar.bz2 yosys-ce29ede801e4cbfa430c56833f3f0bf98b18063f.zip |
Fixed small typo in ice40_unlut help summary
Diffstat (limited to 'techlibs')
-rw-r--r-- | techlibs/ice40/ice40_unlut.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/ice40_unlut.cc b/techlibs/ice40/ice40_unlut.cc index bec3c4c96..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: transform SBLUT4 cells to $lut cells") { } + 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---| |