aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/driver.cc
Commit message (Expand)AuthorAgeFilesLines
* Modify emscripten main to mount nodefs and to run arg as a scriptRobert Ou2018-05-181-1/+18
* Add "#ifdef __FreeBSD__"Christian Krämer2018-05-131-3/+21
* Revert "Add "#ifdef __FreeBSD__""Clifford Wolf2018-05-131-21/+3
* Add "#ifdef __FreeBSD__"Johnny Sorocil2018-05-051-3/+21
* Add "yosys -e regex" for turning warnings into errorsClifford Wolf2018-05-041-2/+12
* Set stack size to at least 128 MB (large stack needed for parsing huge expres...Clifford Wolf2018-03-271-0/+13
* Improve handling of warning messagesClifford Wolf2018-03-041-0/+2
* Add support for "yosys -E"Clifford Wolf2018-01-071-1/+26
* Add support for editline as replacement for readlineClifford Wolf2017-11-081-3/+13
* Fix history namespace collisionClifford Wolf2017-06-201-10/+10
* Store command history when terminating with an errorClifford Wolf2017-06-201-17/+26
* Add "yosys -w" for suppressing warningsClifford Wolf2017-02-121-2/+12
* Added "yosys -W regex"Clifford Wolf2016-12-221-1/+10
* Some minor build fixes for Visual CClifford Wolf2016-10-141-1/+3
* Use _Exit(0) on win32, always use _Exit(1) in log_error()Clifford Wolf2016-08-161-0/+5
* Added "yosys -D ALL"Clifford Wolf2016-04-241-6/+17
* Added "yosys -D" featureClifford Wolf2016-04-211-1/+17
* fix a cut-n-paste error in the -h helpSebastian Kuzminsky2016-03-261-2/+2
* Import more std:: stuff into Yosys namespaceClifford Wolf2015-10-251-1/+1
* Spell check (by Larry Doolittle)Clifford Wolf2015-08-141-1/+1
* Fixed trailing whitespacesClifford Wolf2015-07-021-2/+2
* YosysJS stuffClifford Wolf2015-02-191-1/+16
* More YosysJS stuffClifford Wolf2015-02-161-0/+4
* Added YosysJS wrapperClifford Wolf2015-02-161-1/+3
* More emscripten stuff, Added example appClifford Wolf2015-02-151-0/+28
* Added "yosys -L logfile"Clifford Wolf2015-02-031-1/+7
* Added "make mklibyosys", some minor API changesClifford Wolf2015-02-011-4/+4
* Added yosys_banner(), Updated Copyright rangeClifford Wolf2015-02-011-25/+2
* Only enable code coverage counters on linuxClifford Wolf2015-01-091-1/+1
* build fix for mxeClifford Wolf2015-01-061-7/+8
* Print non-errors to stdoutClifford Wolf2015-01-031-2/+4
* improved -v optionClifford Wolf2014-12-301-2/+9
* print timing details (-d) in -q modeClifford Wolf2014-12-301-0/+4
* Added "yosys -X"Clifford Wolf2014-12-291-1/+7
* Added memhasher (yosys -M)Clifford Wolf2014-12-281-2/+9
* Added memory statistics (at least on linux)Clifford Wolf2014-12-271-3/+23
* Better help message printing for command line toolClifford Wolf2014-12-271-72/+77
* Added "yosys -d" command line optionClifford Wolf2014-12-261-10/+28
* Added "yosys -qq" to also quiet warning messagesClifford Wolf2014-11-091-1/+4
* Made "cover" a compile-time option (disabled by default)Clifford Wolf2014-11-061-1/+1
* More win32 (mxe and vs) build fixesClifford Wolf2014-10-171-0/+30
* Various MXE build fixesClifford Wolf2014-10-171-1/+1
* Header changes so it will compile on VSWilliam Speirs2014-10-171-2/+5
* Shrinked the copyright banner by 1 characterClifford Wolf2014-10-111-19/+19
* Replaced "#ifdef WIN32" with "#ifdef _WIN32"Clifford Wolf2014-10-091-1/+1
* No rusage on win32Clifford Wolf2014-10-091-1/+5
* Added "synth" commandClifford Wolf2014-09-141-10/+4
* Added emscripten (emcc) support to build system and some build fixesClifford Wolf2014-08-221-2/+8
* Added "plugin" commandClifford Wolf2014-08-221-10/+5
* Added log_spacer()Clifford Wolf2014-08-161-1/+2