mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 12:11:24 +00:00
Another block of spelling fixes
Smaller this time
This commit is contained in:
parent
022f570563
commit
6c00704a5e
24 changed files with 53 additions and 53 deletions
|
@ -503,7 +503,7 @@ Commands for executing scripts or entering interactive mode:
|
|||
Commands for reading and elaborating the design:
|
||||
\begin{lstlisting}[xleftmargin=1cm, basicstyle=\ttfamily\fontsize{8pt}{10pt}\selectfont, language=ys]
|
||||
read_ilang # read modules from ilang file
|
||||
read_verilog # read modules from verilog file
|
||||
read_verilog # read modules from Verilog file
|
||||
hierarchy # check, expand and clean up design hierarchy
|
||||
\end{lstlisting}
|
||||
|
||||
|
@ -536,7 +536,7 @@ Commands for writing the results:
|
|||
write_edif # write design to EDIF netlist file
|
||||
write_ilang # write design to ilang file
|
||||
write_spice # write design to SPICE netlist file
|
||||
write_verilog # write design to verilog file
|
||||
write_verilog # write design to Verilog file
|
||||
\end{lstlisting}
|
||||
|
||||
\bigskip
|
||||
|
@ -761,7 +761,7 @@ Because of the framework characteristics of Yosys, an increasing number of featu
|
|||
become available in one tool. Yosys not only can be used for circuit synthesis but
|
||||
also for formal equivalence checking, SAT solving, and for circuit analysis, to
|
||||
name just a few other application domains. With proprietary software one needs to
|
||||
learn a new tool for each of this applications.
|
||||
learn a new tool for each of these applications.
|
||||
\end{itemize}
|
||||
\end{frame}
|
||||
|
||||
|
|
|
@ -762,7 +762,7 @@ This pass flattens the design by replacing cells by their implementation. This
|
|||
pass is very similar to the 'techmap' pass. The only difference is that this
|
||||
pass is using the current design as mapping library.
|
||||
|
||||
Cells and/or modules with the 'keep_hiearchy' attribute set will not be
|
||||
Cells and/or modules with the 'keep_hierarchy' attribute set will not be
|
||||
flattened by this command.
|
||||
\end{lstlisting}
|
||||
|
||||
|
@ -3360,7 +3360,7 @@ values referenced above are vectors of this integers. Signal bits that are
|
|||
connected to a constant driver are denoted as string "0" or "1" instead of
|
||||
a number.
|
||||
|
||||
For example the following verilog code:
|
||||
For example the following Verilog code:
|
||||
|
||||
module test(input x, y);
|
||||
(* keep *) foo #(.P(42), .Q(1337))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue