mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-25 10:05:33 +00:00
Converting a number of inline commands to refs
Also reflowing text for line width. Maybe look into supporting commands with options?
This commit is contained in:
parent
f8333e52f7
commit
685da6a2e5
17 changed files with 398 additions and 384 deletions
|
@ -235,8 +235,8 @@ signal is connected throughout the whole design hierarchy.
|
|||
|
||||
endmodule
|
||||
|
||||
In line 18 the ``proc`` command is called. But in this script the signal name
|
||||
globrst is passed to the command as a global reset signal for resetting the
|
||||
In line 18 the :cmd:ref:`proc` command is called. But in this script the signal
|
||||
name globrst is passed to the command as a global reset signal for resetting the
|
||||
registers to their assigned initial values.
|
||||
|
||||
Finally in line 19 the techmap command is used to replace all instances of
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue