index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
passes
Commit message (
Expand
)
Author
Age
Files
Lines
*
Checking existence of ports in "hierarchy -check"
Clifford Wolf
2014-12-19
1
-0
/
+13
*
Added functionality to dff2dffe pass
Clifford Wolf
2014-12-08
1
-2
/
+167
*
Added skeleton dff2dffe pass
Clifford Wolf
2014-12-08
3
-2
/
+78
*
Added $dffe cell type
Clifford Wolf
2014-12-08
1
-0
/
+23
*
Fixed bug in "hierarchy -top" with array of instances
Clifford Wolf
2014-11-27
1
-3
/
+10
*
Introducing YS_OVERRIDE, YS_FINAL, YS_ATTRIBUTE, YS_NORETURN
Clifford Wolf
2014-11-09
1
-6
/
+6
*
Added log_warning() API
Clifford Wolf
2014-11-09
6
-9
/
+9
*
Added missing fixup_ports() calls to "rename" command
Clifford Wolf
2014-11-08
1
-0
/
+4
*
Added "Nx" syntax to "show" command for repeating SigChunks
Clifford Wolf
2014-11-08
1
-6
/
+8
*
Improved TopoSort determinism
Clifford Wolf
2014-11-07
3
-5
/
+7
*
Fixed typo in "log_cmd_error_exception"
Clifford Wolf
2014-11-07
2
-4
/
+4
*
Made "cover" a compile-time option (disabled by default)
Clifford Wolf
2014-11-06
1
-2
/
+2
*
Added "opt -full" alias for all more aggressive optimizations
Clifford Wolf
2014-10-31
3
-7
/
+29
*
Re-introduced Yosys::readsome() helper function
Clifford Wolf
2014-10-23
1
-6
/
+3
*
Also look for yosys-abc in parent dir on win32
Clifford Wolf
2014-10-18
1
-0
/
+5
*
Fixed typo in test_cell
Clifford Wolf
2014-10-18
1
-1
/
+1
*
Fixed various VS warnings
Clifford Wolf
2014-10-18
3
-7
/
+7
*
Various win32 / vs build fixes
Clifford Wolf
2014-10-17
2
-7
/
+7
*
Added genfiles.zip to MXE "make dist"
Clifford Wolf
2014-10-17
1
-1
/
+1
*
Various MXE build fixes
Clifford Wolf
2014-10-17
1
-2
/
+5
*
Header changes so it will compile on VS
William Speirs
2014-10-17
4
-6
/
+25
*
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
*
Replaced readsome() with read() and gcount()
Clifford Wolf
2014-10-15
1
-3
/
+6
*
Changed from "and" to "&&"
William Speirs
2014-10-15
1
-1
/
+1
*
Wrapped init in std::set constructor
William Speirs
2014-10-15
1
-2
/
+2
*
Removed CHECK() macro from libparse.cc (was using non-std c features)
Clifford Wolf
2014-10-13
1
-22
/
+15
*
More win32/abc fixes
Clifford Wolf
2014-10-12
1
-38
/
+33
*
Added make_temp_{file,dir}() and remove_directory() APIs
Clifford Wolf
2014-10-12
1
-31
/
+15
*
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
2
-76
/
+73
*
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
*
Do not the 'z' modifier in format string (another win32 fix)
Clifford Wolf
2014-10-11
4
-7
/
+7
*
Fixed win32 troubles with f.readsome()
Clifford Wolf
2014-10-11
1
-1
/
+1
*
Disabled "cover -d" on win32
Clifford Wolf
2014-10-11
1
-0
/
+4
*
More Win32 build fixes
Clifford Wolf
2014-10-10
1
-10
/
+7
*
Moved patmatch() to yosys.cc
Clifford Wolf
2014-10-10
3
-4
/
+0
*
Replaced fnmatch() with patmatch()
Clifford Wolf
2014-10-10
3
-18
/
+14
*
Added format __attribute__ to stringf()
Clifford Wolf
2014-10-10
2
-3
/
+5
*
Renamed TRUE/FALSE to CONST_TRUE/CONST_FALSE because of name collision on Win32
Clifford Wolf
2014-10-10
1
-1
/
+1
*
Renamed SIZE() to GetSize() because of name collision on Win32
Clifford Wolf
2014-10-10
25
-284
/
+284
*
Added API for generic cell cost calculations
Clifford Wolf
2014-10-09
1
-15
/
+16
*
Added mxe-based cross build for win32
Clifford Wolf
2014-10-09
1
-3
/
+3
*
Fixes in "hilomap" help message
Clifford Wolf
2014-10-08
1
-4
/
+2
*
sort cell types in "stat" output by name
Clifford Wolf
2014-10-03
1
-2
/
+2
*
sat encoding for exclusive $pmux ctrl inputs in "share" pass
Clifford Wolf
2014-10-03
1
-4
/
+16
*
added resource sharing of $macc cells
Clifford Wolf
2014-10-03
1
-3
/
+261
*
Added $_BUF_ cell type
Clifford Wolf
2014-10-03
2
-5
/
+9
*
remove buffers in opt_clean
Clifford Wolf
2014-10-03
1
-0
/
+13
*
resource sharing of $alu cells
Clifford Wolf
2014-10-03
1
-3
/
+21
[next]