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
...
*
|
sv: fix some edge cases for unbased unsized literals
Zachary Snow
2021-03-06
2
-1
/
+23
|
/
*
Merge pull request #2615 from zachjs/genrtlil-conflict
whitequark
2021-03-01
1
-12
/
+37
|
\
|
*
genrtlil: improve name conflict error messaging
Zachary Snow
2021-02-26
1
-12
/
+37
*
|
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
4
-57
/
+71
*
Merge pull request #2594 from zachjs/func-arg-width
whitequark
2021-02-23
2
-10
/
+30
|
\
|
*
verilog: fix sizing of constant args for tasks/functions
Zachary Snow
2021-02-21
2
-10
/
+30
*
|
verilog: support recursive functions using ternary expressions
Zachary Snow
2021-02-12
3
-19
/
+119
|
/
*
Merge pull request #2573 from zachjs/repeat-call
whitequark
2021-02-11
2
-72
/
+82
|
\
|
*
verilog: refactored constant function evaluation
Zachary Snow
2021-02-04
2
-72
/
+82
*
|
genrtlil: fix signed port connection codegen failures
Zachary Snow
2021-02-05
1
-1
/
+5
|
/
*
Merge pull request #2529 from zachjs/unnamed-genblk
whitequark
2021-02-04
2
-131
/
+141
|
\
|
*
verilog: significant block scoping improvements
Zachary Snow
2021-01-31
2
-131
/
+141
*
|
ast: fix dump_vlog display of casex/casez
Marcelina KoĆcielnicka
2021-01-29
1
-2
/
+2
|
/
*
dpi: Support for chandle type
David Shah
2021-01-23
1
-1
/
+16
*
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
2
-8
/
+28
*
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 #2501 from zachjs/genrtlil-tern-sign
whitequark
2020-12-23
1
-0
/
+1
|
\
|
*
genrtlil: fix mux2rtlil generated wire signedness
Zachary Snow
2020-12-22
1
-0
/
+1
*
|
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
*
|
Merge pull request #2479 from zachjs/const-arg-hint
whitequark
2020-12-22
1
-0
/
+5
|
\
\
|
*
|
Allow constant function calls in constant function arguments
Zachary Snow
2020-12-07
1
-0
/
+5
|
|
/
*
/
Sign extend port connections where necessary
Zachary Snow
2020-12-18
1
-2
/
+24
|
/
*
Return correct modname when found in cache.
Julius Roob
2020-11-26
1
-0
/
+1
*
Merge pull request #2378 from udif/pr_dollar_high_low
clairexen
2020-10-01
3
-31
/
+98
|
\
|
*
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
3
-30
/
+98
*
|
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
|
|
/
/
*
|
|
Merge pull request #2317 from zachjs/expand-genblock
clairexen
2020-08-18
2
-42
/
+83
|
\
\
\
[prev]
[next]