mirror of
https://github.com/YosysHQ/yosys
synced 2025-08-08 04:01:25 +00:00
Re-created command-reference-manual.tex, copied some doc fixes to online help
This commit is contained in:
parent
84bf862f7c
commit
0350074819
10 changed files with 668 additions and 52 deletions
|
@ -50,7 +50,7 @@ struct ConnectPass : public Pass {
|
|||
log(" connect [-nomap] [-nounset] -set <lhs-expr> <rhs-expr>\n");
|
||||
log("\n");
|
||||
log("Create a connection. This is equivalent to adding the statement 'assign\n");
|
||||
log("<lhs-expr> = <rhs-expr>;' to the verilog input. Per default, all existing\n");
|
||||
log("<lhs-expr> = <rhs-expr>;' to the Verilog input. Per default, all existing\n");
|
||||
log("drivers for <lhs-expr> are unconnected. This can be overwritten by using\n");
|
||||
log("the -nounset option.\n");
|
||||
log("\n");
|
||||
|
|
|
@ -1061,7 +1061,7 @@ struct SelectPass : public Pass {
|
|||
log(" like %%d but swap the roles of two top sets on the stack\n");
|
||||
log("\n");
|
||||
log(" %%c\n");
|
||||
log(" create a copy of the top set rom the stack and push it\n");
|
||||
log(" create a copy of the top set from the stack and push it\n");
|
||||
log("\n");
|
||||
log(" %%x[<num1>|*][.<num2>][:<rule>[:<rule>..]]\n");
|
||||
log(" expand top set <num1> num times according to the specified rules.\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue