summaryrefslogtreecommitdiff
path: root/backends/intersynth
Commit message (Collapse)AuthorAge
* 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
|
* 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