aboutsummaryrefslogtreecommitdiffstats
path: root/backends/blif
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-271-1/+1
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-271-1/+1
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-261-12/+12
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-12/+12
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-8/+6
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-231-1/+0
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 3/3Clifford Wolf2014-07-231-2/+2
* Refactoring {SigSpec|SigChunk}(RTLIL::Wire *wire, ..) constructor -- step 2/3Clifford Wolf2014-07-231-2/+2
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-221-12/+12
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-221-12/+12
* Added $lut support to blif backend (by user eddiehung from reddit)Clifford Wolf2014-02-221-0/+23
* Renamed "write_blif -subckt" to "write_blif -icells" and added -gates and -paramClifford Wolf2014-02-211-17/+65
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-241-0/+5
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
* Write yosys version to output filesClifford Wolf2013-11-031-0/+2
* Added placeholder check to dfflibmap and cleaned up some other placeholder ch...Clifford Wolf2013-10-311-1/+1
* Fixed handling of boolean attributes (backends)Clifford Wolf2013-10-241-1/+1
* Added -buf, -true and -false options to blif backendClifford Wolf2013-10-171-2/+40
* Improvements in EDIF backendClifford Wolf2013-09-171-1/+1
* Added additional options to BLIF backendClifford Wolf2013-09-151-15/+60
* Added BLIF backendClifford Wolf2013-09-152-0/+245