diff options
author | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-16 15:14:32 -0700 |
---|---|---|
committer | Andrew Zonenberg <azonenberg@drawersteak.com> | 2016-04-16 15:14:32 -0700 |
commit | be570712d82eafb28850d4400f2220991c3864a4 (patch) | |
tree | d42fd5411b2a4e6cb0c26d30e010d5b91650f709 /passes/techmap/lut2mux.cc | |
parent | d0aaf8d2621fd75b968700ec4cb8dd6acf568737 (diff) | |
parent | de647a390c654bcdb04255c89d5d970cb0c1ed24 (diff) | |
download | yosys-be570712d82eafb28850d4400f2220991c3864a4.tar.gz yosys-be570712d82eafb28850d4400f2220991c3864a4.tar.bz2 yosys-be570712d82eafb28850d4400f2220991c3864a4.zip |
Merge https://github.com/cliffordwolf/yosys
Diffstat (limited to 'passes/techmap/lut2mux.cc')
-rw-r--r-- | passes/techmap/lut2mux.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/passes/techmap/lut2mux.cc b/passes/techmap/lut2mux.cc index fe55e499a..b2c4f31a8 100644 --- a/passes/techmap/lut2mux.cc +++ b/passes/techmap/lut2mux.cc @@ -67,7 +67,7 @@ struct Lut2muxPass : public Pass { } virtual void execute(std::vector<std::string> args, RTLIL::Design *design) { - log_header("Executing LUT2MUX pass (mapping to constant drivers).\n"); + log_header("Executing LUT2MUX pass (convert $lut to $_MUX_).\n"); size_t argidx; for (argidx = 1; argidx < args.size(); argidx++) |