index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
ast
/
simplify.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle struct members of union type (#3641)
Dag Lem
2023-01-29
1
-1
/
+1
*
Fixes for some of clang scan-build detected issues
Miodrag Milanovic
2023-01-17
1
-2
/
+1
*
Merge pull request #3467 from jix/fix_cellarray_simplify
Jannis Harder
2022-12-19
1
-0
/
+2
|
\
|
*
simplify: Do not recursively simplify AST_CELL within AST_CELLARRAY
Jannis Harder
2022-12-07
1
-0
/
+2
*
|
Made make_struct_member_range side-effect-free again
Dag Lem
2022-12-04
1
-20
/
+20
*
|
Support for packed multidimensional arrays within packed structs
Dag Lem
2022-12-03
1
-98
/
+78
|
/
*
Merge pull request #3551 from daglem/struct-array-swapped-range
Jannis Harder
2022-12-01
1
-20
/
+60
|
\
|
*
Added asserts for current limitation of array dimensions in packed structs
Dag Lem
2022-11-30
1
-0
/
+8
|
*
Check for all cases of currently unsupported array dimensions in packed structs
Dag Lem
2022-11-30
1
-10
/
+13
|
*
Support for swapped ranges in second array dimension
Dag Lem
2022-11-23
1
-3
/
+10
|
*
Support for arrays with swapped ranges within structs
Dag Lem
2022-11-12
1
-9
/
+31
*
|
verilog: Support module-scoped task/function calls
Zachary Snow
2022-10-29
1
-0
/
+4
|
/
*
Encode filename unprintable chars
Miodrag Milanovic
2022-08-08
1
-18
/
+18
*
verilog: fix size and signedness of array querying functions
Jannis Harder
2022-05-30
1
-1
/
+1
*
verilog: fix $past's signedness
Jannis Harder
2022-05-25
1
-0
/
+1
*
verilog: fix signedness when removing unreachable cases
Jannis Harder
2022-05-24
1
-0
/
+1
*
sv: fix always_comb auto nosync for nested and function blocks
Zachary Snow
2022-04-05
1
-1
/
+11
*
Fix access to whole sub-structs (#3086)
Kamil Rakoczy
2022-02-14
1
-5
/
+17
*
verilog: fix dynamic dynamic range asgn elab
Zachary Snow
2022-02-11
1
-17
/
+34
*
verilog: fix const func eval with upto variables
Zachary Snow
2022-02-11
1
-3
/
+10
*
sv: auto add nosync to certain always_comb local vars
Zachary Snow
2022-01-07
1
-0
/
+127
*
fix width detection of array querying function in case and case item expressions
Zachary Snow
2021-12-17
1
-2
/
+0
*
Support parameters using struct as a wiretype (#3050)
Kamil Rakoczy
2021-11-16
1
-7
/
+23
*
verilog: use derived module info to elaborate cell connections
Zachary Snow
2021-10-25
1
-13
/
+213
*
verilog: fix multiple AST_PREFIX scope resolution issues
Zachary Snow
2021-09-21
1
-4
/
+9
*
verilog: Emit $meminit_v2 cell.
Marcelina Kościelnicka
2021-07-28
1
-46
/
+73
*
sv: fix two struct access bugs
Zachary Snow
2021-07-15
1
-1
/
+3
*
sv: fix a few struct and enum memory leaks
Zachary Snow
2021-07-06
1
-0
/
+7
*
ast: delete wires and localparams after finishing const evaluation
Xiretza
2021-06-14
1
-0
/
+8
*
verilog: fix leaking ASTNodes
Xiretza
2021-06-14
1
-0
/
+5
*
Merge pull request #2817 from YosysHQ/claire/fixemails
Claire Xen
2021-06-09
1
-1
/
+1
|
\
|
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
1
-1
/
+1
*
|
verilog: check for module scope identifiers during width detection
Zachary Snow
2021-06-08
1
-11
/
+18
*
|
mem2reg: tolerate out of bounds constant accesses
Zachary Snow
2021-06-08
1
-5
/
+42
|
/
*
sv: support tasks and functions within packages
Zachary Snow
2021-06-01
1
-1
/
+1
*
verilog: fix case expression sign and width handling
Zachary Snow
2021-05-25
1
-1
/
+8
*
verilog: fix buf/not primitives with multiple outputs
Xiretza
2021-03-17
1
-4
/
+15
*
verilog: support module scope identifiers in parametric modules
Zachary Snow
2021-03-16
1
-4
/
+8
*
sv: allow globals in one file to depend on globals in another
Zachary Snow
2021-03-12
1
-0
/
+1
*
verilog: Use proc memory writes in the frontend.
Marcelina Kościelnicka
2021-03-08
1
-11
/
+47
*
sv: fix some edge cases for unbased unsized literals
Zachary Snow
2021-03-06
1
-1
/
+21
*
Implement $countones, $isunknown and $onehot{,0}
Michael Singer
2021-02-26
1
-0
/
+28
*
Implement $countbits function
Michael Singer
2021-02-26
1
-0
/
+59
*
Extend simplify() recursion warning
Zachary Snow
2021-02-26
1
-1
/
+1
*
frontend: Make helper functions for printing locations.
Marcelina Kościelnicka
2021-02-23
1
-24
/
+24
*
Merge pull request #2594 from zachjs/func-arg-width
whitequark
2021-02-23
1
-9
/
+23
|
\
|
*
verilog: fix sizing of constant args for tasks/functions
Zachary Snow
2021-02-21
1
-9
/
+23
*
|
verilog: support recursive functions using ternary expressions
Zachary Snow
2021-02-12
1
-19
/
+81
|
/
*
verilog: refactored constant function evaluation
Zachary Snow
2021-02-04
1
-68
/
+79
*
verilog: significant block scoping improvements
Zachary Snow
2021-01-31
1
-129
/
+139
[next]