aboutsummaryrefslogtreecommitdiffstats
path: root/passes/sat
Commit message (Expand)AuthorAgeFilesLines
...
* | | Add fminit passClifford Wolf2020-01-092-0/+198
| |/ |/|
* | Fix sim for assignments with lhs<rhs size, fixes #1565Clifford Wolf2019-12-171-1/+1
|/
* Revert "Be mindful that sigmap(wire) could have dupes when checking \init"Eddie Hung2019-10-081-4/+1
* Be mindful that sigmap(wire) could have dupes when checking \initEddie Hung2019-10-021-1/+4
* Fix $dlatch handling in async2syncClifford Wolf2019-09-301-0/+1
* Add $dlatch support to async2syncClifford Wolf2019-08-281-1/+36
* Ignore all 1'bx in (* init *)Eddie Hung2019-08-271-3/+1
* In sat: 'x' in init attr should not override constantEddie Hung2019-08-221-0/+2
* More use of IdString::in()Eddie Hung2019-08-151-1/+1
* substr() -> compare()Eddie Hung2019-08-073-6/+6
* Remove std:: namespaceEddie Hung2019-08-071-5/+5
* stoi -> atoiEddie Hung2019-08-074-33/+33
* Use std::stoi instead of atoi(<str>.c_str())Eddie Hung2019-08-064-33/+33
* Use State::S{0,1}Eddie Hung2019-08-062-3/+3
* Fix tests/various/async FFL testClifford Wolf2019-07-091-0/+7
* Add a few more filename rewritesBen Widawsky2019-06-201-0/+4
* Fixed the help summary line for a few commandsacw12512019-06-192-4/+4
* Error out if no top module given before 'sim'Eddie Hung2019-06-051-0/+5
* Fix typo in fmcombine log message, fixes #1063Clifford Wolf2019-06-051-2/+2
* Add "fmcombine -initeq -anyeq"Clifford Wolf2019-05-111-3/+38
* Fix bug in "expose -input"Clifford Wolf2019-05-061-1/+1
* Add missing enable_undef to "sat -tempinduct-def", fixes #883Clifford Wolf2019-05-021-0/+1
* Add "techmap -wb", use in formal flowsClifford Wolf2019-04-201-4/+4
* Added missing argument checking to "mutate" commandClifford Wolf2019-04-041-0/+32
* Add "cutpoint -undef"Clifford Wolf2019-03-261-10/+14
* Add "cutpoint" passClifford Wolf2019-03-252-0/+165
* Add "mutate -none -mode", "mutate -mode none"Clifford Wolf2019-03-231-1/+30
* Add "mutate -s <filename>"Clifford Wolf2019-03-231-2/+24
* Improve mix of src/wire/wirebit coverage in "mutate -list"Clifford Wolf2019-03-161-29/+84
* Add "fmcombine -fwd -bwd -nop"Clifford Wolf2019-03-151-10/+59
* Add fmcombine passClifford Wolf2019-03-152-0/+293
* Improvements in "mutate" list-reduce algorithmClifford Wolf2019-03-151-13/+36
* Add "mutate -cfg", improve pick_cover behaviorClifford Wolf2019-03-141-46/+101
* Add a strictly coverage-driven mutation selection strategyClifford Wolf2019-03-141-1/+70
* Improve "mutate" wire coverage metricClifford Wolf2019-03-141-1/+16
* Add more mutation types, improve mutation src coverClifford Wolf2019-03-141-92/+268
* Add "mutate" command DB reduce functionalityClifford Wolf2019-03-141-12/+181
* Add "mutate -mode inv", various other mutate improvementsClifford Wolf2019-03-141-99/+213
* Add basic "mutate -list N" frameworkClifford Wolf2019-03-142-0/+230
* Add $dffsr support to async2syncClifford Wolf2019-03-091-2/+51
* Improvements in "supercover" passClifford Wolf2019-02-271-2/+18
* Add "supercover" skeletonClifford Wolf2019-02-272-0/+77
* Fixed minor typo in "sim" help messageacw12512018-09-121-1/+1
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-209-18/+18
* Add async2sync passClifford Wolf2018-07-192-0/+148
* Removed $timescale from "sat" command VCD writerClifford Wolf2018-03-291-1/+0
* Add "expose -input"Clifford Wolf2018-03-121-8/+43
* Add $dlatchsr support to clk2fflogicClifford Wolf2018-02-261-4/+25
* Fix a bug in clk2fflogic memory handlingClifford Wolf2017-12-141-1/+1
* Add clk2fflogic memory supportClifford Wolf2017-12-141-1/+77