diff options
author | Clifford Wolf <clifford@clifford.at> | 2015-02-01 23:07:00 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2015-02-01 23:07:00 +0100 |
commit | 30ec64656b42073e4b9ba59b5df9a29980b6a51e (patch) | |
tree | 0ffa1df62c3719e1dd68e54b5b76e9b7607eab26 /passes/memory/memory_bram.cc | |
parent | bebbf2e5a4ca6a1378f621243dfc06b185a6884e (diff) | |
parent | 6eb34038f4016c49fed951eae54a14baefe13962 (diff) | |
download | yosys-30ec64656b42073e4b9ba59b5df9a29980b6a51e.tar.gz yosys-30ec64656b42073e4b9ba59b5df9a29980b6a51e.tar.bz2 yosys-30ec64656b42073e4b9ba59b5df9a29980b6a51e.zip |
Merge branch 'master' of github.com:cliffordwolf/yosys
Diffstat (limited to 'passes/memory/memory_bram.cc')
-rw-r--r-- | passes/memory/memory_bram.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/passes/memory/memory_bram.cc b/passes/memory/memory_bram.cc index 954c2ff7c..8f4214027 100644 --- a/passes/memory/memory_bram.cc +++ b/passes/memory/memory_bram.cc @@ -1110,7 +1110,7 @@ struct MemoryBramPass : public Pass { log("It is possible to match against the following values with min/max rules:\n"); log("\n"); log(" words ........ number of words in memory in design\n"); - log(" abits ........ number of adress bits on memory in design\n"); + log(" abits ........ number of address bits on memory in design\n"); log(" dbits ........ number of data bits on memory in design\n"); log(" wports ....... number of write ports on memory in design\n"); log(" rports ....... number of read ports on memory in design\n"); @@ -1137,7 +1137,7 @@ struct MemoryBramPass : public Pass { log("the next also has 'or_next_if_better' set, and so forth).\n"); log("\n"); log("A match containing the command 'make_transp' will add external circuitry\n"); - log("to simulate 'transparent read', if neccessary.\n"); + log("to simulate 'transparent read', if necessary.\n"); log("\n"); log("A match containing the command 'shuffle_enable A' will re-organize\n"); log("the data bits to accommodate the enable pattern of port A.\n"); |