summaryrefslogtreecommitdiff
path: root/backends/edif/edif.cc
Commit message (Expand)AuthorAge
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-26
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-24
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-23
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-23
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-23
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-23
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* Better handling of nameDef and nameRef in edif backendClifford Wolf2014-02-21
* Fixed instantiating multi-bit ports in edif backendClifford Wolf2014-02-21
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-04
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-24
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-22
* Improved comments on topological sort in edif backendClifford Wolf2013-11-04
* Added simple topological sort to edif backendClifford Wolf2013-11-03
* Write yosys version to output filesClifford Wolf2013-11-03
* Fixed hex string generation bug in edif backendClifford Wolf2013-10-27
* Fixed handling of boolean attributes (backends)Clifford Wolf2013-10-24
* Improvements in EDIF backendClifford Wolf2013-09-17
* Encode large (>32 bits) parameters as hex string in edif backendClifford Wolf2013-08-28
* Improved edif backendClifford Wolf2013-08-27
* Added correct encoding of identifiers in EDIF backendClifford Wolf2013-08-22
* Added edif backend (still under construction)Clifford Wolf2013-08-22