index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
Don't be too smart with $dff cells with "init" attribute on out signal
Clifford Wolf
2014-10-16
1
-1
/
+1
*
|
Some cleanups in opt_clean
Clifford Wolf
2014-10-16
1
-16
/
+9
*
|
Print "SystemVerilog" in "read_verilog -sv" log messages
Clifford Wolf
2014-10-16
1
-1
/
+1
*
|
Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selects
Clifford Wolf
2014-10-16
1
-1
/
+8
*
|
Fixed handling of invalid array access in mem2reg code
Clifford Wolf
2014-10-16
2
-3
/
+15
*
|
Replaced log_assert() do { ... } while (0) hack with a static inline function
Clifford Wolf
2014-10-15
1
-1
/
+5
*
|
Fixed gcc warning
Clifford Wolf
2014-10-15
1
-1
/
+2
*
|
Fixed MXE build
Clifford Wolf
2014-10-15
2
-3
/
+3
*
|
Merge branch 'win32'
Clifford Wolf
2014-10-15
18
-71
/
+105
|
\
\
|
*
|
Check for _YOSYS_ in yosys.h
Clifford Wolf
2014-10-15
1
-0
/
+6
|
*
|
Updated .gitignore file for ilang and verilog frontends
Clifford Wolf
2014-10-15
2
-8
/
+8
|
*
|
Replaced readsome() with read() and gcount()
Clifford Wolf
2014-10-15
4
-23
/
+11
|
*
|
A few indent fixes
Clifford Wolf
2014-10-15
3
-4
/
+4
|
*
|
Changed from "and" to "&&"
William Speirs
2014-10-15
1
-1
/
+1
|
*
|
Changed to explicit heap allocated memory
William Speirs
2014-10-15
1
-1
/
+4
|
*
|
Wrapped init in std::set constructor
William Speirs
2014-10-15
1
-2
/
+2
|
*
|
Made iterators extend std::iterator and added == operator
William Speirs
2014-10-15
1
-2
/
+4
|
*
|
Define empty __attribute__ macro for non-gcc, non-clang compilers
Clifford Wolf
2014-10-15
2
-13
/
+9
|
*
|
Fixed log so it will compile under Visual Studio
William Speirs
2014-10-15
2
-8
/
+39
|
*
|
Updated lexers & parsers to include prefixes
William Speirs
2014-10-15
6
-27
/
+35
|
/
/
*
|
Updated ABC, enabled ABC in mxe builds
Clifford Wolf
2014-10-15
1
-3
/
+2
*
|
Removed CHECK() macro from libparse.cc (was using non-std c features)
Clifford Wolf
2014-10-13
1
-22
/
+15
*
|
Fixed ABC ARCHFLAGS for win32 cross build
Clifford Wolf
2014-10-12
1
-1
/
+1
*
|
More win32/abc fixes
Clifford Wolf
2014-10-12
3
-45
/
+46
*
|
Various Makefile changes for cross-compiling ABC for Win32
Clifford Wolf
2014-10-12
2
-8
/
+12
*
|
Various small fixes for non-win32 builds
Clifford Wolf
2014-10-12
2
-4
/
+11
*
|
Added make_temp_{file,dir}() and remove_directory() APIs
Clifford Wolf
2014-10-12
4
-49
/
+116
*
|
Using stringf() instead of asprintf() in "abc" pass
Clifford Wolf
2014-10-12
1
-29
/
+24
*
|
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
6
-92
/
+104
*
|
Renamed "log.cc" to "logcmd.cc" so there aren't two "log.cc" in the source tree
Clifford Wolf
2014-10-11
2
-1
/
+1
*
|
Shrinked the copyright banner by 1 character
Clifford Wolf
2014-10-11
1
-19
/
+19
*
|
Added "make dist" for mxe builds
Clifford Wolf
2014-10-11
1
-0
/
+10
*
|
Fixed Makefile PRETTY=1 for MXE (win32) and EMCC (js) builds
Clifford Wolf
2014-10-11
1
-2
/
+2
*
|
Do not the 'z' modifier in format string (another win32 fix)
Clifford Wolf
2014-10-11
5
-9
/
+9
*
|
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
6
-4
/
+21
*
|
Strip win32 executeables
Clifford Wolf
2014-10-11
1
-1
/
+1
*
|
Added proc_self_dirname() for win32
Clifford Wolf
2014-10-11
1
-4
/
+12
*
|
Fixed MXE readline support
Clifford Wolf
2014-10-11
1
-1
/
+3
*
|
Fixed ifdefs for plugin unloading
Clifford Wolf
2014-10-11
1
-2
/
+2
*
|
Disabled "cover -d" on win32
Clifford Wolf
2014-10-11
1
-0
/
+4
*
|
Not using std::to_string in ezsat (problems with mingw)
Clifford Wolf
2014-10-11
1
-5
/
+11
*
|
Disabled vhdl2verilog command for win32 builds
Clifford Wolf
2014-10-11
1
-0
/
+5
*
|
Disabled ezminisat timeout feature for Win32
Clifford Wolf
2014-10-11
2
-0
/
+8
*
|
Using next_token() to parse commands
Clifford Wolf
2014-10-10
1
-24
/
+24
*
|
Fixed next_token()
Clifford Wolf
2014-10-10
1
-2
/
+2
*
|
More Win32 build fixes
Clifford Wolf
2014-10-10
2
-10
/
+11
*
|
Added next_token() function (strtok() replacement)
Clifford Wolf
2014-10-10
2
-2
/
+19
*
|
Various win32 build fixes in yosys.cc
Clifford Wolf
2014-10-10
1
-5
/
+30
*
|
Moved patmatch() to yosys.cc
Clifford Wolf
2014-10-10
6
-95
/
+65
*
|
Replaced fnmatch() with patmatch()
Clifford Wolf
2014-10-10
4
-18
/
+105
[prev]
[next]