index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
Commit message (
Expand
)
Author
Age
Files
Lines
*
sv: support tasks and functions within packages
Zachary Snow
2021-06-01
3
-2
/
+22
*
verilog: fix case expression sign and width handling
Zachary Snow
2021-05-25
3
-12
/
+49
*
sv: support remaining assignment operators
Zachary Snow
2021-05-25
2
-42
/
+41
*
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
*
sv: check validity of package end label
Zachary Snow
2021-05-10
1
-0
/
+2
*
blif: Use library cells' start_offset and upto for wideports.
Marcelina Kościelnicka
2021-05-08
1
-10
/
+27
*
Remove duplicates from conns array in JSON front-end, fixes #2736
Claire Xenia Wolf
2021-04-26
1
-0
/
+4
*
verilog: revise hot comment warnings
Zachary Snow
2021-03-30
1
-6
/
+21
*
preproc: Fix up conditional handling.
Marcelina Kościelnicka
2021-03-30
1
-3
/
+17
*
ast: make design available to process_module()
Zachary Snow
2021-03-24
1
-8
/
+8
*
verilog: check entire user type stack for type definition
Xiretza
2021-03-21
1
-6
/
+12
*
sv: allow typenames as function return types
Zachary Snow
2021-03-19
1
-0
/
+6
*
verilog: rebuild user_type_stack from globals before parsing file
Xiretza
2021-03-18
1
-5
/
+21
*
ast: Use better parameter serialization for paramod names.
Marcelina Kościelnicka
2021-03-18
1
-2
/
+25
*
sv: carry over global typedefs from previous files
Zachary Snow
2021-03-17
1
-2
/
+5
*
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
*
json: Add support for memories.
Marcelina Kościelnicka
2021-03-15
1
-0
/
+46
*
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
*
|
Add support for memory writes in processes.
Marcelina Kościelnicka
2021-03-08
2
-1
/
+19
|
/
*
Merge pull request #2626 from zachjs/param-no-default
whitequark
2021-03-07
2
-5
/
+48
|
\
|
*
sv: support for parameters without default values
Zachary Snow
2021-03-02
2
-5
/
+48
*
|
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
|
/
/
*
/
Update README
Claire Xen
2021-03-04
1
-4
/
+4
|
/
*
verilog: fix sizing of ports with int types in module headers
Zachary Snow
2021-03-01
1
-2
/
+3
*
verilog: fix handling of nested ifdef directives
Zachary Snow
2021-03-01
1
-11
/
+38
*
Merge pull request #2523 from tomverbeure/define_synthesis
Claire Xen
2021-03-01
1
-3
/
+12
|
\
|
*
Fix indents.
Tom Verbeure
2021-01-04
1
-2
/
+2
|
*
Add -nosynthesis flag for read_verilog command.
Tom Verbeure
2021-01-04
1
-3
/
+12
*
|
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
*
|
|
sv: extended support for integer types
Zachary Snow
2021-02-28
2
-39
/
+70
*
|
|
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
*
|
|
Merge pull request #2554 from hzeller/master
whitequark
2021-02-25
1
-6
/
+17
|
\
\
\
|
*
|
|
Provide an integer implementation of decimal_digits().
Henner Zeller
2021-02-01
1
-2
/
+9
|
*
|
|
Fix digit-formatting calculation for small numbers.
Henner Zeller
2021-01-21
1
-6
/
+10
*
|
|
|
Fix handling of unique/unique0/priority cases in the frontend.
Marcelina Kościelnicka
2021-02-25
2
-15
/
+16
|
|
/
/
|
/
|
|
*
|
|
Extend "delay" expressions to handle pair and triplet, i.e. rise, fall and tu...
TimRudy
2021-02-24
1
-2
/
+7
*
|
|
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
[next]