aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/consteval.h
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | 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-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, ↵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