mirror of
https://github.com/YosysHQ/yosys
synced 2026-03-23 04:49:15 +00:00
Merge ba8a0f5adf into 8d1d5a25e5
This commit is contained in:
commit
e59a0e51df
3 changed files with 4 additions and 4 deletions
|
|
@ -1229,7 +1229,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
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
# Simple SymbiYosys example job utilizing Verific
|
||||
# Simple SBY example job utilizing Verific
|
||||
|
||||
[options]
|
||||
mode prove
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue