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
*
Ignore all 1'bx in (* init *)
Eddie Hung
2019-08-27
1
-3
/
+1
*
In sat: 'x' in init attr should not override constant
Eddie Hung
2019-08-22
1
-0
/
+2
*
substr() -> compare()
Eddie Hung
2019-08-07
1
-3
/
+3
*
Remove std:: namespace
Eddie Hung
2019-08-07
1
-5
/
+5
*
stoi -> atoi
Eddie Hung
2019-08-07
1
-13
/
+13
*
Use std::stoi instead of atoi(<str>.c_str())
Eddie Hung
2019-08-06
1
-13
/
+13
*
Add a few more filename rewrites
Ben Widawsky
2019-06-20
1
-0
/
+4
*
Add missing enable_undef to "sat -tempinduct-def", fixes #883
Clifford Wolf
2019-05-02
1
-0
/
+1
*
Consistent use of 'override' for virtual methods in derived classes.
Henner Zeller
2018-07-20
1
-2
/
+2
*
Removed $timescale from "sat" command VCD writer
Clifford Wolf
2018-03-29
1
-1
/
+0
*
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
[next]