aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/write_file.cc
Commit message (Collapse)AuthorAgeFilesLines
* Fix typo, fixes #1095Clifford Wolf2019-06-201-1/+1
| | | | 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)
* Add support for "yosys -E"Clifford Wolf2018-01-071-0/+1
| | | | Signed-off-by: Clifford Wolf <clifford@clifford.at>
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-231-6/+3
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-151-3/+6
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-111-1/+1
|
* namespace YosysClifford Wolf2014-09-271-0/+4
|
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-231-2/+2
|
* Added write_file commandClifford Wolf2014-07-301-0/+76