Fix typo in ice40_braminit help msg

Signed-off-by: Clifford Wolf <clifford@clifford.at>
This commit is contained in:
Clifford Wolf 2019-03-09 13:24:55 -08:00
parent 2ace1b0041
commit ff4c2a14ae
1 changed files with 1 additions and 1 deletions

View File

@ -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