aboutsummaryrefslogtreecommitdiffstats
path: root/backends/edif
Commit message (Expand)AuthorAgeFilesLines
...
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-10/+10
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-10/+10
* Better handling of nameDef and nameRef in edif backendClifford Wolf2014-02-211-21/+27
* Fixed instantiating multi-bit ports in edif backendClifford Wolf2014-02-211-2/+4
* Replaced RTLIL::Const::str with generic decoder methodClifford Wolf2013-12-041-2/+2
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-241-0/+5
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-3/+3
* Improved comments on topological sort in edif backendClifford Wolf2013-11-041-3/+4
* Added simple topological sort to edif backendClifford Wolf2013-11-031-2/+30
* Write yosys version to output filesClifford Wolf2013-11-031-0/+4
* Fixed hex string generation bug in edif backendClifford Wolf2013-10-271-4/+4
* Fixed handling of boolean attributes (backends)Clifford Wolf2013-10-241-3/+3
* Improvements in EDIF backendClifford Wolf2013-09-171-1/+40
* Encode large (>32 bits) parameters as hex string in edif backendClifford Wolf2013-08-281-3/+16
* Improved edif backendClifford Wolf2013-08-271-8/+18
* Added correct encoding of identifiers in EDIF backendClifford Wolf2013-08-221-13/+61
* Added edif backend (still under construction)Clifford Wolf2013-08-222-0/+202