summaryrefslogtreecommitdiff
path: root/kernel/consteval.h
Commit message (Expand)AuthorAge
* Added $macc eval modelClifford Wolf2014-09-06
* Fixes in $alu SAT- and eval-modelsClifford Wolf2014-09-03
* Added ConstEval model for $alu cellsClifford Wolf2014-09-01
* Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ $...Clifford Wolf2014-08-16
* RIP $safe_pmuxClifford Wolf2014-08-14
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-27
* Added RTLIL::Cell::has(portname)Clifford Wolf2014-07-26
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-24
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-23
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-22
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* Fixed SAT and ConstEval undef handling for $pmux and $safe_pmuxClifford Wolf2014-01-03
* Fixed handling of undef values in MUX select input in ConstEvalClifford Wolf2013-11-06
* initial importClifford Wolf2013-01-05