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
*
Renamed hashmap.h to hashlib.h, some related improvements
Clifford Wolf
2014-12-28
6
-8
/
+8
*
More dict/pool related changes
Clifford Wolf
2014-12-27
2
-11
/
+11
*
More hashtable finetuning
Clifford Wolf
2014-12-27
5
-6
/
+6
*
Replaced std::unordered_set (nodict) with Yosys::pool
Clifford Wolf
2014-12-26
4
-8
/
+8
*
Replaced std::unordered_map as implementation for Yosys::dict
Clifford Wolf
2014-12-26
3
-14
/
+14
*
Added Yosys::{dict,nodict,vector} container types
Clifford Wolf
2014-12-26
13
-35
/
+39
*
Added "test_cell -muxdiv"
Clifford Wolf
2014-12-25
1
-2
/
+18
*
Added "test_cell -w" feature
Clifford Wolf
2014-12-25
1
-18
/
+39
*
Fixed simplemap for $ne cells with output width > 1
Clifford Wolf
2014-12-25
1
-7
/
+8
*
Fixed off-by-one bug in "hierarchy -check" for positional module args
Clifford Wolf
2014-12-24
1
-2
/
+2
*
Added "dfflibmap -prepare" help
Clifford Wolf
2014-12-24
1
-1
/
+5
*
Added "dfflibmap -prepare"
Clifford Wolf
2014-12-24
1
-31
/
+54
*
Added "dff2dffe -direct" for direct gate mapping
Clifford Wolf
2014-12-24
1
-5
/
+37
*
Added "dff2dffe -unmap"
Clifford Wolf
2014-12-24
1
-6
/
+42
*
Added support for gate-level cells in dff2dffe
Clifford Wolf
2014-12-24
1
-9
/
+38
*
Improvements in simplemap api, added $ne $nex $eq $eqx support
Clifford Wolf
2014-12-24
3
-26
/
+107
*
Renamed extend() to extend_xx(), changed most users to extend_u0()
Clifford Wolf
2014-12-24
8
-23
/
+23
*
Improved ABC clock domain partitioning
Clifford Wolf
2014-12-23
1
-2
/
+59
*
Indenting fix in show.cc
Clifford Wolf
2014-12-23
1
-2
/
+2
*
Added "show -colorattr"
Clifford Wolf
2014-12-23
1
-4
/
+35
*
Added "abc -markgroups"
Clifford Wolf
2014-12-23
1
-0
/
+20
*
Added support for multiple clock domains to "abc" pass
Clifford Wolf
2014-12-21
1
-64
/
+123
*
Fixed "abc" pass for clk and enable signals driven by logic
Clifford Wolf
2014-12-21
1
-6
/
+8
*
Added DFFE support to "abc" pass
Clifford Wolf
2014-12-20
1
-11
/
+78
*
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
[next]