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
...
*
|
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
2
-1
/
+21
*
verilog: fix case expression sign and width handling
Zachary Snow
2021-05-25
3
-12
/
+49
*
Change the type of current_module to Module
Rupert Swarbrick
2021-05-13
2
-24
/
+26
*
Use range-based for loop in AST::process
Rupert Swarbrick
2021-05-13
1
-21
/
+21
*
ast: make design available to process_module()
Zachary Snow
2021-03-24
1
-8
/
+8
*
ast: Use better parameter serialization for paramod names.
Marcelina Kościelnicka
2021-03-18
1
-2
/
+25
*
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
2
-1
/
+1
*
verilog: disallow overriding global parameters
Zachary Snow
2021-03-11
1
-0
/
+2
*
Merge pull request #2643 from zachjs/fix-param-no-default-log
whitequark
2021-03-08
1
-1
/
+1
|
\
|
*
Fix param without default log line
Zachary Snow
2021-03-07
1
-1
/
+1
*
|
verilog: Use proc memory writes in the frontend.
Marcelina Kościelnicka
2021-03-08
4
-29
/
+89
|
/
*
Merge pull request #2626 from zachjs/param-no-default
whitequark
2021-03-07
1
-2
/
+27
|
\
|
*
sv: support for parameters without default values
Zachary Snow
2021-03-02
1
-2
/
+27
*
|
Merge pull request #2632 from zachjs/width-limit
whitequark
2021-03-07
1
-0
/
+6
|
\
\
|
*
|
verilog: impose limit on maximum expression width
Zachary Snow
2021-03-04
1
-0
/
+6
|
|
/
*
/
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
[prev]
[next]