aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ilang/ilang_frontend.cc
Commit message (Collapse)AuthorAgeFilesLines
* Replace "ILANG" with "RTLIL" everywhere.whitequark2020-08-261-100/+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.
* Use C++11 final/override keywords.whitequark2020-06-181-2/+2
|
* Add "read_ilang -lib"Clifford Wolf2019-04-051-1/+9
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Add "read_ilang -[no]overwrite"Clifford Wolf2018-12-231-1/+29
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Consistent use of 'override' for virtual methods in derived classes.Henner Zeller2018-07-201-2/+2
| | | | | | | | | o Not all derived methods were marked 'override', but it is a great feature of C++11 that we should make use of. o While at it: touched header files got a -*- c++ -*- for emacs to provide support for that language. o use YS_OVERRIDE for all override keywords (though we should probably use the plain keyword going forward now that C++11 is established)
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+1
|
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
|
* namespace YosysClifford Wolf2014-09-271-3/+3
|
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-231-2/+3
|
* Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespaceClifford Wolf2014-07-311-0/+4
|
* Added help messages to ilang and verilog frontendsClifford Wolf2013-03-011-1/+11
|
* initial importClifford Wolf2013-01-051-0/+49