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
*
Added verification of SAT model to "eval -vloghammer_report" command
Clifford Wolf
2013-11-09
2
-6
/
+48
*
More undef-propagation related fixes
Clifford Wolf
2013-11-08
2
-0
/
+9
*
Fixed handling of different signedness in power operands
Clifford Wolf
2013-11-08
1
-1
/
+1
*
Fixed keep attribute on wires in opt_clean
Clifford Wolf
2013-11-08
1
-1
/
+1
*
Implemented const folding of ternary op with undef select
Clifford Wolf
2013-11-08
1
-0
/
+8
*
Removed debug log from const_pow()
Clifford Wolf
2013-11-08
1
-1
/
+0
*
Fixed handling of power operator
Clifford Wolf
2013-11-07
4
-19
/
+78
*
Fixed more extend vs. extend_u0 issues
Clifford Wolf
2013-11-07
3
-11
/
+20
*
Disabled const folding of ternary op when select is undef
Clifford Wolf
2013-11-07
1
-2
/
+14
*
Renamed extend_un0() to extend_u0() and use it in genrtlil
Clifford Wolf
2013-11-07
4
-8
/
+12
*
Fixed type of sign extension in opt_const $eq/$ne handling
Clifford Wolf
2013-11-07
3
-9
/
+26
*
Fixed sign handling in constants
Clifford Wolf
2013-11-07
1
-0
/
+1
*
Fixed const folding in corner cases with parameters
Clifford Wolf
2013-11-07
2
-14
/
+27
*
Removed done or obsolete TODO items
Clifford Wolf
2013-11-07
1
-8
/
+0
*
Fixed width detection for replicate operator
Clifford Wolf
2013-11-07
1
-0
/
+1
*
Fixed $eq/$ne bitwise optimization in opt_const
Clifford Wolf
2013-11-07
1
-7
/
+8
*
Fixed at_zero evaluation of dynamic ranges
Clifford Wolf
2013-11-07
1
-7
/
+2
*
Various fixes for correct parameter support
Clifford Wolf
2013-11-07
4
-40
/
+101
*
Fixed the fix for propagation of width hints for $signed() and $unsigned()
Clifford Wolf
2013-11-07
1
-5
/
+4
*
Fixed techmap of $reduce_xnor with multi-bit outputs
Clifford Wolf
2013-11-07
1
-1
/
+7
*
Fixed techmap of $gt and $ge with multi-bit outputs
Clifford Wolf
2013-11-06
1
-2
/
+14
*
Added handling of unconnected/unspecified signals to eval -vloghammer_report
Clifford Wolf
2013-11-06
1
-2
/
+6
*
Fixed propagation of width hints for $signed() and $unsigned()
Clifford Wolf
2013-11-06
1
-1
/
+4
*
Improved undef handling in == and != for ConstEval
Clifford Wolf
2013-11-06
1
-11
/
+25
*
Additional fixes for undef propagation in concat and replicate ops
Clifford Wolf
2013-11-06
1
-0
/
+4
*
Improved width extension with regard to undef propagation
Clifford Wolf
2013-11-06
4
-87
/
+171
*
Fixed handling of undef values in POS cells in ConstEval
Clifford Wolf
2013-11-06
1
-3
/
+1
*
Fixed handling of undef values in MUX select input in ConstEval
Clifford Wolf
2013-11-06
1
-32
/
+58
*
Added correct RTL undef handling to eval vloghammer mode
Clifford Wolf
2013-11-06
1
-3
/
+17
*
Added eval -vloghammer_report mode
Clifford Wolf
2013-11-06
2
-4
/
+145
*
Added support for "keep" attributes on wires
Clifford Wolf
2013-11-05
2
-3
/
+8
*
Fixed sign handling in const eval of sshl and sshr
Clifford Wolf
2013-11-05
1
-2
/
+6
*
Makefile DESTDIR default (/usr/local) without quotes
Clifford Wolf
2013-11-04
1
-1
/
+1
*
Another fix for early width and sign detection in ast simplifier
Clifford Wolf
2013-11-04
1
-2
/
+3
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2013-11-04
1
-4
/
+7
|
\
|
*
Merge pull request #16 from mschmoelzer/master
Clifford Wolf
2013-11-04
1
-4
/
+7
|
|
\
|
|
*
Allow setting of installation destination via DESTDIR variable in Makefile
Martin Schmölzer
2013-11-04
1
-4
/
+7
|
|
/
*
|
Fixed const folding of ternary operator
Clifford Wolf
2013-11-04
1
-4
/
+5
*
|
Use proper bit width ans sign extension for const folding
Clifford Wolf
2013-11-04
1
-17
/
+18
|
/
*
Improved comments on topological sort in edif backend
Clifford Wolf
2013-11-04
1
-3
/
+4
*
Fixes for early width and sign detection in ast simplifier
Clifford Wolf
2013-11-04
1
-1
/
+2
*
further improved early width and sign detection in ast simplifier
Clifford Wolf
2013-11-04
2
-11
/
+117
*
Added simple topological sort to edif backend
Clifford Wolf
2013-11-03
1
-2
/
+30
*
Write yosys version to output files
Clifford Wolf
2013-11-03
7
-9
/
+13
*
Merge branch 'master' of github.com:cliffordwolf/yosys
Clifford Wolf
2013-11-03
2
-3
/
+62
|
\
|
*
Added resolution of positional arguments to hierarchy pass
Clifford Wolf
2013-11-03
1
-0
/
+57
|
*
Ignore explicit unconnected ports in intersynth backend
Clifford Wolf
2013-11-03
1
-3
/
+5
*
|
Fixed detectSignWidthWorker (ast frontend) for AST_CONCAT
Clifford Wolf
2013-11-03
1
-1
/
+1
*
|
Behavior should be identical now to rev. 0b4a64ac6adbd6 (next: testing before...
Clifford Wolf
2013-11-02
3
-8
/
+12
*
|
Added roadmap to readme file
Clifford Wolf
2013-11-02
1
-0
/
+9
[next]