index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
driver.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Store command history when terminating with an error
Clifford Wolf
2017-06-20
1
-17
/
+26
*
Add "yosys -w" for suppressing warnings
Clifford Wolf
2017-02-12
1
-2
/
+12
*
Added "yosys -W regex"
Clifford Wolf
2016-12-22
1
-1
/
+10
*
Some minor build fixes for Visual C
Clifford Wolf
2016-10-14
1
-1
/
+3
*
Use _Exit(0) on win32, always use _Exit(1) in log_error()
Clifford Wolf
2016-08-16
1
-0
/
+5
*
Added "yosys -D ALL"
Clifford Wolf
2016-04-24
1
-6
/
+17
*
Added "yosys -D" feature
Clifford Wolf
2016-04-21
1
-1
/
+17
*
fix a cut-n-paste error in the -h help
Sebastian Kuzminsky
2016-03-26
1
-2
/
+2
*
Import more std:: stuff into Yosys namespace
Clifford Wolf
2015-10-25
1
-1
/
+1
*
Spell check (by Larry Doolittle)
Clifford Wolf
2015-08-14
1
-1
/
+1
*
Fixed trailing whitespaces
Clifford Wolf
2015-07-02
1
-2
/
+2
*
YosysJS stuff
Clifford Wolf
2015-02-19
1
-1
/
+16
*
More YosysJS stuff
Clifford Wolf
2015-02-16
1
-0
/
+4
*
Added YosysJS wrapper
Clifford Wolf
2015-02-16
1
-1
/
+3
*
More emscripten stuff, Added example app
Clifford Wolf
2015-02-15
1
-0
/
+28
*
Added "yosys -L logfile"
Clifford Wolf
2015-02-03
1
-1
/
+7
*
Added "make mklibyosys", some minor API changes
Clifford Wolf
2015-02-01
1
-4
/
+4
*
Added yosys_banner(), Updated Copyright range
Clifford Wolf
2015-02-01
1
-25
/
+2
*
Only enable code coverage counters on linux
Clifford Wolf
2015-01-09
1
-1
/
+1
*
build fix for mxe
Clifford Wolf
2015-01-06
1
-7
/
+8
*
Print non-errors to stdout
Clifford Wolf
2015-01-03
1
-2
/
+4
*
improved -v option
Clifford Wolf
2014-12-30
1
-2
/
+9
*
print timing details (-d) in -q mode
Clifford Wolf
2014-12-30
1
-0
/
+4
*
Added "yosys -X"
Clifford Wolf
2014-12-29
1
-1
/
+7
*
Added memhasher (yosys -M)
Clifford Wolf
2014-12-28
1
-2
/
+9
*
Added memory statistics (at least on linux)
Clifford Wolf
2014-12-27
1
-3
/
+23
*
Better help message printing for command line tool
Clifford Wolf
2014-12-27
1
-72
/
+77
*
Added "yosys -d" command line option
Clifford Wolf
2014-12-26
1
-10
/
+28
*
Added "yosys -qq" to also quiet warning messages
Clifford Wolf
2014-11-09
1
-1
/
+4
*
Made "cover" a compile-time option (disabled by default)
Clifford Wolf
2014-11-06
1
-1
/
+1
*
More win32 (mxe and vs) build fixes
Clifford Wolf
2014-10-17
1
-0
/
+30
*
Various MXE build fixes
Clifford Wolf
2014-10-17
1
-1
/
+1
*
Header changes so it will compile on VS
William Speirs
2014-10-17
1
-2
/
+5
*
Shrinked the copyright banner by 1 character
Clifford Wolf
2014-10-11
1
-19
/
+19
*
Replaced "#ifdef WIN32" with "#ifdef _WIN32"
Clifford Wolf
2014-10-09
1
-1
/
+1
*
No rusage on win32
Clifford Wolf
2014-10-09
1
-1
/
+5
*
Added "synth" command
Clifford Wolf
2014-09-14
1
-10
/
+4
*
Added emscripten (emcc) support to build system and some build fixes
Clifford Wolf
2014-08-22
1
-2
/
+8
*
Added "plugin" command
Clifford Wolf
2014-08-22
1
-10
/
+5
*
Added log_spacer()
Clifford Wolf
2014-08-16
1
-1
/
+2
*
Added logfile hash to statistics footer
Clifford Wolf
2014-08-01
1
-31
/
+37
*
Added per-pass cpu usage statistics
Clifford Wolf
2014-08-01
1
-3
/
+39
*
Moved some stuff to kernel/yosys.{h,cc}, using Yosys:: namespace
Clifford Wolf
2014-07-31
1
-539
/
+7
*
Added "yosys -A"
Clifford Wolf
2014-07-31
1
-1
/
+10
*
Added "yosys -Q"
Clifford Wolf
2014-07-31
1
-26
/
+35
*
Added "kernel/yosys.h" and "kernel/yosys.cc"
Clifford Wolf
2014-07-30
1
-3
/
+1
*
Added "test_cell" command
Clifford Wolf
2014-07-29
1
-1
/
+1
*
Using log_assert() instead of assert()
Clifford Wolf
2014-07-28
1
-1
/
+1
*
Added log_cmd_error_expection
Clifford Wolf
2014-07-27
1
-3
/
+3
*
Refactoring: Renamed RTLIL::Design::modules to modules_
Clifford Wolf
2014-07-27
1
-3
/
+3
[next]