aboutsummaryrefslogtreecommitdiffstats
path: root/backends/intersynth/intersynth.cc
Commit message (Collapse)AuthorAgeFilesLines
* Renamed RTLIL::{Module,Cell}::connections to connections_Clifford Wolf2014-07-261-1/+1
|
* Replaced more old SigChunk programming patternsClifford Wolf2014-07-241-10/+6
|
* Removed RTLIL::SigSpec::optimize()Clifford Wolf2014-07-231-2/+0
|
* 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
|
* beautified write_intersynthJohann Glaser2014-01-251-0/+9
|
* Renamed "placeholder" to "blackbox"Clifford Wolf2013-11-221-1/+1
|
* Ignore explicit unconnected ports in intersynth backendClifford Wolf2013-11-031-3/+5
|
* Fixed handling of boolean attributes (backends)Clifford Wolf2013-10-241-1/+1
|
* Added -selected option to various backendsClifford Wolf2013-09-031-0/+17
|
* Added -notypes option to intersynth backendClifford Wolf2013-03-241-7/+18
|
* Fixed gcc build (intersynth backend)Clifford Wolf2013-03-231-14/+14
|
* Various improvements in intersynth backendClifford Wolf2013-03-231-9/+56
|
* Added intersynth backendClifford Wolf2013-03-231-0/+138