Changed techmap description from "simple" to "generic"

This commit is contained in:
Clifford Wolf 2014-02-06 13:10:06 +01:00
parent eb8fd4a163
commit c13c5b9b7b
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ static bool techmap_module(RTLIL::Design *design, RTLIL::Module *module, RTLIL::
}
struct TechmapPass : public Pass {
TechmapPass() : Pass("techmap", "simple technology mapper") { }
TechmapPass() : Pass("techmap", "generic technology mapper") { }
virtual void help()
{
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|