summaryrefslogtreecommitdiff
path: root/passes/cmds/write_file.cc
Commit message (Collapse)AuthorAge
* New upstream version 0.7+20180830git0b7a184Ruben Undheim2018-08-30
|
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-14
|
* Re-introduced Yosys::readsome() helper functionClifford Wolf2014-10-23
| | | | (f.read() + f.gcount() made problems with lines > 16kB)
* Replaced readsome() with read() and gcount()Clifford Wolf2014-10-15
|
* Fixed win32 troubles with f.readsome()Clifford Wolf2014-10-11
|
* namespace YosysClifford Wolf2014-09-27
|
* Changed frontend-api from FILE to std::istreamClifford Wolf2014-08-23
|
* Added write_file commandClifford Wolf2014-07-30