aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ilang/ilang_frontend.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.
* Add "read_ilang -lib"Clifford Wolf2019-04-051-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "read_ilang -[no]overwrite"Clifford Wolf2018-12-231-0/+2
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
|
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-231-3/+2
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-1/+5
|
* initial importClifford Wolf2013-01-051-0/+45