index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Various MXE build fixes
Clifford Wolf
2014-10-17
3
-11
/
+23
*
Header changes so it will compile on VS
William Speirs
2014-10-17
3
-6
/
+40
*
Fixed a few VS warnings
Clifford Wolf
2014-10-17
3
-3
/
+3
*
Fixed RTLIL::SigSpec::parse() for out-of-range bit- and part-selects
Clifford Wolf
2014-10-16
1
-1
/
+8
*
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
1
-2
/
+2
*
Check for _YOSYS_ in yosys.h
Clifford Wolf
2014-10-15
1
-0
/
+6
*
Replaced readsome() with read() and gcount()
Clifford Wolf
2014-10-15
2
-17
/
+0
*
A few indent fixes
Clifford Wolf
2014-10-15
2
-3
/
+3
*
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
*
More win32/abc fixes
Clifford Wolf
2014-10-12
1
-5
/
+7
*
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
2
-0
/
+93
*
Added run_command() api to replace system() and popen()
Clifford Wolf
2014-10-12
3
-1
/
+27
*
Shrinked the copyright banner by 1 character
Clifford Wolf
2014-10-11
1
-19
/
+19
*
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
2
-0
/
+17
*
Added proc_self_dirname() for win32
Clifford Wolf
2014-10-11
1
-4
/
+12
*
Fixed ifdefs for plugin unloading
Clifford Wolf
2014-10-11
1
-2
/
+2
*
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
*
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
3
-91
/
+65
*
Replaced fnmatch() with patmatch()
Clifford Wolf
2014-10-10
1
-0
/
+91
*
Added format __attribute__ to stringf()
Clifford Wolf
2014-10-10
2
-2
/
+2
*
Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32
Clifford Wolf
2014-10-10
1
-52
/
+52
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
13
-127
/
+127
*
Replaced "#ifdef WIN32" with "#ifdef _WIN32"
Clifford Wolf
2014-10-09
2
-4
/
+4
*
Added API for generic cell cost calculations
Clifford Wolf
2014-10-09
1
-0
/
+84
*
No rusage on win32
Clifford Wolf
2014-10-09
2
-2
/
+13
*
satgen import sigbit api
Clifford Wolf
2014-10-03
1
-1
/
+17
*
added resource sharing of $macc cells
Clifford Wolf
2014-10-03
1
-0
/
+9
*
Added $_BUF_ cell type
Clifford Wolf
2014-10-03
2
-0
/
+4
*
Added support for "keep" on modules
Clifford Wolf
2014-09-29
1
-0
/
+5
*
namespace Yosys
Clifford Wolf
2014-09-27
6
-16
/
+28
*
Assert on new logic loops in "share" pass
Clifford Wolf
2014-09-21
1
-1
/
+1
*
Initialize RTLIL::Const from std::vector<bool>
Clifford Wolf
2014-09-19
2
-1
/
+9
*
Added new CodingReadme file (replaces CodingStyle and CHECKLISTS)
Clifford Wolf
2014-09-16
1
-0
/
+2
*
Added the obvious optimizations to alumacc $macc generator
Clifford Wolf
2014-09-15
1
-0
/
+60
*
Fixed monitor notifications for removed cell
Clifford Wolf
2014-09-14
1
-0
/
+3
*
Added "synth" command
Clifford Wolf
2014-09-14
1
-10
/
+4
*
Simplified $fa undef model
Clifford Wolf
2014-09-08
2
-14
/
+5
*
Added $lcu cell type
Clifford Wolf
2014-09-08
4
-0
/
+84
*
Added "$fa" cell type
Clifford Wolf
2014-09-08
4
-0
/
+90
*
Added $macc eval model
Clifford Wolf
2014-09-06
1
-0
/
+22
*
Added $macc SAT model
Clifford Wolf
2014-09-06
1
-0
/
+71
*
Added $macc cell type
Clifford Wolf
2014-09-06
3
-7
/
+189
[next]