mirror of
https://github.com/YosysHQ/sby.git
synced 2025-04-05 22:14:08 +00:00
Fixes before merge
This commit is contained in:
parent
d6d7119cd5
commit
df2610d598
|
@ -10,11 +10,6 @@ formal tasks:
|
|||
* Unbounded verification of safety properties
|
||||
* Generation of test benches from cover statements
|
||||
* Verification of liveness properties
|
||||
* Formal equivalence checking [TBD]
|
||||
* Reactive Synthesis [TBD]
|
||||
|
||||
(Items marked [TBD] are features under construction and not available
|
||||
at the moment.)
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 3
|
||||
|
|
|
@ -88,6 +88,7 @@ Boolector
|
|||
https://boolector.github.io
|
||||
|
||||
.. code-block:: text
|
||||
|
||||
git clone https://github.com/boolector/boolector
|
||||
cd boolector
|
||||
./contrib/setup-btor2tools.sh
|
||||
|
|
|
@ -233,7 +233,7 @@ while still passing all of the tests?
|
|||
.. note::
|
||||
|
||||
If you need a **hint**, try increasing the width of the address wires. 4 bits
|
||||
supports up to :math:`2^4=16` addresses. Are there other signals that
|
||||
supports up to 2\ :sup:`4`\ =16 addresses. Are there other signals that
|
||||
need to be wider? Can you make the width parameterisable to support
|
||||
arbitrarily large buffers?
|
||||
|
||||
|
|
Loading…
Reference in a new issue