mirror of
https://github.com/YosysHQ/yosys
synced 2025-07-24 21:27:00 +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
|
@ -93,7 +93,7 @@ struct ProcInitPass : public Pass {
|
|||
log("\n");
|
||||
log(" proc_init [selection]\n");
|
||||
log("\n");
|
||||
log("This pass extracts the 'init' actions from processes (generated from verilog\n");
|
||||
log("This pass extracts the 'init' actions from processes (generated from Verilog\n");
|
||||
log("'initial' blocks) and sets the initial value to the 'init' attribute on the\n");
|
||||
log("respective wire.\n");
|
||||
log("\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue