Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHANGELOG
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ Yosys 0.7 .. Yosys 0.8
- Added "write_smt2 -stbv" and "write_smt2 -stdt"
- Fix equiv_simple, old behavior now available with "equiv_simple -short"
- Change to Yices2 as default SMT solver (it is GPL now)
- Added "yosys-smtbmc --presat" (now default in SymbiYosys)
- Added "yosys-smtbmc --presat" (now default in SBY)
- Added "yosys-smtbmc --smtc-init --smtc-top --noinit"
- Added a brand new "write_btor" command for BTOR2
- Added clk2fflogic memory support and other improvements
Expand Down
4 changes: 2 additions & 2 deletions frontends/verific/README
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ database/DBCompileFlags.h:
DB_PRESERVE_INITIAL_VALUE


Testing Verific+Yosys+SymbiYosys for formal verification
Testing Verific+Yosys+SBY for formal verification
========================================================

Install Yosys+Verific, SymbiYosys, and Yices2. Install instructions:
Install Yosys+Verific, SBY, and Yices2. Install instructions:
http://symbiyosys.readthedocs.io/en/latest/quickstart.html#installing

Then run in the following command in this directory:
Expand Down
2 changes: 1 addition & 1 deletion frontends/verific/example.sby
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Simple SymbiYosys example job utilizing Verific
# Simple SBY example job utilizing Verific

[options]
mode prove
Expand Down
Loading