diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-09 13:24:55 -0800 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-03-09 13:24:55 -0800 |
commit | ff4c2a14ae34eeb899c3cf0ca1109f0106b41679 (patch) | |
tree | 4ac64d2b60e9d7d950eac9a8036a17ec98ed672e /techlibs/ice40/ice40_braminit.cc | |
parent | 2ace1b0041ff31d6e7d7be298a4b8588d73aff93 (diff) | |
download | yosys-ff4c2a14ae34eeb899c3cf0ca1109f0106b41679.tar.gz yosys-ff4c2a14ae34eeb899c3cf0ca1109f0106b41679.tar.bz2 yosys-ff4c2a14ae34eeb899c3cf0ca1109f0106b41679.zip |
Fix typo in ice40_braminit help msg
Signed-off-by: Clifford Wolf <clifford@clifford.at>
Diffstat (limited to 'techlibs/ice40/ice40_braminit.cc')
-rw-r--r-- | techlibs/ice40/ice40_braminit.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/techlibs/ice40/ice40_braminit.cc b/techlibs/ice40/ice40_braminit.cc index bf12f9148..4fa6b0792 100644 --- a/techlibs/ice40/ice40_braminit.cc +++ b/techlibs/ice40/ice40_braminit.cc @@ -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 |