diff options
author | Miodrag Milanovic <mmicko@gmail.com> | 2022-08-03 10:30:58 +0200 |
---|---|---|
committer | Miodrag Milanovic <mmicko@gmail.com> | 2022-08-03 10:30:58 +0200 |
commit | 6a1d98b816a15b9f06a3a4621a9ae390c30b7494 (patch) | |
tree | fb189e7de1cd44c02ae1ad72b80a61a51bd58591 | |
parent | e9893133174db0e195a35f2480aba8712c05d91a (diff) | |
download | yosys-6a1d98b816a15b9f06a3a4621a9ae390c30b7494.tar.gz yosys-6a1d98b816a15b9f06a3a4621a9ae390c30b7494.tar.bz2 yosys-6a1d98b816a15b9f06a3a4621a9ae390c30b7494.zip |
Update manual and changelog
-rw-r--r-- | CHANGELOG | 6 | ||||
-rw-r--r-- | manual/command-reference-manual.tex | 3 |
2 files changed, 9 insertions, 0 deletions
@@ -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 -------------------------- diff --git a/manual/command-reference-manual.tex b/manual/command-reference-manual.tex index 644f81d95..411feb05d 100644 --- a/manual/command-reference-manual.tex +++ b/manual/command-reference-manual.tex @@ -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 |