sv2v/test/lex
Zachary Snow 6ffa31ff9a small coverage improvements 2023-11-04 22:24:59 -04:00
..
begin_keywords.sv fix 1364-2001 and 1364-2001-noconfig keywords mixup 2023-05-15 22:21:23 -04:00
begin_keywords.v fix 1364-2001 and 1364-2001-noconfig keywords mixup 2023-05-15 22:21:23 -04:00
block_comment.sv skip start of block before looking for its end 2023-03-07 23:54:56 -05:00
block_comment.v skip start of block before looking for its end 2023-03-07 23:54:56 -05:00
comment_no_space.sv fix preprocessing of line comments not preceded by whitespace 2021-09-13 20:46:59 -04:00
cond.sv initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
cond.vh initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
file_line.sv add support for `line directive 2019-10-10 19:00:49 -04:00
file_line.vh more lexer tests 2019-04-03 00:16:30 -04:00
include_self.sv detect infinite include loops 2021-05-01 21:12:00 -04:00
latin1.sv use UTF-8 across all platforms 2021-08-30 10:39:49 -06:00
line.sv expanded support for macros in preprocessor directives 2020-01-14 23:19:39 -05:00
line.v expanded support for macros in preprocessor directives 2020-01-14 23:19:39 -05:00
line.vh expanded support for macros in preprocessor directives 2020-01-14 23:19:39 -05:00
macro.sv initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
macro.v initial lexer tests; general test harness 2019-04-02 23:11:16 -04:00
macro_arg_comment.sv fix handling of comments, quotes, and trailing whitespace in macro arguments 2021-07-08 16:30:02 -04:00
macro_arg_comment.v fix handling of comments, quotes, and trailing whitespace in macro arguments 2021-07-08 16:30:02 -04:00
macro_arg_escape.sv preprocessor cleanup and extended test coverage 2021-05-06 16:14:41 -04:00
macro_arg_invoke.sv allow preproc idents to begin with macro arguments 2021-05-03 17:53:41 -04:00
macro_arg_invoke.v allow preproc idents to begin with macro arguments 2021-05-03 17:53:41 -04:00
macro_boundary.sv redesigned preprocessor and lexer 2020-02-06 23:33:13 -05:00
macro_ifdef.sv fix handling of preproc conditionals within macros 2021-05-04 16:19:07 -04:00
macro_iv.sv test suite iverilog 11.0 compatibility 2020-11-24 18:09:07 -07:00
macro_macro.sv support macro names comprised of macro args and macros 2020-02-16 22:18:12 -05:00
macro_macro.v support macro names comprised of macro args and macros 2020-02-16 22:18:12 -05:00
macro_string.sv fix double backtick handling in backtick string 2020-12-04 13:22:38 -07:00
macro_vendor_comment.sv tolerate escaped vendor comments within macros 2021-08-16 18:22:04 -06:00
macro_whitespace.sv allow newlines before left paren of macro arguments 2019-08-11 17:55:42 -04:00
no_newline.sv fix handling of macros at EOF (resolves #62) 2020-01-27 19:18:58 -05:00
no_newline.vh fix handling of macros at EOF (resolves #62) 2020-01-27 19:18:58 -05:00
number.sv refactor sizing and truncation of integer literals 2021-08-09 22:10:29 -06:00
number_literal_whitespace.sv fix lexing of whitespace in number literals 2021-07-08 13:53:29 -04:00
number_literal_whitespace.v fix lexing of whitespace in number literals 2021-07-08 13:53:29 -04:00
run.sh test runner automatically handles tests with top-level module inside both inputs 2019-05-10 10:48:40 -04:00
string_macro.sv support for string literals with macros 2020-02-12 23:58:41 -05:00
string_macro.v support for string literals with macros 2020-02-12 23:58:41 -05:00
undefineall.sv preprocessor cleanup and extended test coverage 2021-05-06 16:14:41 -04:00
undefineall.v preprocessor cleanup and extended test coverage 2021-05-06 16:14:41 -04:00
utf8.sv small coverage improvements 2023-11-04 22:24:59 -04:00