mirror of https://github.com/YosysHQ/yosys.git
Update manual and changelog
This commit is contained in:
parent
e989313317
commit
6a1d98b816
|
@ -4,6 +4,12 @@ List of major changes and improvements between releases
|
|||
|
||||
Yosys 0.19 .. Yosys 0.19-dev
|
||||
--------------------------
|
||||
* New commands and options
|
||||
- Added option "-wb" to "read_liberty" pass
|
||||
|
||||
* Various
|
||||
- Added support for $modfloor operator to cxxrtl backend
|
||||
- Support build on OpenBSD
|
||||
|
||||
Yosys 0.18 .. Yosys 0.19
|
||||
--------------------------
|
||||
|
|
|
@ -4011,6 +4011,9 @@ Read cells from liberty file as modules into current design.
|
|||
-lib
|
||||
only create empty blackbox modules
|
||||
|
||||
-wb
|
||||
mark imported cells as whiteboxes
|
||||
|
||||
-nooverwrite
|
||||
ignore re-definitions of modules. (the default behavior is to
|
||||
create an error message if the existing module is not a blackbox
|
||||
|
|
Loading…
Reference in New Issue