index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed O(n^2) performance bug in verilog preprocessor
Clifford Wolf
2013-11-22
1
-1
/
+1
|
*
Enable {* .. *} feature per default (removes dependency to REJECT feature in ↵
Clifford Wolf
2013-11-22
4
-22
/
+2
|
|
|
|
flex)
*
Fixed async proc detection in mem2reg
Clifford Wolf
2013-11-21
1
-5
/
+9
|
*
Major improvements in mem2reg and added "init" sync rules
Clifford Wolf
2013-11-21
5
-88
/
+255
|
*
Fixed ilang parser: memory width
Clifford Wolf
2013-11-20
1
-1
/
+1
|
*
Another name resolution bugfix for generate blocks
Clifford Wolf
2013-11-20
1
-4
/
+13
|
*
Implemented indexed part selects
Clifford Wolf
2013-11-20
2
-0
/
+14
|
*
Do not allow memory bit select on the left side of an assignment
Clifford Wolf
2013-11-20
1
-1
/
+1
|
*
Added "synthesis" in (synopsys|synthesis) comment support
Clifford Wolf
2013-11-20
1
-6
/
+6
|
*
Fixed name resolution of local tasks and functions in generate block
Clifford Wolf
2013-11-20
1
-2
/
+16
|
*
Implemented part/bit select on memory read
Clifford Wolf
2013-11-20
2
-4
/
+63
|
*
Added init= attribute for fpga-style reset values
Clifford Wolf
2013-11-20
1
-6
/
+19
|
*
Fixed parsing of module arguments when one type is used for many args
Clifford Wolf
2013-11-19
1
-3
/
+10
|
*
Fixed two bugs in mem2reg functionality in AST frontend
Clifford Wolf
2013-11-18
1
-4
/
+8
|
*
Added dumping of attributes in AST frontend
Clifford Wolf
2013-11-18
1
-0
/
+11
|
*
Fixed parsing of default cases when not last case
Clifford Wolf
2013-11-18
1
-12
/
+16
|
*
Fixed mem2reg for reg usage outside always block
Clifford Wolf
2013-11-18
1
-1
/
+1
|
*
Fixed parsing of "parameter integer"
Clifford Wolf
2013-11-13
1
-2
/
+2
|
*
Cleanups and bugfixes in response to new internal cell checker
Clifford Wolf
2013-11-11
1
-3
/
+6
|
*
Call internal checker more often
Clifford Wolf
2013-11-10
1
-0
/
+1
|
*
More undef-propagation related fixes
Clifford Wolf
2013-11-08
1
-0
/
+4
|
*
Fixed handling of different signedness in power operands
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
|
*
Fixed handling of power operator
Clifford Wolf
2013-11-07
2
-10
/
+22
|
*
Fixed more extend vs. extend_u0 issues
Clifford Wolf
2013-11-07
2
-3
/
+3
|
*
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
1
-4
/
+8
|
*
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
|
*
Fixed width detection for replicate operator
Clifford Wolf
2013-11-07
1
-0
/
+1
|
*
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 propagation of width hints for $signed() and $unsigned()
Clifford Wolf
2013-11-06
1
-1
/
+4
|
*
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
1
-9
/
+60
|
*
Another fix for early width and sign detection in ast simplifier
Clifford Wolf
2013-11-04
1
-2
/
+3
|
*
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
|
*
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
|
*
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 ↵
Clifford Wolf
2013-11-02
2
-2
/
+6
|
|
|
|
before constfold fixes)
*
Various ast changes for early expression width detection (prep for constfold ↵
Clifford Wolf
2013-11-02
4
-30
/
+139
|
|
|
|
fixes)
*
Fixed handling of boolean attributes (frontends)
Clifford Wolf
2013-10-24
5
-14
/
+29
|
*
Fixed handling of boolean attributes (kernel)
Clifford Wolf
2013-10-24
1
-1
/
+1
|
*
Fixed parsing of value-less attributes in ilang
Clifford Wolf
2013-10-23
1
-1
/
+1
|
*
fixed Verilog parser filename and line numbering issue with include files
Johann Glaser
2013-08-21
1
-0
/
+2
|
*
Added support for include directories with the new '-I' argument of the
Johann Glaser
2013-08-20
3
-4
/
+24
|
|
|
|
'read_verilog' command
*
Added support for notif0/notif1 primitives
Johann Glaser
2013-08-20
2
-4
/
+8
|
[next]