aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/calc.cc
Commit message (Expand)AuthorAgeFilesLines
* Strictly zero-extend unsigned A-inputs of shift operationsClifford Wolf2014-03-061-2/+2
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-281-0/+8
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-271-0/+29
* More undef-propagation related fixesClifford Wolf2013-11-081-0/+5
* Removed debug log from const_pow()Clifford Wolf2013-11-081-1/+0
* Fixed handling of power operatorClifford Wolf2013-11-071-9/+41
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-071-8/+17
* Improved undef handling in == and != for ConstEvalClifford Wolf2013-11-061-11/+25
* Improved width extension with regard to undef propagationClifford Wolf2013-11-061-64/+97
* Fixed handling of undef values in POS cells in ConstEvalClifford Wolf2013-11-061-3/+1
* Fixed sign handling in const eval of sshl and sshrClifford Wolf2013-11-051-2/+6
* Fixed signed div/mod in const eval (rounding and stuff)Clifford Wolf2013-08-151-2/+8
* Added eval -brute_force_equiv_checker_x modeClifford Wolf2013-08-151-4/+10
* Fixed even more ConstEval bugs found using xsthammerClifford Wolf2013-06-141-26/+53
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-271-1/+1
* initial importClifford Wolf2013-01-051-0/+392