mirror of
https://github.com/YosysHQ/yosys
synced 2026-06-07 17:41:02 +00:00
Update documentation and few more defines
This commit is contained in:
parent
25459bd8b9
commit
1ef6311e5b
6 changed files with 7 additions and 7 deletions
|
|
@ -286,7 +286,7 @@ have incorrect results in unusual situations.
|
|||
Coding style
|
||||
~~~~~~~~~~~~
|
||||
|
||||
Yosys is written in C++17.
|
||||
Yosys is written in C++20.
|
||||
|
||||
In general Yosys uses ``int`` instead of ``size_t``. To avoid compiler warnings
|
||||
for implicit type casts, always use ``GetSize(foobar)`` instead of
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue