summaryrefslogtreecommitdiff
path: root/kernel/calc.cc
Commit message (Expand)AuthorAge
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
* Removed $bu0 cell typeClifford Wolf2014-09-04
* Using $pos models for $bu0Clifford Wolf2014-09-03
* Small bug fixes in $not, $neg, and $shiftx modelsClifford Wolf2014-09-02
* Fixed return size of const_*() eval functionsClifford Wolf2014-08-31
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-31
* Added $shift and $shiftx cell types (needed for correct part select behavior)Clifford Wolf2014-07-29
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Strictly zero-extend unsigned A-inputs of shift operationsClifford Wolf2014-03-06
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-28
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-27
* More undef-propagation related fixesClifford Wolf2013-11-08
* Removed debug log from const_pow()Clifford Wolf2013-11-08
* Fixed handling of power operatorClifford Wolf2013-11-07
* Fixed more extend vs. extend_u0 issuesClifford Wolf2013-11-07
* Improved undef handling in == and != for ConstEvalClifford Wolf2013-11-06
* Improved width extension with regard to undef propagationClifford Wolf2013-11-06
* Fixed handling of undef values in POS cells in ConstEvalClifford Wolf2013-11-06
* Fixed sign handling in const eval of sshl and sshrClifford Wolf2013-11-05
* Fixed signed div/mod in const eval (rounding and stuff)Clifford Wolf2013-08-15
* Added eval -brute_force_equiv_checker_x modeClifford Wolf2013-08-15
* Fixed even more ConstEval bugs found using xsthammerClifford Wolf2013-06-14
* Moved stand-alone libs to libs/ directory and added libs/subcircuitClifford Wolf2013-02-27
* initial importClifford Wolf2013-01-05