From 84bf862f7c58c2b69babf043ff5032f924a3ee4d Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Fri, 14 Aug 2015 10:56:05 +0200 Subject: Spell check (by Larry Doolittle) --- passes/cmds/check.cc | 2 +- passes/cmds/connect.cc | 2 +- passes/cmds/connwrappers.cc | 4 ++-- passes/cmds/design.cc | 2 +- passes/cmds/select.cc | 4 ++-- passes/cmds/show.cc | 14 +++++++------- passes/cmds/splice.cc | 2 +- passes/cmds/write_file.cc | 2 +- passes/equiv/equiv_make.cc | 2 +- passes/fsm/fsm.cc | 4 ++-- passes/fsm/fsm_expand.cc | 2 +- passes/hierarchy/hierarchy.cc | 2 +- passes/memory/memory_bram.cc | 10 +++++----- passes/opt/opt_reduce.cc | 2 +- passes/opt/share.cc | 2 +- passes/sat/eval.cc | 6 +++--- passes/sat/expose.cc | 4 ++-- passes/sat/freduce.cc | 10 +++++----- passes/sat/miter.cc | 2 +- passes/sat/sat.cc | 2 +- passes/techmap/abc.cc | 4 ++-- passes/techmap/dff2dffe.cc | 2 +- passes/techmap/extract.cc | 6 +++--- passes/techmap/techmap.cc | 16 ++++++++-------- passes/tests/test_autotb.cc | 2 +- 25 files changed, 55 insertions(+), 55 deletions(-) (limited to 'passes') diff --git a/passes/cmds/check.cc b/passes/cmds/check.cc index fe74408d4..2ad848386 100644 --- a/passes/cmds/check.cc +++ b/passes/cmds/check.cc @@ -35,7 +35,7 @@ struct CheckPass : public Pass { log("\n"); log("This pass identifies the following problems in the current design:\n"); log("\n"); - log(" - combinatorical loops\n"); + log(" - combinatorial loops\n"); log("\n"); log(" - two or more conflicting drivers for one wire\n"); log("\n"); diff --git a/passes/cmds/connect.cc b/passes/cmds/connect.cc index e09d636fd..e0b1ce051 100644 --- a/passes/cmds/connect.cc +++ b/passes/cmds/connect.cc @@ -49,7 +49,7 @@ struct ConnectPass : public Pass { log("\n"); log(" connect [-nomap] [-nounset] -set \n"); log("\n"); - log("Create a connection. This is equivialent to adding the statement 'assign\n"); + log("Create a connection. This is equivalent to adding the statement 'assign\n"); log(" = ;' to the verilog input. Per default, all existing\n"); log("drivers for are unconnected. This can be overwritten by using\n"); log("the -nounset option.\n"); diff --git a/passes/cmds/connwrappers.cc b/passes/cmds/connwrappers.cc index 1c66fb81d..7828dce1d 100644 --- a/passes/cmds/connwrappers.cc +++ b/passes/cmds/connwrappers.cc @@ -158,8 +158,8 @@ struct ConnwrappersPass : public Pass { log("\n"); log("Wrappers are used in coarse-grain synthesis to wrap cells with smaller ports\n"); log("in wrapper cells with a (larger) constant port size. I.e. the upper bits\n"); - log("of the wrapper outut are signed/unsigned bit extended. This command uses this\n"); - log("knowlege to rewire the inputs of the driven cells to match the output of\n"); + log("of the wrapper output are signed/unsigned bit extended. This command uses this\n"); + log("knowledge to rewire the inputs of the driven cells to match the output of\n"); log("the driving cell.\n"); log("\n"); log(" -signed \n"); diff --git a/passes/cmds/design.cc b/passes/cmds/design.cc index 16a4e64ae..e900e7b9c 100644 --- a/passes/cmds/design.cc +++ b/passes/cmds/design.cc @@ -80,7 +80,7 @@ struct DesignPass : public Pass { log("\n"); log(" design -copy-to [-as ] [selection]\n"); log("\n"); - log("Copy modules from the current design into the soecified one.\n"); + log("Copy modules from the current design into the specified one.\n"); log("\n"); } virtual void execute(std::vector args, RTLIL::Design *design) diff --git a/passes/cmds/select.cc b/passes/cmds/select.cc index c9268165e..b4219db2c 100644 --- a/passes/cmds/select.cc +++ b/passes/cmds/select.cc @@ -1078,7 +1078,7 @@ struct SelectPass : public Pass { log("\n"); log(" %%ci[|*][.][:[:..]]\n"); log(" %%co[|*][.][:[:..]]\n"); - log(" simmilar to %%x, but only select input (%%ci) or output cones (%%co)\n"); + log(" similar to %%x, but only select input (%%ci) or output cones (%%co)\n"); log("\n"); log(" %%xe[...] %%cie[...] %%coe\n"); log(" like %%x, %%ci, and %%co but only consider combinatorial cells\n"); @@ -1403,7 +1403,7 @@ struct CdPass : public Pass { log(" cd \n"); log("\n"); log("When no module with the specified name is found, but there is a cell\n"); - log("with the specified name in the current module, then this is equivialent\n"); + log("with the specified name in the current module, then this is equivalent\n"); log("to 'cd '.\n"); log("\n"); log(" cd ..\n"); diff --git a/passes/cmds/show.cc b/passes/cmds/show.cc index 28e3decda..3035e7301 100644 --- a/passes/cmds/show.cc +++ b/passes/cmds/show.cc @@ -610,7 +610,7 @@ struct ShowPass : public Pass { log(" -colors \n"); log(" Randomly assign colors to the wires. The integer argument is the seed\n"); log(" for the random number generator. Change the seed value if the colored\n"); - log(" graph still is ambigous. A seed of zero deactivates the coloring.\n"); + log(" graph still is ambiguous. A seed of zero deactivates the coloring.\n"); log("\n"); log(" -colorattr \n"); log(" Use the specified attribute to assign colors. A unique color is\n"); @@ -620,7 +620,7 @@ struct ShowPass : public Pass { log(" annotate busses with a label indicating the width of the bus.\n"); log("\n"); log(" -signed\n"); - log(" mark ports (A, B) that are declarted as signed (using the [AB]_SIGNED\n"); + log(" mark ports (A, B) that are declared as signed (using the [AB]_SIGNED\n"); log(" cell parameter) with an asterisk next to the port name.\n"); log("\n"); log(" -stretch\n"); @@ -634,7 +634,7 @@ struct ShowPass : public Pass { log(" enumerate objects with internal ($-prefixed) names\n"); log("\n"); log(" -long\n"); - log(" do not abbeviate objects with internal ($-prefixed) names\n"); + log(" do not abbreviate objects with internal ($-prefixed) names\n"); log("\n"); log(" -notitle\n"); log(" do not add the module name as graph title to the dot file\n"); @@ -673,7 +673,7 @@ struct ShowPass : public Pass { bool flag_stretch = false; bool flag_pause = false; bool flag_enum = false; - bool flag_abbeviate = true; + bool flag_abbreviate = true; bool flag_notitle = false; RTLIL::IdString colorattr; @@ -743,12 +743,12 @@ struct ShowPass : public Pass { } if (arg == "-enum") { flag_enum = true; - flag_abbeviate = false; + flag_abbreviate = false; continue; } if (arg == "-long") { flag_enum = false; - flag_abbeviate = false; + flag_abbreviate = false; continue; } if (arg == "-notitle") { @@ -796,7 +796,7 @@ struct ShowPass : public Pass { delete lib; log_cmd_error("Can't open dot file `%s' for writing.\n", dot_file.c_str()); } - ShowWorker worker(f, design, libs, colorSeed, flag_width, flag_signed, flag_stretch, flag_enum, flag_abbeviate, flag_notitle, color_selections, label_selections, colorattr); + ShowWorker worker(f, design, libs, colorSeed, flag_width, flag_signed, flag_stretch, flag_enum, flag_abbreviate, flag_notitle, color_selections, label_selections, colorattr); fclose(f); for (auto lib : libs) diff --git a/passes/cmds/splice.cc b/passes/cmds/splice.cc index e56699f40..4ce2ec11c 100644 --- a/passes/cmds/splice.cc +++ b/passes/cmds/splice.cc @@ -255,7 +255,7 @@ struct SplicePass : public Pass { log("\n"); log("This command adds $slice and $concat cells to the design to make the splicing\n"); log("of multi-bit signals explicit. This for example is useful for coarse grain\n"); - log("synthesis, where dedidacted hardware is needed to splice signals.\n"); + log("synthesis, where dedicated hardware is needed to splice signals.\n"); log("\n"); log(" -sel_by_cell\n"); log(" only select the cell ports to rewire by the cell. if the selection\n"); diff --git a/passes/cmds/write_file.cc b/passes/cmds/write_file.cc index 25ec4acc2..b78265933 100644 --- a/passes/cmds/write_file.cc +++ b/passes/cmds/write_file.cc @@ -31,7 +31,7 @@ struct WriteFileFrontend : public Frontend { log("\n"); log(" write_file [options] output_file [input_file]\n"); log("\n"); - log("Write the text fron the input file to the output file.\n"); + log("Write the text from the input file to the output file.\n"); log("\n"); log(" -a\n"); log(" Append to output file (instead of overwriting)\n"); diff --git a/passes/equiv/equiv_make.cc b/passes/equiv/equiv_make.cc index 1cc4c3a7c..c001fdbfe 100644 --- a/passes/equiv/equiv_make.cc +++ b/passes/equiv/equiv_make.cc @@ -407,7 +407,7 @@ struct EquivMakePass : public Pass { log(" Do not match cells or signals that match the names in the file.\n"); log("\n"); log(" -encfile \n"); - log(" Match FSM encodings using the desiption from the file.\n"); + log(" Match FSM encodings using the description from the file.\n"); log(" See 'help fsm_recode' for details.\n"); log("\n"); log("Note: The circuit created by this command is not a miter (with something like\n"); diff --git a/passes/fsm/fsm.cc b/passes/fsm/fsm.cc index 1ecf14a28..3f5564fc5 100644 --- a/passes/fsm/fsm.cc +++ b/passes/fsm/fsm.cc @@ -34,7 +34,7 @@ struct FsmPass : public Pass { log(" fsm [options] [selection]\n"); log("\n"); log("This pass calls all the other fsm_* passes in a useful order. This performs\n"); - log("FSM extraction and optimiziation. It also calls opt_clean as needed:\n"); + log("FSM extraction and optimization. It also calls opt_clean as needed:\n"); log("\n"); log(" fsm_detect unless got option -nodetect\n"); log(" fsm_extract\n"); @@ -59,7 +59,7 @@ struct FsmPass : public Pass { log(" -expand, -norecode, -export, -nomap\n"); log(" enable or disable passes as indicated above\n"); log("\n"); - log(" -encoding tye\n"); + log(" -encoding type\n"); log(" -fm_set_fsm_file file\n"); log(" -encfile file\n"); log(" passed through to fsm_recode pass\n"); diff --git a/passes/fsm/fsm_expand.cc b/passes/fsm/fsm_expand.cc index 914dcf29c..43c9a792f 100644 --- a/passes/fsm/fsm_expand.cc +++ b/passes/fsm/fsm_expand.cc @@ -253,7 +253,7 @@ struct FsmExpandPass : public Pass { log("\n"); log("The fsm_extract pass is conservative about the cells that belong to a finite\n"); log("state machine. This pass can be used to merge additional auxiliary gates into\n"); - log("the finate state machine.\n"); + log("the finite state machine.\n"); log("\n"); } virtual void execute(std::vector args, RTLIL::Design *design) diff --git a/passes/hierarchy/hierarchy.cc b/passes/hierarchy/hierarchy.cc index bfa3890a2..598fe9396 100644 --- a/passes/hierarchy/hierarchy.cc +++ b/passes/hierarchy/hierarchy.cc @@ -388,7 +388,7 @@ struct HierarchyPass : public Pass { log("\n"); log("Input ports are specified with the 'i' prefix, output ports with the 'o'\n"); log("prefix and inout ports with the 'io' prefix. The optional specifies\n"); - log("the position of the port in the parameter list (needed when instanciated\n"); + log("the position of the port in the parameter list (needed when instantiated\n"); log("using positional arguments). When is not specified, the can\n"); log("also contain wildcard characters.\n"); log("\n"); diff --git a/passes/memory/memory_bram.cc b/passes/memory/memory_bram.cc index 7d98a7c46..824d6a6e8 100644 --- a/passes/memory/memory_bram.cc +++ b/passes/memory/memory_bram.cc @@ -605,7 +605,7 @@ bool replace_cell(Cell *cell, const rules_t &rules, const rules_t::bram_t &bram, mapped_wr_port:; } - // houskeeping stuff for growing more read ports and restarting read port assignments + // housekeeping stuff for growing more read ports and restarting read port assignments int grow_read_ports_cursor = -1; bool try_growing_more_read_ports = false; @@ -694,7 +694,7 @@ grow_read_ports:; pi.make_transp = true; enable_make_transp = true; } else { - log(" Bram port %c%d.%d has incompatible read transparancy.\n", pi.group + 'A', pi.index + 1, pi.dupidx + 1); + log(" Bram port %c%d.%d has incompatible read transparency.\n", pi.group + 'A', pi.index + 1, pi.dupidx + 1); goto skip_bram_rport; } } @@ -1127,7 +1127,7 @@ struct MemoryBramPass : public Pass { log(" ports 1 1 # number of ports in each group\n"); log(" wrmode 1 0 # set to '1' if this groups is write ports\n"); log(" enable 4 0 # number of enable bits (for write ports)\n"); - log(" transp 0 2 # transparatent (for read ports)\n"); + log(" transp 0 2 # transparent (for read ports)\n"); log(" clocks 1 2 # clock configuration\n"); log(" clkpol 2 2 # clock polarity configuration\n"); log(" endbram\n"); @@ -1145,7 +1145,7 @@ struct MemoryBramPass : public Pass { log("greater than 1 share the same configuration bit.\n"); log("\n"); log("Using the same bram name in different bram blocks will create different variants\n"); - log("of the bram. Verilog configration parameters for the bram are created as needed.\n"); + log("of the bram. Verilog configuration parameters for the bram are created as needed.\n"); log("\n"); log("It is also possible to create variants by repeating statements in the bram block\n"); log("and appending '@