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
*
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
*
set "keep" on modules with $assert cells in "hierarchy"
Clifford Wolf
2014-09-30
1
-0
/
+30
*
Added support for "keep" on modules
Clifford Wolf
2014-09-29
2
-2
/
+2
*
namespace Yosys
Clifford Wolf
2014-09-27
74
-475
/
+753
*
Re-enabled assert for new logic loops in "share" pass
Clifford Wolf
2014-09-21
1
-4
/
+1
*
Various improvements regarding logic loops in "share" results
Clifford Wolf
2014-09-21
1
-37
/
+108
*
Logic loop bugfix for "share" pass
Clifford Wolf
2014-09-21
1
-3
/
+7
*
Added "share -limit"
Clifford Wolf
2014-09-21
1
-1
/
+13
*
Still loop bug in "share": changed assert to warning
Clifford Wolf
2014-09-21
1
-13
/
+25
*
Do not introduce new logic loops in "share"
Clifford Wolf
2014-09-21
1
-6
/
+47
*
Assert on new logic loops in "share" pass
Clifford Wolf
2014-09-21
1
-0
/
+48
*
Added "test_abcloop" command
Clifford Wolf
2014-09-19
2
-0
/
+286
*
Small improvements in "abc" command handle_loops() function
Clifford Wolf
2014-09-19
1
-6
/
+9
*
Using "NOT" instead of "INV" as cell name in default abc genlib file
Clifford Wolf
2014-09-19
1
-2
/
+2
*
Alphabetically sort port names in "show" output
Clifford Wolf
2014-09-19
1
-0
/
+3
*
Do not run "scorr" in "abc -fast"
Clifford Wolf
2014-09-18
1
-4
/
+4
*
Added "abc -fast"
Clifford Wolf
2014-09-18
1
-6
/
+31
*
Fixed $_NOR vs. $_NOR_ typo in abc.cc
Clifford Wolf
2014-09-16
1
-1
/
+1
*
Fixed $memwr/$memrd order in memory_dff
Clifford Wolf
2014-09-16
1
-4
/
+6
*
More aggressive $macc merging in alumacc
Clifford Wolf
2014-09-15
1
-1
/
+37
*
Added the obvious optimizations to alumacc $macc generator
Clifford Wolf
2014-09-15
1
-0
/
+1
*
Improved maccmap tree bit packing
Clifford Wolf
2014-09-15
1
-16
/
+50
*
Fixed wreduce $shiftx handling
Clifford Wolf
2014-09-15
1
-1
/
+1
*
Fixed techmap_wrap for techmap_celltype
Clifford Wolf
2014-09-14
1
-9
/
+16
*
Various fixes/cleanups in alumacc and maccmap
Clifford Wolf
2014-09-14
2
-2
/
+11
*
Added techmap_wrap attribute
Clifford Wolf
2014-09-14
1
-5
/
+28
*
alumacc fix for $pos cells
Clifford Wolf
2014-09-14
1
-13
/
+24
*
Extract $alu cells in alumacc
Clifford Wolf
2014-09-14
1
-1
/
+296
*
Merge $macc cells in alumacc pass
Clifford Wolf
2014-09-14
1
-1
/
+59
[next]