summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Bug fix in QBF solver.Alan Mishchenko2015-05-041-0/+4
|
* Correcting assert in converting standard cell mapping from GIA into ABC.Alan Mishchenko2015-04-271-1/+1
|
* Bug fix in %read_smt and prevent crash of &cec if there is no current AIG.Alan Mishchenko2015-04-272-4/+19
|
* Improving the criteria to select representative gates in 'map' with ↵Alan Mishchenko2015-04-251-47/+60
| | | | floating-point-delay libraries having more than one gate in some functionality classes.
* Fix inconsistency between operators and symbols in Wlc_Ntk_t.Alan Mishchenko2015-04-252-37/+38
|
* Suggested fixes to compile with 'gcc -x c++'.Alan Mishchenko2015-04-247-8/+10
|
* Adding switch 'map -f' to not use large gates for high-fanout nodes ↵Alan Mishchenko2015-04-246-8/+18
| | | | (disabled by default).
* Bug fix in 'print_supp' (induced bugs in 'bm' and 'bm2').Alan Mishchenko2015-04-241-7/+7
|
* Adding platform-independent (alphabetic) way of sorting Genlib gates and ↵Alan Mishchenko2015-04-172-20/+56
| | | | selecting representatives based on area/delay.
* Adding support for dumping faults not detected by a given test-set in ↵Alan Mishchenko2015-04-173-24/+117
| | | | &fftest (switch -n).
* Bug fix in &satfx.Alan Mishchenko2015-04-171-2/+2
|
* Adding support for cardinality constraints in &fftest (switches -K and -k).Alan Mishchenko2015-04-163-6/+84
|
* Commenting out useless assertion in choice computation.Alan Mishchenko2015-04-151-1/+1
|
* Adding switch &fftest -e to dump delay-tests in a special format.Alan Mishchenko2015-04-151-1/+2
|
* Adding switch &fftest -e to dump delay-tests in a special format.Alan Mishchenko2015-04-143-4/+81
|
* Adding APIs to retrieve NOR/OR gates from the library.Alan Mishchenko2015-04-144-4/+15
|
* Making BDD computation more robust by using dynamic resource limit.Alan Mishchenko2015-04-111-2/+5
|
* Procedure to dump ZDD representing a set of cubes into a PLA file.Alan Mishchenko2015-04-102-0/+40
|
* Several additional fixed in the timing manager.Alan Mishchenko2015-04-073-3/+15
|
* Bug fix in 'mfs2': Apply sweep to avoid assertion failure when translating ↵Alan Mishchenko2015-04-061-0/+1
| | | | into a BDD.
* Getting default AND-node delay from Genlib library.Alan Mishchenko2015-04-064-1/+16
|
* Allow timing manager to be started when a default is set.Alan Mishchenko2015-04-061-4/+4
|
* Improvements in reading timing information from BLIF.Alan Mishchenko2015-04-052-26/+128
|
* Bug fix for big-endiang architectures (plus adding -lm in Makefile).Alan Mishchenko2015-04-041-1/+1
|
* Making sure the names are transfered when &get -n is used.Alan Mishchenko2015-04-043-13/+31
|
* Properly copying and saving the timing info in &get and &put.Alan Mishchenko2015-04-041-20/+17
|
* Properly copying and saving the timing info in &get and &put.Alan Mishchenko2015-04-047-6/+27
|
* Bug fix in handling constants in the updated 'sop' command.Alan Mishchenko2015-04-031-9/+4
|
* Cleanup and improvements in the user timing manager.Alan Mishchenko2015-04-031-44/+23
|
* Changing timing manager to have 0 default required times.Alan Mishchenko2015-04-031-10/+4
|
* Reason for assertion failure in &nf.Alan Mishchenko2015-04-031-10/+10
|
* Typo in hash function.Alan Mishchenko2015-04-021-1/+1
|
* Compiler warning.Alan Mishchenko2015-04-011-1/+1
|
* Added backward flop order to &icheck (switch -b).Alan Mishchenko2015-04-014-17/+94
|
* Important corner-case bug in SOP computation (recently introduced).Alan Mishchenko2015-04-011-0/+3
|
* Revising the timing manager.Alan Mishchenko2015-04-011-9/+12
|
* Updating command &satfx.Alan Mishchenko2015-03-312-13/+26
|
* Print-out of sequential equivalences in &scorr.Alan Mishchenko2015-03-313-21/+59
|
* Changed in comparing user timing.Alan Mishchenko2015-03-311-8/+16
|
* Small bug in user timing computation.Alan Mishchenko2015-03-271-1/+1
|
* Bug fix in initializing user timing in 'map'.Alan Mishchenko2015-03-261-6/+6
|
* Bug with in not property copying box info in &save/&load.Alan Mishchenko2015-03-251-0/+18
|
* Trying to reduce delay degradation afer 'map' with user timing.Alan Mishchenko2015-03-244-0/+131
|
* Scalable SOP manipulation package.Alan Mishchenko2015-03-2313-42/+1524
|
* Bug fix in saving AIG attributes in &save and &load.Alan Mishchenko2015-03-221-0/+6
|
* Fix for not propagating user timing correctly after &nf.Alan Mishchenko2015-03-181-4/+39
|
* Compiler warnings.Alan Mishchenko2015-03-182-2/+3
|
* Scalable SOP manipulation package.Alan Mishchenko2015-03-1814-4/+1666
|
* Adding switch '-b' in 'read_pla'.Alan Mishchenko2015-03-185-17/+32
|
* Bug fix in &cec (not generating a CEX).Alan Mishchenko2015-03-171-0/+1
|