index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
/
sat
/
sat.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added non-std verilog assume() statement
Clifford Wolf
2015-02-26
1
-11
/
+29
*
Fixed "sat -initsteps" off-by-one bug
Clifford Wolf
2015-02-22
1
-1
/
+1
*
Added "sat -stepsize" and "sat -tempinduct-step"
Clifford Wolf
2015-02-21
1
-21
/
+64
*
sat docu change
Clifford Wolf
2015-02-21
1
-0
/
+3
*
When "sat -tempinduct-baseonly -maxsteps N" reaches maxsteps it is a good thing.
Clifford Wolf
2015-02-21
1
-0
/
+5
*
Added "sat -tempinduct-baseonly -tempinduct-inductonly"
Clifford Wolf
2015-02-21
1
-66
/
+92
*
Fixed basecase init for "sat -tempinduct"
Clifford Wolf
2015-02-21
1
-1
/
+6
*
Replaced ezDefaultSAT with ezSatPtr
Clifford Wolf
2015-02-21
1
-36
/
+37
*
format fixes in "sat -dump_json"
Clifford Wolf
2015-02-19
1
-18
/
+17
*
Added "sat -dump_json" (WaveJSON format)
Clifford Wolf
2015-02-19
1
-4
/
+92
*
Improved an error message
Clifford Wolf
2015-01-28
1
-1
/
+1
*
Added "sat -show-ports"
Clifford Wolf
2015-01-27
1
-2
/
+7
*
Added log_warning() API
Clifford Wolf
2014-11-09
1
-2
/
+2
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
1
-1
/
+1
*
namespace Yosys
Clifford Wolf
2014-09-27
1
-6
/
+6
*
Corrected spelling mistakes found by lintian
Ruben Undheim
2014-09-06
1
-1
/
+1
*
azonenberg: Make dump_vcd save model when temporal induction fails due to ste...
Clifford Wolf
2014-08-24
1
-0
/
+2
*
Added "sat -prove-skip"
Clifford Wolf
2014-08-08
1
-2
/
+16
*
More cleanups related to RTLIL::IdString usage
Clifford Wolf
2014-08-02
1
-3
/
+3
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-1
/
+1
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
1
-1
/
+1
*
Refactoring: Renamed RTLIL::Module::cells to cells_
Clifford Wolf
2014-07-27
1
-1
/
+1
*
Refactoring: Renamed RTLIL::Module::wires to wires_
Clifford Wolf
2014-07-27
1
-4
/
+4
*
Changed users of cell->connections_ to the new API (sed command)
Clifford Wolf
2014-07-26
1
-2
/
+2
*
Renamed RTLIL::{Module,Cell}::connections to connections_
Clifford Wolf
2014-07-26
1
-2
/
+2
*
Removed RTLIL::SigSpec::optimize()
Clifford Wolf
2014-07-23
1
-5
/
+0
*
Removed RTLIL::SigSpec::expand() method
Clifford Wolf
2014-07-23
1
-4
/
+2
*
SigSpec refactoring: using the accessor functions everywhere
Clifford Wolf
2014-07-22
1
-23
/
+23
*
SigSpec refactoring: renamed chunks and width to __chunks and __width
Clifford Wolf
2014-07-22
1
-23
/
+23
*
now ignore init attributes on non-register wires in sat command
Clifford Wolf
2014-07-05
1
-4
/
+24
*
Small improvement in SAT log messages
Clifford Wolf
2014-03-13
1
-3
/
+3
*
Added "sat -dump_cnf"
Clifford Wolf
2014-02-18
1
-5
/
+34
*
Coding style corrections in SatHelper::dump_model_to_vcd()
Clifford Wolf
2014-02-18
1
-31
/
+31
*
Added "sat -initsteps"
Clifford Wolf
2014-02-18
1
-14
/
+29
*
Renamed "sat -dump_fail_to_vcd" to "sat -dump_vcd" and some minor cleanups
Clifford Wolf
2014-02-17
1
-5
/
+9
*
Added "-dump_fail_to_vcd" argument to SAT solver
Andrew Zonenberg
2014-02-17
1
-0
/
+114
*
Added generic RTLIL::SigSpec::parse_sel() with support for selection variables
Clifford Wolf
2014-02-06
1
-30
/
+13
*
Added support for sat -show @<sel_name>
Clifford Wolf
2014-02-06
1
-0
/
+17
*
Added sat -set-init-def and sat -tempinduct-def
Clifford Wolf
2014-02-06
1
-4
/
+34
*
Added sat -set-init-zero support
Clifford Wolf
2014-02-06
1
-2
/
+22
*
Added sat -verify and -falsify support for non-prove cases
Clifford Wolf
2014-02-06
1
-14
/
+26
*
added sat -falsify
Clifford Wolf
2014-02-04
1
-4
/
+28
*
Fixed bug in sequential sat proofs and improved handling of asserts
Clifford Wolf
2014-02-04
1
-2
/
+27
*
Addred sat option -ignore_unknown_cells
Clifford Wolf
2014-02-03
1
-3
/
+17
*
Added sat -show-inputs and -show-outputs
Clifford Wolf
2014-02-01
1
-1
/
+24
*
Added sat -tempinduc and sat -prove-asserts
Clifford Wolf
2014-01-19
1
-10
/
+41
*
Major rewrite of "freduce" command
Clifford Wolf
2014-01-02
1
-1
/
+1
*
Added sat -prove-x and -set-def-inputs
Clifford Wolf
2013-12-28
1
-32
/
+96
*
Added sat -set-def/-set-*-undef support
Clifford Wolf
2013-12-27
1
-5
/
+66
*
Renamed sat -set-undef to -set-any-undef
Clifford Wolf
2013-12-27
1
-20
/
+20
[next]