aboutsummaryrefslogtreecommitdiffstats
path: root/backends/ilang/ilang_backend.h
Commit message (Collapse)AuthorAgeFilesLines
* Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-261-51/+0
| | | | | | | | | | The only difference between "RTLIL" and "ILANG" is that the latter is the text representation of the former, as opposed to the in-memory graph representation. This distinction serves no purpose but confuses people: it is not obvious that the ILANG backend writes RTLIL graphs. Passes `write_ilang` and `read_ilang` are provided as aliases to `write_rtlil` and `read_rtlil` for compatibility.
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
|
* Sorting of object names in ilang backendClifford Wolf2014-09-191-2/+2
|
* Changed backend-api from FILE to std::ostreamClifford Wolf2014-08-231-13/+13
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-1/+5
|
* Added dump -m and -n optionsClifford Wolf2013-11-291-2/+2
|
* Added "dump" command (part ilang backend)Clifford Wolf2013-06-021-2/+2
|
* initial importClifford Wolf2013-01-051-0/+47