aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/rtlil.h
Commit message (Collapse)AuthorAgeFilesLines
...
* Automatically pack SigSpec on copy/assignClifford Wolf2014-07-261-0/+3
|
* Added new RTLIL::Cell port access methodsClifford Wolf2014-07-261-0/+8
|
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-10/+26
|
* Added copy-constructor-like module->addCell(name, other) methodClifford Wolf2014-07-261-0/+1
|
* Use only module->addCell() and module->remove() to create and delete cellsClifford Wolf2014-07-251-2/+19
|
* Added RTLIL::SigSpec is_chunk()/as_chunk() APIClifford Wolf2014-07-251-0/+3
|
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-1/+3
|
* Small changes regarding cover() and check() in SigSpecClifford Wolf2014-07-241-0/+4
|
* Added hashing to RTLIL::SigSpec relational and equal operatorsClifford Wolf2014-07-231-2/+7
|
* Added RTLIL::SigSpec::repeat()Clifford Wolf2014-07-231-0/+2
|
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-231-7/+0
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-231-3/+0
|
* Fixed all users of SigSpec::chunks_rw() and removed itClifford Wolf2014-07-231-2/+2
|
* 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, ↵Clifford Wolf2014-07-221-1/+1
| | | | created interim RTLIL::SigSpec::chunks_rw()
* 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 ↵Clifford Wolf2014-07-221-3/+9
| | | | added accessor functions
* 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
|