Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Changed users of cell->connections_ to the new API (sed command) | Clifford Wolf | 2014-07-26 | 1 | -26/+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 Wolf | 2014-07-26 | 1 | -26/+26 | |
| | ||||||
* | Use only module->addCell() and module->remove() to create and delete cells | Clifford Wolf | 2014-07-25 | 1 | -2/+1 | |
| | ||||||
* | SigSpec refactoring: using the accessor functions everywhere | Clifford Wolf | 2014-07-22 | 1 | -7/+7 | |
| | ||||||
* | SigSpec refactoring: renamed chunks and width to __chunks and __width | Clifford Wolf | 2014-07-22 | 1 | -7/+7 | |
| | ||||||
* | Fixed detection of init attribute in opt_rmdff | Clifford Wolf | 2014-02-04 | 1 | -1/+1 | |
| | ||||||
* | Improved handling of reg init in opt_share and opt_rmdff | Clifford Wolf | 2014-02-04 | 1 | -7/+29 | |
| | ||||||
* | Added constant-clock case to opt_rmdff | Clifford Wolf | 2014-02-02 | 1 | -0/+8 | |
| | ||||||
* | Added support for $adff with undef data inputs to opt_rmdff | Clifford Wolf | 2014-01-17 | 1 | -0/+6 | |
| | ||||||
* | Added log_abort() api | Clifford Wolf | 2013-05-24 | 1 | -1/+1 | |
| | ||||||
* | Some improvements in opt_rmdff | Clifford Wolf | 2013-05-23 | 1 | -2/+33 | |
| | ||||||
* | Added help messages for opt_* passes | Clifford Wolf | 2013-03-01 | 1 | -1/+16 | |
| | ||||||
* | initial import | Clifford Wolf | 2013-01-05 | 1 | -0/+135 | |