aboutsummaryrefslogtreecommitdiffstats
path: root/passes/cmds/write_file.cc
Commit message (Collapse)AuthorAgeFilesLines
* 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