mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-26 10:38:47 +00:00
more typo found
This commit is contained in:
parent
54d43d85e3
commit
41566a6b70
1 changed files with 2 additions and 2 deletions
|
|
@ -171,8 +171,8 @@ signals. This makes some aspects of RTLIL more complex but enables Yosys to be
|
|||
used for coarse grain synthesis where the cells of the target architecture
|
||||
operate on entire signal vectors instead of single bit wires.
|
||||
|
||||
In Verilog and VHDL, busses may have arbitrary bounds, and LSB can have either
|
||||
the lowest or the highest bit index. In RTLIL, bit 0 always corresponds to LSB;
|
||||
In Verilog and VHDL, busses may have arbitrary bounds, and LSb can have either
|
||||
the lowest or the highest bit index. In RTLIL, bit 0 always corresponds to LSb;
|
||||
however, information from the HDL frontend is preserved so that the bus will be
|
||||
correctly indexed in error messages, backend output, constraint files, etc.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue