summaryrefslogtreecommitdiff
path: root/backends/intersynth/intersynth.cc
Commit message (Expand)AuthorAge
* namespace YosysClifford Wolf2014-09-27
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-23
* 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
* 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
* SigSpec refactoring: using the accessor functions everywhereClifford Wolf2014-07-22
* SigSpec refactoring: renamed chunks and width to __chunks and __widthClifford Wolf2014-07-22
* beautified write_intersynthJohann Glaser2014-01-25
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-22
* Ignore explicit unconnected ports in intersynth backendClifford Wolf2013-11-03
* Fixed handling of boolean attributes (backends)Clifford Wolf2013-10-24
* Added -selected option to various backendsClifford Wolf2013-09-03
* Added -notypes option to intersynth backendClifford Wolf2013-03-24
* Fixed gcc build (intersynth backend)Clifford Wolf2013-03-23
* Various improvements in intersynth backendClifford Wolf2013-03-23
* Added intersynth backendClifford Wolf2013-03-23