summaryrefslogtreecommitdiff
path: root/backends/blif
Commit message (Collapse)AuthorAge
* namespace YosysClifford Wolf2014-09-27
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
|
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-23
|
* Renamed $lut ports to follow A-Y naming schemeClifford Wolf2014-08-15
|
* Renamed $_INV_ cell type to $_NOT_Clifford Wolf2014-08-15
|
* No implicit conversion from IdString to anything elseClifford Wolf2014-08-02
|
* More cleanups related to RTLIL::IdString usageClifford Wolf2014-08-02
|
* Renamed port access function on RTLIL::Cell, added param access functionsClifford Wolf2014-07-31
|
* Using log_assert() instead of assert()Clifford Wolf2014-07-28
|
* Refactoring: Renamed RTLIL::Design::modules to modules_Clifford Wolf2014-07-27
|
* Refactoring: Renamed RTLIL::Module::cells to cells_Clifford Wolf2014-07-27
|
* Refactoring: Renamed RTLIL::Module::wires to wires_Clifford Wolf2014-07-27
|
* Changed users of cell->connections_ to the new API (sed command)Clifford Wolf2014-07-26
| | | | | | | | | git grep -l 'connections_' | xargs sed -i -r -e ' s/(->|\.)connections_\["([^"]*)"\] = (.*);/\1set("\2", \3);/g; s/(->|\.)connections_\["([^"]*)"\]/\1get("\2")/g; s/(->|\.)connections_.at\("([^"]*)"\)/\1get("\2")/g; s/(->|\.)connections_.push_back/\1connect/g; s/(->|\.)connections_/\1connections()/g;'
* 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
|
* 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
|
* Added $lut support to blif backend (by user eddiehung from reddit)Clifford Wolf2014-02-22
|
* Renamed "write_blif -subckt" to "write_blif -icells" and added -gates and -paramClifford Wolf2014-02-21
|
* Added "top" attribute to mark top module in hierarchyClifford Wolf2013-11-24
|
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-22
|
* Write yosys version to output filesClifford Wolf2013-11-03
|
* Added placeholder check to dfflibmap and cleaned up some other placeholder ↵Clifford Wolf2013-10-31
| | | | checks
* Fixed handling of boolean attributes (backends)Clifford Wolf2013-10-24
|
* Added -buf, -true and -false options to blif backendClifford Wolf2013-10-17
|
* Improvements in EDIF backendClifford Wolf2013-09-17
|
* Added additional options to BLIF backendClifford Wolf2013-09-15
|
* Added BLIF backendClifford Wolf2013-09-15