mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-07 01:54:10 +00:00
memory_memx: Fix log header
This commit is contained in:
parent
84116c9a38
commit
975517b022
|
@ -50,7 +50,7 @@ struct MemoryMemxPass : public Pass {
|
||||||
}
|
}
|
||||||
|
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) override {
|
void execute(std::vector<std::string> args, RTLIL::Design *design) override {
|
||||||
log_header(design, "Executing MEMORY_MEMX pass (converting $mem cells to logic and flip-flops).\n");
|
log_header(design, "Executing MEMORY_MEMX pass (emit soft logic for out-of-bounds handling).\n");
|
||||||
extra_args(args, 1, design);
|
extra_args(args, 1, design);
|
||||||
|
|
||||||
for (auto module : design->selected_modules())
|
for (auto module : design->selected_modules())
|
||||||
|
|
Loading…
Reference in a new issue