index
:
iCE40/yosys
master
[no description]
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
frontends
/
verilog
/
verilog_lexer.l
Commit message (
Expand
)
Author
Age
Files
Lines
*
verilog: support for time scale delay values
Zachary Snow
2022-02-14
1
-3
/
+12
*
verilog: Squash flex-triggered warning.
Marcelina Kościelnicka
2021-09-13
1
-0
/
+2
*
verilog: Support tri/triand/trior wire types.
Marcelina Kościelnicka
2021-08-06
1
-0
/
+3
*
Add support for parsing the SystemVerilog 'bind' construct
Rupert Swarbrick
2021-07-16
1
-0
/
+1
*
verilog: Squash a memory leak.
Marcelina Kościelnicka
2021-06-14
1
-1
/
+1
*
Fixing old e-mail addresses and deadnames
Claire Xenia Wolf
2021-06-08
1
-1
/
+1
*
sv: support remaining assignment operators
Zachary Snow
2021-05-25
1
-4
/
+11
*
verilog: revise hot comment warnings
Zachary Snow
2021-03-30
1
-6
/
+21
*
sv: extended support for integer types
Zachary Snow
2021-02-28
1
-0
/
+1
*
Fix handling of unique/unique0/priority cases in the frontend.
Marcelina Kościelnicka
2021-02-25
1
-1
/
+1
*
Merge pull request #2179 from splhack/static-cast
clairexen
2020-07-01
1
-0
/
+2
|
\
|
*
static cast: support changing size and signedness
Kazuki Sakamoto
2020-06-19
1
-0
/
+2
*
|
Support missing sub-assign and and-assign operators
Kamil Rakoczy
2020-06-25
1
-0
/
+2
*
|
Support missing xor-assign operator
Lukasz Dalek
2020-06-24
1
-0
/
+1
*
|
Add plus-assignment operator
Kamil Rakoczy
2020-06-24
1
-0
/
+1
*
|
Add or-assignment operator
Kamil Rakoczy
2020-06-24
1
-0
/
+2
|
/
*
Merge branch 'master' into struct
Peter Crozier
2020-06-03
1
-7
/
+8
|
\
|
*
Merge pull request #2033 from boqwxp/cleanup-verilog-lexer
whitequark
2020-05-29
1
-6
/
+5
|
|
\
|
|
*
verilog: Move lexer location variables from global namespace to `VERILOG_FRON...
Alberto Gonzalez
2020-05-06
1
-6
/
+5
|
*
|
Silence spurious warning in Verilog lexer when compiling with GCC
Rupert Swarbrick
2020-05-26
1
-1
/
+3
|
|
/
*
|
Generalise structs and add support for packed unions.
Peter Crozier
2020-05-12
1
-2
/
+4
*
|
Implement SV structs.
Peter Crozier
2020-05-08
1
-1
/
+6
|
/
*
Error duplicate declarations of a typedef name in the same scope.
Peter Crozier
2020-03-24
1
-1
/
+1
*
Support module/package/interface/block scope for typedef names.
Peter Crozier
2020-03-23
1
-2
/
+15
*
Parser changes to support typedef.
Peter
2020-03-22
1
-2
/
+26
*
refixed parsing of constant with comment between size and value
Marcus Comstedt
2020-03-11
1
-8
/
+23
*
Closes #1717. Add more precise Verilog source location information to AST and...
Alberto Gonzalez
2020-02-23
1
-19
/
+53
*
verilog: ignore '&&&' when not in -specify mode
Eddie Hung
2020-02-13
1
-1
/
+1
*
sv: Improve handling of wildcard port connections
David Shah
2020-02-02
1
-1
/
+1
*
sv: Add lexing and parsing of .* (wildcard port conns)
David Shah
2020-02-02
1
-0
/
+2
*
Fixed some missing "verilog_" in documentation
Rodrigo Alejandro Melo
2019-12-13
1
-1
/
+1
*
sv: Correct parsing of always_comb, always_ff and always_latch
David Shah
2019-11-21
1
-3
/
+3
*
Fix lexing of integer literals without radix
Clifford Wolf
2019-09-13
1
-1
/
+1
*
Fix lexing of integer literals, fixes #1364
Clifford Wolf
2019-09-12
1
-1
/
+1
*
verilog_lexer: Increase YY_BUF_SIZE to 65536
David Shah
2019-07-26
1
-0
/
+3
*
Fix read_verilog assert/assume/etc on default case label, fixes YosysHQ/Symbi...
Clifford Wolf
2019-07-02
1
-0
/
+2
*
Fixed brojen $error()/$info/$warning() on non-generate blocks
Udi Finkelstein
2019-06-11
1
-1
/
+1
*
Merge branch 'pr_elab_sys_tasks' of https://github.com/udif/yosys into cliffo...
Clifford Wolf
2019-06-07
1
-0
/
+5
|
\
|
*
Initial implementation of elaboration system tasks
Udi Finkelstein
2019-05-03
1
-0
/
+5
*
|
Merge branch 'master' into wandwor
Stefan Biereigel
2019-05-27
1
-1
/
+1
|
\
\
|
*
|
Added support for unsized constants, fixes #1022
Miodrag Milanovic
2019-05-27
1
-1
/
+1
*
|
|
make lexer/parser aware of wand/wor net types
Stefan Biereigel
2019-05-23
1
-0
/
+2
|
/
/
*
|
Merge branch 'master' of github.com:YosysHQ/yosys into clifford/specify
Clifford Wolf
2019-05-06
1
-0
/
+2
|
\
\
|
*
\
Merge pull request #988 from YosysHQ/clifford/fix987
Clifford Wolf
2019-05-04
1
-0
/
+1
|
|
\
\
|
|
*
|
Add approximate support for SV "var" keyword, fixes #987
Clifford Wolf
2019-05-04
1
-0
/
+1
|
|
|
/
|
*
/
Add support for SVA "final" keyword
Clifford Wolf
2019-05-04
1
-0
/
+1
|
|
/
*
|
Improve $specrule interface
Clifford Wolf
2019-04-23
1
-1
/
+1
*
|
Add $specrule cells for $setup/$hold/$skew specify rules
Clifford Wolf
2019-04-23
1
-0
/
+11
*
|
Un-break default specify parser
Clifford Wolf
2019-04-23
1
-0
/
+1
*
|
Add specify parser
Clifford Wolf
2019-04-23
1
-1
/
+6
|
/
[next]