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
*
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
*
Fix input/output attributes when resolving typedef of wire
Kamil Rakoczy
2021-01-18
1
-0
/
+3
*
verilog: improved support for recursive functions
Zachary Snow
2020-12-31
1
-8
/
+26
*
Fix elaboration of whole memory words used as indices
Zachary Snow
2020-12-26
1
-1
/
+8
*
Fix constants bound to redeclared function args
Zachary Snow
2020-12-26
1
-5
/
+16
*
Merge pull request #2476 from zachjs/const-arg-width
whitequark
2020-12-23
1
-0
/
+8
|
\
|
*
Fix constants bound to single bit arguments (fixes #2383)
Zachary Snow
2020-12-22
1
-0
/
+8
*
|
Allow constant function calls in constant function arguments
Zachary Snow
2020-12-07
1
-0
/
+5
|
/
*
Merge pull request #2378 from udif/pr_dollar_high_low
clairexen
2020-10-01
1
-31
/
+91
|
\
|
*
We can now handle array slices (e.g. $size(x[1]) etc. )
Udi Finkelstein
2020-09-17
1
-7
/
+6
|
*
Fixed comments, removed debug message
Udi Finkelstein
2020-09-16
1
-5
/
+5
|
*
Added $high(), $low(), $left(), $right()
Udi Finkelstein
2020-09-15
1
-30
/
+91
*
|
Merge pull request #2330 from antmicro/arrays-fix-multirange-access
clairexen
2020-09-17
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Fix subarray access condition
Lukasz Dalek
2020-08-03
1
-1
/
+1
*
|
Merge pull request #2352 from zachjs/const-func-localparam
clairexen
2020-09-01
1
-0
/
+12
|
\
\
|
*
|
Allow localparams in constant functions
Zachary Snow
2020-08-20
1
-0
/
+12
*
|
|
Merge pull request #2366 from zachjs/library-format
clairexen
2020-09-01
1
-0
/
+11
|
\
\
\
|
*
|
|
Simple support for %l format specifier
Zachary Snow
2020-08-29
1
-0
/
+11
|
|
/
/
*
|
|
Merge pull request #2353 from zachjs/top-scope
clairexen
2020-09-01
1
-0
/
+7
|
\
\
\
|
*
|
|
Module name scope support
Zachary Snow
2020-08-20
1
-0
/
+7
|
|
/
/
*
/
/
Fix constant args used with function ports split across declarations
Zachary Snow
2020-08-29
1
-3
/
+4
|
/
/
*
|
Merge pull request #2122 from PeterCrozier/struct_array2
clairexen
2020-08-19
1
-28
/
+62
|
\
\
|
*
|
Support 2D packed bit arrays in struct/union.
Peter Crozier
2020-06-09
1
-35
/
+1
|
*
|
Support 2D bit arrays in structures. Optimise array indexing.
Peter Crozier
2020-06-08
1
-28
/
+96
*
|
|
Merge pull request #2339 from zachjs/display-format-0s
clairexen
2020-08-18
1
-1
/
+1
|
\
\
\
|
*
|
|
Allow %0s $display format specifier
Zachary Snow
2020-08-09
1
-1
/
+1
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #2338 from zachjs/const-branch-finish
clairexen
2020-08-18
1
-4
/
+4
|
\
\
\
|
*
|
|
Propagate const_fold through generate blocks and branches
Zachary Snow
2020-08-09
1
-4
/
+4
|
|
/
/
[next]