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
*
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
*
|
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
[next]