aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/consteval.h
Commit message (Expand)AuthorAgeFilesLines
* RIP $safe_pmuxClifford Wolf2014-08-141-5/+2
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-311-8/+8
* Using log_assert() instead of assert()Clifford Wolf2014-07-281-4/+4
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-1/+1
* Added RTLIL::Cell::has(portname)Clifford Wolf2014-07-261-4/+4
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-9/+9
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-9/+9
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-3/+3
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-231-5/+2
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-1/+1
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-9/+9
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-9/+9
* Fixed SAT and ConstEval undef handling for $pmux and $safe_pmuxClifford Wolf2014-01-031-4/+6
* Fixed handling of undef values in MUX select input in ConstEvalClifford Wolf2013-11-061-32/+58
* initial importClifford Wolf2013-01-051-0/+198