aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/consteval.h
Commit message (Expand)AuthorAgeFilesLines
* Remove set but unused variableMiodrag Milanovic2022-05-271-4/+0
* Add $bmux and $demux cells.Marcelina Koƛcielnicka2022-01-281-2/+33
* Fixing old e-mail addresses and deadnamesClaire Xenia Wolf2021-06-081-1/+1
* kernel: big fat patch to use more ID::*, otherwise ID(*)Eddie Hung2020-04-021-18/+18
* Use more ID::{A,B,Y,blackbox,whitebox}Eddie Hung2019-08-151-8/+8
* Use ID() in kernel/*, add simple ID:: hack (to be improved upon later)Clifford Wolf2019-08-111-33/+33
* RTLIL::S{0,1} -> State::S{0,1} for headersEddie Hung2019-08-071-11/+11
* Add $_NMUX_, add "abc -g cmos", add proper cmos cell costsClifford Wolf2019-08-061-2/+5
* Improve ConstEval error handling for non-eval cell typesClifford Wolf2018-11-291-2/+7
* Add ConstEval defaultval featureClifford Wolf2017-04-051-1/+8
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-101-10/+10
* namespace YosysClifford Wolf2014-09-271-0/+4
* Simplified $fa undef modelClifford Wolf2014-09-081-0/+4
* Added $lcu cell typeClifford Wolf2014-09-081-0/+37
* Added "$fa" cell typeClifford Wolf2014-09-081-0/+25
* Added $macc eval modelClifford Wolf2014-09-061-0/+22
* Fixes in $alu SAT- and eval-modelsClifford Wolf2014-09-031-2/+2
* Added ConstEval model for $alu cellsClifford Wolf2014-09-011-0/+56
* Added additional gate types: $_NAND_ $_NOR_ $_XNOR_ $_AOI3_ $_OAI3_ $_AOI4_ $...Clifford Wolf2014-08-161-1/+16
* 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