projects
/
yosys.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ace1b0
)
Fix typo in ice40_braminit help msg
author
Clifford Wolf
<clifford@clifford.at>
Sat, 9 Mar 2019 21:24:55 +0000
(13:24 -0800)
committer
Clifford Wolf
<clifford@clifford.at>
Sat, 9 Mar 2019 21:24:55 +0000
(13:24 -0800)
Signed-off-by: Clifford Wolf <clifford@clifford.at>
techlibs/ice40/ice40_braminit.cc
patch
|
blob
|
history
diff --git
a/techlibs/ice40/ice40_braminit.cc
b/techlibs/ice40/ice40_braminit.cc
index bf12f914812aa8cfd0302bae741498ea35889221..4fa6b0792ed11bee3f99f1e98a8b455576522cd0 100644
(file)
--- 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 int
i
the required INIT_x attributes\n");
+ log("parameter and converts it int
o
the required INIT_x attributes\n");
log("\n");
}
void execute(std::vector<std::string> args, RTLIL::Design *design) YS_OVERRIDE