mirror of https://github.com/YosysHQ/yosys.git
Changed techmap description from "simple" to "generic"
This commit is contained in:
parent
eb8fd4a163
commit
c13c5b9b7b
|
@ -363,7 +363,7 @@ static bool techmap_module(RTLIL::Design *design, RTLIL::Module *module, RTLIL::
|
||||||
}
|
}
|
||||||
|
|
||||||
struct TechmapPass : public Pass {
|
struct TechmapPass : public Pass {
|
||||||
TechmapPass() : Pass("techmap", "simple technology mapper") { }
|
TechmapPass() : Pass("techmap", "generic technology mapper") { }
|
||||||
virtual void help()
|
virtual void help()
|
||||||
{
|
{
|
||||||
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
// |---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|---v---|
|
||||||
|
|
Loading…
Reference in New Issue