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
*
Run log_flush() before solving in sat command
Clifford Wolf
2016-09-06
1
-0
/
+3
*
Moved SatHelper::setup_init() code to SatHelper::setup()
Clifford Wolf
2016-07-24
1
-97
/
+92
*
Added $initstate support to "sat" command
Clifford Wolf
2016-07-23
1
-13
/
+12
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-1
/
+1
*
Improved formatting of "sat" output tables
Clifford Wolf
2016-04-05
1
-5
/
+5
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-6
/
+6
*
Added sat -show-regs, -show-public, -show-all
Clifford Wolf
2015-08-18
1
-0
/
+39
*
Re-created command-reference-manual.tex, copied some doc fixes to online help
Clifford Wolf
2015-08-14
1
-1
/
+1
*
Spell check (by Larry Doolittle)
Clifford Wolf
2015-08-14
1
-1
/
+1
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-2
/
+2
*
don't consider blackbox modules in "sat" command
Clifford Wolf
2015-04-18
1
-7
/
+5
*
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
[next]