summaryrefslogtreecommitdiffstats
path: root/src/base
Commit message (Collapse)AuthorAgeFilesLines
* Enabling native Gia visualization in &show.Alan Mishchenko2016-04-031-5/+10
|
* Allowing Cba manager to be derived from another Cba manager.Alan Mishchenko2016-04-022-3/+3
|
* Windowing for technology mapping.Alan Mishchenko2016-03-302-7/+10
|
* Bug fix in truth table reading for funcs with less than 6 vars.Alan Mishchenko2016-03-282-2/+2
|
* Sorting multiplier inputs based on the number of constant bits.Alan Mishchenko2016-03-241-0/+21
|
* Typo in operator in Wlc_Ntk_t.Alan Mishchenko2016-03-181-1/+1
|
* Supporting bit-wise XNOR operator in Wlc_Ntk_t.Alan Mishchenko2016-03-185-3/+9
|
* Supporting complemented reduction operators.Alan Mishchenko2016-03-111-6/+7
|
* Supporting complemented reduction operators.Alan Mishchenko2016-03-105-11/+40
|
* Change error to warning in 'scorr'.Alan Mishchenko2016-03-091-2/+2
|
* Supporting ~^ as equality operator in Wlc.Alan Mishchenko2016-03-041-2/+3
|
* New hierarchical TT NPN matching.Alan Mishchenko2016-02-262-3/+26
|
* Improving bit-blasting of a multiplier and squarer.Alan Mishchenko2016-02-132-16/+46
|
* Adding support for a different bit-blasting of a multiplier and squarer.Alan Mishchenko2016-02-131-0/+79
|
* Adding support for a different bit-blasting of a multiplier and squarer.Alan Mishchenko2016-02-125-2/+97
|
* Experiments with SAT-based mapping.Alan Mishchenko2016-02-081-1/+1
|
* Added recursive bit-blasting of a carry-lookahead adder.Alan Mishchenko2016-02-061-0/+51
|
* Preserving internal signal names when 'strash' is not used.Alan Mishchenko2016-02-032-0/+7
|
* Supporting X-valued constants in Wlc_Ntk_t.Alan Mishchenko2016-02-021-1/+1
|
* Supporting X-valued constants in Wlc_Ntk_t.Alan Mishchenko2016-02-021-6/+13
|
* Supporting X-valued constants in Wlc_Ntk_t.Alan Mishchenko2016-02-024-11/+26
|
* An add-on to write Verilog for circuits mapped into simple gates.Alan Mishchenko2016-02-011-9/+22
|
* Bug fix in 'aig', for the case of non-min-base SOPs.Alan Mishchenko2016-01-201-0/+1
|
* Generating sorting network as a PLA file.Alan Mishchenko2016-01-202-3/+52
|
* New command to dump LUT network.Alan Mishchenko2016-01-161-33/+97
|
* Changes to PDR to compute f-inf clauses and import invariant (or clauses) as ↵Alan Mishchenko2016-01-148-49/+243
| | | | a network.
* Adding support for delay/area tradeoff.Alan Mishchenko2016-01-131-2/+14
|
* Integrating new CNF generation into &bmc.Alan Mishchenko2016-01-121-8/+16
|
* Better print-out of SOPs. Changing default of 'fx'. Updating 'satclp' to ↵Alan Mishchenko2016-01-125-10/+184
| | | | fine prine SOPs.
* Experiments with SAT-based mapping.Alan Mishchenko2016-01-101-0/+1
|
* Adding support of candinality clause to the SAT solver.Alan Mishchenko2016-01-101-3/+7
|
* Consolidating timing manager Scl_Con_t and propagating changes.Alan Mishchenko2016-01-071-2/+40
|
* Adding switch &miter -x for XORs outputs of two word-level POs.Alan Mishchenko2016-01-061-2/+25
|
* Adding names to GIA inputs/outputs (addressing x-valued flops).Alan Mishchenko2015-12-221-1/+51
|
* Adding names to GIA inputs/outputs. Changing polarity of invariant ↵Alan Mishchenko2015-12-211-0/+34
| | | | generated by PDR.
* Corner-case bug in invariant profiling.Alan Mishchenko2015-12-181-0/+5
|
* Adding code to support gate profiles.Alan Mishchenko2015-12-144-20/+46
|
* Extending Verilog parser to handle 'default' in the case-statement.Alan Mishchenko2015-12-071-11/+27
|
* Adding code to support gate profiles.Alan Mishchenko2015-12-072-1/+12
|
* New command %psinv.Alan Mishchenko2015-11-235-2/+105
|
* main: add option -Q for execute command quietly, then interactiveBaruch Sterin2015-11-182-7/+15
|
* Improvements to timing optimization.Alan Mishchenko2015-11-112-0/+29
|
* Bug fix in 'satclp'.Alan Mishchenko2015-11-111-9/+10
|
* load_plugin: remove a comment that became redundant and cleaned up a bitBaruch Sterin2015-11-101-7/+2
|
* load_plugin: remove a check that the binary exists when a plugin command ↵Baruch Sterin2015-11-101-6/+0
| | | | runs - the registration was successful, so the binary should exist. The check was remove to allow the -p option for load_plugin to work.
* Improvements to 'satclp'.Alan Mishchenko2015-11-092-8/+8
|
* Improvements to 'satclp'.Alan Mishchenko2015-11-093-37/+54
|
* g++ compiler warnings.Alan Mishchenko2015-11-081-0/+1
|
* Add a -p option to load_plugin, given this option, the command does not ↵Baruch Sterin2015-11-071-31/+84
| | | | require an absolute path for theplugin. Instead, the shell searches PATH for it.
* Improvements to 'satclp' (unfinished).Alan Mishchenko2015-11-061-15/+31
|