mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-13 04:28:18 +00:00
Fix typo in ice40_braminit help msg
Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
parent
2ace1b0041
commit
ff4c2a14ae
|
@ -135,7 +135,7 @@ struct Ice40BRAMInitPass : public Pass {
|
||||||
log(" ice40_braminit\n");
|
log(" ice40_braminit\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
log("This command processes all SB_RAM40_4K blocks with a non-empty INIT_FILE\n");
|
log("This command processes all SB_RAM40_4K blocks with a non-empty INIT_FILE\n");
|
||||||
log("parameter and converts it inti the required INIT_x attributes\n");
|
log("parameter and converts it into the required INIT_x attributes\n");
|
||||||
log("\n");
|
log("\n");
|
||||||
}
|
}
|
||||||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||||
|
|
Loading…
Reference in a new issue