summaryrefslogtreecommitdiff
path: root/kernel/consteval.h
Commit message (Collapse)AuthorAge
* Imported GIT HEAD: 0.8+20190328git32bd0f2Ruben Undheim2019-03-28
|
* New upstream version 0.7+20180830git0b7a184Ruben Undheim2018-08-30
|
* Fixed trailing whitespacesClifford Wolf2015-07-02
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
|
* namespace YosysClifford Wolf2014-09-27
|
* Simplified $fa undef modelClifford Wolf2014-09-08
|
* Added $lcu cell typeClifford Wolf2014-09-08
|
* Added "$fa" cell typeClifford Wolf2014-09-08
|
* 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
| | | | $_OAI4_
* 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
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* 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, ↵Clifford Wolf2014-07-22
| | | | created interim RTLIL::SigSpec::chunks_rw()
* 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