index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
ast
Commit message (
Expand
)
Author
Age
Files
Lines
*
Index struct/union members within corresponding wire chunks
Dag Lem
2023-03-05
4
-32
/
+67
*
Out of bounds checking for struct/union members
Dag Lem
2023-02-19
1
-5
/
+18
*
Support for data and array queries on struct/union item expressions
Dag Lem
2023-02-15
1
-12
/
+49
*
Merge pull request #3661 from daglem/struct-array-range-offset
Jannis Harder
2023-02-15
1
-22
/
+31
|
\
|
*
Handle range offsets in packed arrays within packed structs
Dag Lem
2023-02-05
1
-22
/
+31
*
|
Resolve package types in interfaces (#3658)
Dag Lem
2023-02-12
1
-3
/
+3
|
/
*
Handle struct members of union type (#3641)
Dag Lem
2023-01-29
2
-2
/
+2
*
Fixes for some of clang scan-build detected issues
Miodrag Milanovic
2023-01-17
2
-3
/
+3
*
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
2
-21
/
+61
|
\
|
*
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
2
-10
/
+32
*
|
verilog: Support module-scoped task/function calls
Zachary Snow
2022-10-29
1
-0
/
+4
|
/
*
Encode filename unprintable chars
Miodrag Milanovic
2022-08-08
2
-26
/
+26
*
verilog: fix width/sign detection for functions
Zachary Snow
2022-05-30
1
-5
/
+7
*
verilog: fix size and signedness of array querying functions
Jannis Harder
2022-05-30
2
-3
/
+2
*
verilog: fix $past's signedness
Jannis Harder
2022-05-25
2
-1
/
+2
*
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
2
-6
/
+18
*
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
2
-3
/
+11
*
fix dumpAst() compilation warning
Zachary Snow
2022-01-18
1
-1
/
+1
*
sv: auto add nosync to certain always_comb local vars
Zachary Snow
2022-01-07
1
-0
/
+127
*
sv: fix size cast internal expression extension
Zachary Snow
2022-01-07
1
-2
/
+9
*
sv: fix size cast clipping expression width
Zachary Snow
2022-01-03
1
-1
/
+2
*
fix width detection of array querying function in case and case item expressions
Zachary Snow
2021-12-17
2
-2
/
+5
*
Support parameters using struct as a wiretype (#3050)
Kamil Rakoczy
2021-11-16
1
-7
/
+23
*
genrtlil: Fix displaying debug info in packages
Kamil Rakoczy
2021-11-10
1
-1
/
+2
*
verilog: use derived module info to elaborate cell connections
Zachary Snow
2021-10-25
4
-41
/
+291
*
Split out logic for reprocessing an AstModule
Rupert Swarbrick
2021-10-25
2
-24
/
+57
*
verilog: fix multiple AST_PREFIX scope resolution issues
Zachary Snow
2021-09-21
1
-4
/
+9
*
Generate an RTLIL representation of bind constructs
Rupert Swarbrick
2021-08-13
6
-2
/
+193
*
genrtlil: add width detection for AST_PREFIX nodes
Zachary Snow
2021-07-29
1
-0
/
+8
*
verilog: Emit $meminit_v2 cell.
Marcelina KoĆcielnicka
2021-07-28
4
-51
/
+83
*
Add support for parsing the SystemVerilog 'bind' construct
Rupert Swarbrick
2021-07-16
3
-1
/
+8
*
sv: fix two struct access bugs
Zachary Snow
2021-07-15
3
-1
/
+10
*
rtlil: Make Process handling more uniform with Cell and Wire.
Marcelina KoĆcielnicka
2021-07-12
1
-3
/
+1
*
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
*
ast: fix error condition causing assert to fail
Xiretza
2021-06-14
1
-2
/
+1
*
Merge pull request #2817 from YosysHQ/claire/fixemails
Claire Xen
2021-06-09
5
-5
/
+5
|
\
|
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
5
-5
/
+5
*
|
verilog: check for module scope identifiers during width detection
Zachary Snow
2021-06-08
3
-13
/
+30
[next]