summaryrefslogtreecommitdiff
path: root/manual/CHAPTER_Prog
Commit message (Collapse)AuthorAge
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-14
|
* Fixed trailing whitespacesClifford Wolf2015-07-02
|
* Added some missing .gitignore in manual/Clifford Wolf2014-12-04
|
* Some fixes in stubnets exampleClifford Wolf2014-11-24
|
* Renamed SIZE() to GetSize() because of name collision on Win32Clifford Wolf2014-10-10
|
* Corrected spelling mistakes found by lintianRuben Undheim2014-09-06
|
* 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
|
* Fixed manual/CHAPTER_Prog/stubnets.ccClifford Wolf2014-07-23
|
* Removed RTLIL::SigSpec::expand() methodClifford Wolf2014-07-23
|
* Renamed manual/FILES_* directoriesClifford Wolf2014-01-28