mirror of https://github.com/YosysHQ/yosys.git
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("\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");
|
||||
}
|
||||
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE
|
||||
|
|
Loading…
Reference in New Issue