aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
Commit message (Expand)AuthorAgeFilesLines
* Replaced RTLIL::SigSpec::operator!=() with inline versionClifford Wolf2014-07-231-1/+1
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-231-6/+2
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 1/3Clifford Wolf2014-07-231-2/+8
* Some cleanups in RTLIL::SigChunk::SigChunk(const RTLIL::Const&)Clifford Wolf2014-07-231-2/+2
* SigSpec refactoring: Added RTLIL::SigSpecIteratorClifford Wolf2014-07-221-6/+28
* SigSpec refactoring: added RTLIL::SigSpec::operator[]Clifford Wolf2014-07-221-1/+4
* Removed RTLIL::SigChunk::compare()Clifford Wolf2014-07-221-1/+0
* SigSpec refactoring: added RTLIL::SigSpec::bits() and pack/unpack apiClifford Wolf2014-07-221-10/+32
* SigSpec refactoring: change RTLIL::SigSpec::chunks() to be read-only, created...Clifford Wolf2014-07-221-1/+1
* SigSpec refactoring: change RTLIL::SigSpec::size() to be read-onlyClifford Wolf2014-07-221-2/+1
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-2/+2
* SigSpec refactoring: renamed the SigSpec members to chunks_ and width_ and ad...Clifford Wolf2014-07-221-3/+9
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-4/+7
* Replaced depricated NEW_WIRE macro with module->addWire() callsClifford Wolf2014-07-211-3/+0
* Removed deprecated module->new_wire()Clifford Wolf2014-07-211-5/+5
* Added module->remove(), module->addWire(), module->addCell(), cell->check()Clifford Wolf2014-07-211-0/+5
* Added std::set<RTLIL::SigBit> to RTLIL::SigSpec conversionClifford Wolf2014-07-201-0/+1
* Added SIZE() macroClifford Wolf2014-07-201-0/+2
* Added automatic conversion from RTLIL::SigSpec to std::vector<RTLIL::SigBit>Clifford Wolf2014-07-181-0/+1
* Added function-like cell creation helpersClifford Wolf2014-07-181-0/+55
* Added support for dlatchsr cellsClifford Wolf2014-03-311-0/+4
* Added RTLIL::Module::add{Dff,Dffsr,Adff,Dlatch}Gate() APIClifford Wolf2014-03-151-0/+7
* Added RTLIL::Module::Add{Inv,And,Or,Xor,Mux}Gate APIClifford Wolf2014-03-141-0/+6
* Added RTLIL::Module::add... helper methodsClifford Wolf2014-03-101-0/+57
* Added generic RTLIL::SigSpec::parse_sel() with support for selection variablesClifford Wolf2014-02-061-0/+1
* Added RTLIL::SigSpec::to_single_sigbit()Clifford Wolf2014-02-021-0/+1
* Added select -assert-none and -assert-anyClifford Wolf2014-01-171-0/+3
* Added RTLIL::SigSpec::optimized() APIClifford Wolf2014-01-031-0/+1
* Added $bu0 cell (for easy correct $eq/$ne mapping)Clifford Wolf2013-12-281-0/+1
* Added proper === and !== support in constant expressionsClifford Wolf2013-12-271-0/+2
* Fixed uninitialized const flags bugClifford Wolf2013-12-071-1/+1
* Replaced signed_parameters API with CONST_FLAG_SIGNEDClifford Wolf2013-12-041-3/+2
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-2/+12
* Added module->avail_parameters (for advanced techmap features)Clifford Wolf2013-11-241-0/+1
* Remove auto_wire framework (smarter than the verilog standard)Clifford Wolf2013-11-241-2/+1
* Implemented correct handling of signed module parametersClifford Wolf2013-11-241-1/+2
* Added more generic _TECHMAP_ wire mechanism to techmap passClifford Wolf2013-11-231-0/+6
* Added SigBit struct and refactored RTLIL::SigSpec::extractClifford Wolf2013-11-221-0/+34
* Major improvements in mem2reg and added "init" sync rulesClifford Wolf2013-11-211-1/+2
* Improved user-friendliness of "sat" and "eval" expression parsingClifford Wolf2013-11-091-0/+1
* Renamed extend_un0() to extend_u0() and use it in genrtlilClifford Wolf2013-11-071-1/+1
* Fixed type of sign extension in opt_const $eq/$ne handlingClifford Wolf2013-11-071-0/+1
* Added design->full_selection() helper methodClifford Wolf2013-10-271-0/+3
* Fixed handling of boolean attributes (passes)Clifford Wolf2013-10-241-1/+1
* Fixed handling of boolean attributes (kernel)Clifford Wolf2013-10-241-5/+17
* Changed NEW_WIRE API to return the wire, not the signalClifford Wolf2013-10-181-1/+1
* Added RTLIL NEW_WIRE macroClifford Wolf2013-10-181-0/+4
* Added techmap -opt modeClifford Wolf2013-08-091-2/+5
* Some fixes to improve determinismClifford Wolf2013-08-091-0/+6
* Added "design" command (-reset, -save, -load)Clifford Wolf2013-07-271-12/+12