aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/consteval.h
Commit message (Collapse)AuthorAgeFilesLines
* 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, ↵Clifford Wolf2014-07-221-1/+1
| | | | created interim RTLIL::SigSpec::chunks_rw()
* 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