aboutsummaryrefslogtreecommitdiffstats
path: root/frontends/ilang/ilang_frontend.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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