verilator/test_regress/t
Geza Lore ff425369ac
Reduce .rodata footprint of trace initialization (#3250)
Trace initialization (tracep->decl* functions) used to explicitly pass
the complete hierarchical names of signals as string constants. This
contains a lot of redundancy (path prefixes), does not scale well with
large designs and resulted in .rodata sections (the string constants) in
ELF executables being extremely large.

This patch changes the API of trace initialization that allows pushing
and popping name prefixes as we walk the hierarchy tree, which are
prepended to declared signal names at run-time during trace
initialization. This in turn allows us to emit repeat path/name
components only once, effectively removing all duplicate path prefixes.
On SweRV EH1 this reduces the .rodata section in a --trace build by 94%.

Additionally, trace declarations are now emitted in lexical order by
hierarchical signal names, and the top level trace initialization
function respects --output-split-ctrace.
2021-12-19 15:15:07 +00:00
..
t_flag_relinc_dir Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_hier_block_cmake Fix cmake build with --hierarchical option (#2560) 2020-09-20 07:48:05 +09:00
t_sv_bus_mux_demux Tests: Check output from some unsupported tests. 2020-04-24 08:22:19 -04:00
t_sv_cpu_code Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
tsub
.gitattributes
TestCheck.h VPI memory access for packed arrays (#2922) 2021-05-07 07:17:54 -04:00
TestSimulator.h Tests: clang-format 2020-12-17 22:44:50 -05:00
TestVpi.h Tests: Fix mising init 2021-02-03 19:43:29 -05:00
bootstrap.pl Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_EXAMPLE.pl Commentary 2021-02-16 22:40:21 -05:00
t_EXAMPLE.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_a1_first_cc.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_a1_first_cc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_a2_first_sc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_a3_selftest.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_a4_examples.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_alias2_unsup.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_alias2_unsup.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-07 07:15:07 -04:00
t_alias2_unsup.v Tests: Add alias tests as unsupported (#697) 2020-06-03 19:27:22 -04:00
t_alias_unsup.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_alias_unsup.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-07 07:15:07 -04:00
t_alias_unsup.v Tests: Add alias tests as unsupported (#697) 2020-06-03 19:27:22 -04:00
t_altera_lpm.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_altera_lpm_abs.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_add_sub.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_and.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_bustri.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_clshift.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_compare.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_constant.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_counter.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_decode.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_divide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_ff.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_fifo.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_fifo_dc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_inv.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_latch.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_mult.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_mult_noinl.pl Fix LHS is not a lvalue when using tristate with -Oi. 2020-11-25 21:09:25 -05:00
t_altera_lpm_mux.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_or.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_ram_dp.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_ram_dq.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_ram_io.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_rom.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_shiftreg.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm_xor.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_combdly.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_combdly.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_alw_dly.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_dly.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_alw_noreorder.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_alw_nosplit.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_alw_nosplit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_alw_reorder.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_alw_reorder.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_alw_split.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_split.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_alw_split_cond.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_split_cond.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_alw_split_rst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_split_rst.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_alw_splitord.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_splitord.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_backw_index_bad.out Fix slice of unpacked array calculation (Issue #2506) (#2507) 2020-08-22 15:23:26 +09:00
t_array_backw_index_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_array_backw_index_bad.v Fix slice of unpacked array calculation (Issue #2506) (#2507) 2020-08-22 15:23:26 +09:00
t_array_compare.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_compare.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_index_increment.pl Support pre/postifx incrementation/decrementation in array index (#2223) 2020-05-28 18:08:15 -04:00
t_array_index_increment.v Fix Ariane issues with PostAdd nodes (#2400) 2020-06-03 12:50:24 -04:00
t_array_list_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_array_list_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_list_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_mda.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_mda.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_array_method.out Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_array_method.pl Tests: Add additional array method tests and error 2020-10-17 19:23:27 -04:00
t_array_method.v Shorter stringify of empty queues, and better queue tests 2020-10-24 18:00:40 -04:00
t_array_packed_endian.pl Fix little endian packed array counting (#2499). 2020-12-13 16:23:59 -05:00
t_array_packed_endian.v Fix little endian packed array pattern assignment (#2795). 2021-02-20 20:29:28 -05:00
t_array_packed_sysfunct.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_packed_sysfunct.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_packed_write_read.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_packed_write_read.v Tests: Check output from some unsupported tests. 2020-04-24 08:22:19 -04:00
t_array_pattern_2d.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_pattern_2d.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_pattern_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_array_pattern_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_array_pattern_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_pattern_packed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_pattern_packed.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_pattern_unpacked.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_pattern_unpacked.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_query.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_query.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_rev.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_rev.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_array_type_methods.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_type_methods.v Support unpacked array .sum and .product. 2020-05-10 12:48:33 -04:00
t_array_unpacked_public.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_unpacked_public.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_arraysel_wide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_arraysel_wide.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_basic.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_basic.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_basic_cover.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_basic_fail.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_basic_off.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_casez.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_casez.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_comp.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_comp.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_comp_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_assert_comp_bad.pl Documentation has been rewritten into a book format. 2021-04-11 18:55:06 -04:00
t_assert_comp_bad.v Fix USERINFO etc to show message with no arguments 2021-03-18 18:46:07 -04:00
t_assert_cover.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_assert_cover.v Tests: Show (non-)per-instance coverage 2021-02-18 19:20:53 -05:00
t_assert_cover_off.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_disable_iff.pl Tests: Fix permission 2020-05-04 19:35:48 -04:00
t_assert_disable_iff.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_disabled.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_assert_dup_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_assert_dup_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_dup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_elab.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_elab.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_elab_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_enabled_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_assert_enabled_off.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_assert_enabled_on_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_assert_implication.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_implication.v Add support for |=> inside properties (#1292). 2020-09-10 06:49:04 -04:00
t_assert_implication_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_inside_cond.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_assert_inside_cond.v Fix assertions with unique case inside, #2199. 2020-03-30 18:13:51 -04:00
t_assert_inside_cond_bad.out Fix assertions with unique case inside, #2199. 2020-03-30 18:13:51 -04:00
t_assert_inside_cond_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_assert_on.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_property.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_property.v Add support for assume property (#2531) 2020-09-03 12:38:48 -04:00
t_assert_property_fail_1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_property_fail_2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_question.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_question.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_synth.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth_full.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth_full.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_synth_full.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth_full_vlt.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth_full_vlt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_synth_off.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_synth_parallel.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth_parallel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assert_synth_parallel.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth_parallel_vlt.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_synth_parallel_vlt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assign_inline.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assign_inline.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assign_slice_overflow.pl Fix slice-assign overflow bug (#2803) (#2811) 2021-03-01 18:20:56 -05:00
t_assign_slice_overflow.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_assign_slice_overflow_ox.pl Fix slice-assign overflow bug (#2803) (#2811) 2021-03-01 18:20:56 -05:00
t_assoc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assoc.v Fix associative array foreach loop (#3229). 2021-12-11 18:38:23 -05:00
t_assoc2.pl Fix initialization of assoc in assoc array (#2914). 2021-05-03 19:37:04 -04:00
t_assoc2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_assoc_method.pl Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_assoc_method.v Fix array method names with parens (#3181) (#3183) 2021-10-26 12:20:45 -04:00
t_assoc_method_bad.out Add 'with' syntax checks. 2020-10-31 10:33:36 -04:00
t_assoc_method_bad.pl Add 'with' syntax checks. 2020-10-31 10:33:36 -04:00
t_assoc_method_bad.v Add 'with' syntax checks. 2020-10-31 10:33:36 -04:00
t_assoc_wildcard_unsup.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_assoc_wildcard_unsup.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assoc_wildcard_unsup.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_attr_parenstar.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_attr_parenstar.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bench_mux4k.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bench_mux4k.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bench_mux4k_onecpu.pl Tests: Fix numactl on WSL2 2021-10-19 21:24:22 -04:00
t_benchmarksim.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_bigmem_bad.out Fix internal error on bad widths (#3140) (#3145) 2021-09-28 07:28:02 -04:00
t_bigmem_bad.pl Fix internal error on bad widths (#3140) (#3145) 2021-09-28 07:28:02 -04:00
t_bigmem_bad.v Fix internal error on bad widths (#3140) (#3145) 2021-09-28 07:28:02 -04:00
t_bind.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bind.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bind2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bind2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bitsel_const_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_bitsel_const_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bitsel_const_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bitsel_enum.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bitsel_enum.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bitsel_slice.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bitsel_slice.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_bitsel_struct.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bitsel_struct.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bitsel_struct2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bitsel_struct2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bitsel_struct3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bitsel_struct3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bitsel_wire_array_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_bitsel_wire_array_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bitsel_wire_array_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_blocking.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_blocking.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_bug3180.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_bug3180.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_c_this.pl Emit implementations into separate files based on required headers. 2021-07-22 18:01:07 +01:00
t_c_this.v Emit model implementation as loose methods. (#3006) 2021-06-13 14:33:11 +01:00
t_case_66bits.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_66bits.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_66bits_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_case_auto1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_auto1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_deep.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_deep.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_default_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_case_default_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_default_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_dupitems.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_dupitems.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_genx_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_case_genx_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_genx_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_group.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_group.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_huge.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_huge.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_huge_sub.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_huge_sub2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_huge_sub3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_huge_sub4.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_case_inside.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_inside.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_itemwidth.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_itemwidth.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_nest.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_nest.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_onehot.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_onehot.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_orig.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_orig.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_reducer.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_reducer.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_string.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_string.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_wild.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_wild.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_write1.out
t_case_write1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_write1.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_write1_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_case_write1_tasks.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_write2.out
t_case_write2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_write2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_case_write2_tasks.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_x.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_x.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_x_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_case_x_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_x_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_case_zx_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_case_zx_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_case_zx_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_cast.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_cast.v Fix cast from packed, typedef'ed interface signal (#2884) 2021-04-16 15:25:47 -04:00
t_cast_class.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_cast_class.v Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_cast_class_incompat_bad.out Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_cast_class_incompat_bad.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_cast_class_incompat_bad.v Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_cast_types.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_cast_types.v Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn.v Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_bbox.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-07 07:15:07 -04:00
t_castdyn_castconst_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_castdyn_castconst_bad.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_castconst_bad.v Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_enum.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_enum.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_castdyn_run_bad.out Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_run_bad.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_run_bad.v Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_unsup_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_castdyn_unsup_bad.pl Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_castdyn_unsup_bad.v Support $cast and new CASTCONST warning. 2020-12-05 22:58:36 -05:00
t_ccache_report.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_ccache_report__ccache_report_initial.out Improve ccache-report 2021-06-09 19:14:11 +01:00
t_ccache_report__ccache_report_rebuild.out Add ccache-report target to standard Makefile (#3011) 2021-06-07 00:56:30 +01:00
t_cdc_async_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_cdc_async_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_cdc_async_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_cdc_async_debug_bad.out Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_cdc_async_debug_bad.pl Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_cellarray.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_cellarray.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_chg_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_chg_first.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_class1.out Fix tick style on %p formats. 2020-10-16 19:26:04 -04:00
t_class1.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class1.v Fix WIDTH warnings on comparisons with nullptr (#2602). 2020-10-22 17:27:23 -04:00
t_class2.pl Support static methods and typedefs in classes (#2615) 2020-11-06 19:51:21 -05:00
t_class2.v Support static methods and typedefs in classes (#2615) 2020-11-06 19:51:21 -05:00
t_class_builtin_bad.out Add check for rand_mode/constraint_mode. 2020-11-17 22:14:18 -05:00
t_class_builtin_bad.pl Add check for rand_mode/constraint_mode. 2020-11-17 22:14:18 -05:00
t_class_builtin_bad.v Add check for rand_mode/constraint_mode. 2020-11-17 22:14:18 -05:00
t_class_class.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_class.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_class.v Support class extern. 2020-08-22 19:46:21 -04:00
t_class_copy.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_copy.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_copy_bad.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_copy_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_copy_bad.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_dead.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_dead.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_enum.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_enum.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_extends.pl Fix class extends with VM_PARALLEL_BUILDS (#2775). 2021-02-13 17:29:34 -05:00
t_class_extends.v Support --bbox-unsup parsing of class extend typedefs 2020-06-09 20:59:45 -04:00
t_class_extends1.pl Support simple class extends. 2020-08-23 19:37:56 -04:00
t_class_extends1.v Support simple class extends. 2020-08-23 19:37:56 -04:00
t_class_extends_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_extends_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_extends_bad.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_extends_nf_bad.out Support simple class extends. 2020-08-23 19:37:56 -04:00
t_class_extends_nf_bad.pl Support simple class extends. 2020-08-23 19:37:56 -04:00
t_class_extends_nf_bad.v Support simple class extends. 2020-08-23 19:37:56 -04:00
t_class_extends_protect_ids.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_class_extends_rec_bad.out Add error on class extending itself 2020-11-24 18:15:49 -05:00
t_class_extends_rec_bad.pl Add error on class extending itself 2020-11-24 18:15:49 -05:00
t_class_extends_rec_bad.v Add error on class extending itself 2020-11-24 18:15:49 -05:00
t_class_extends_this.pl Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_extends_this.v Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_extends_this3.pl Fix access to non-overridden base class variable (#2654). 2020-11-24 22:46:02 -05:00
t_class_extends_this3.v Fix access to non-overridden base class variable (#2654). 2020-11-24 22:46:02 -05:00
t_class_extends_this_protect_ids.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_class_extern.pl Support class extern. 2020-08-22 19:46:21 -04:00
t_class_extern.v Fix extern function member references. 2020-11-26 08:55:32 -05:00
t_class_extern_bad.out Support class extern. 2020-08-22 19:46:21 -04:00
t_class_extern_bad.pl Support class extern. 2020-08-22 19:46:21 -04:00
t_class_extern_bad.v Support class extern. 2020-08-22 19:46:21 -04:00
t_class_format.out Fix display has no time units on class function (#3116). 2021-09-08 19:31:46 -04:00
t_class_format.pl Fix class unpacked-array compile error (#2774). 2021-03-13 12:47:19 -05:00
t_class_format.v Fix display has no time units on class function (#3116). 2021-09-08 19:31:46 -04:00
t_class_forward.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_forward.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_fwd_cc.pl Fix :: references to forward classes 2020-12-05 16:23:20 -05:00
t_class_fwd_cc.v Fix :: references to forward classes 2020-12-05 16:23:20 -05:00
t_class_local.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_local.v Check for proper 'local' and 'protected' (#2228). 2020-11-25 07:03:01 -05:00
t_class_local_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_local_bad.pl Check for proper 'local' and 'protected' (#2228). 2020-11-25 07:03:01 -05:00
t_class_local_bad.v Check for proper 'local' and 'protected' (#2228). 2020-11-25 07:03:01 -05:00
t_class_local_protect_ids.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_class_member_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_member_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_member_bad.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_method.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_method.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_method_bad.out Support simple class extends. 2020-08-23 19:37:56 -04:00
t_class_method_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_method_bad.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_mod_bad.out Fix :: references to forward classes 2020-12-05 16:23:20 -05:00
t_class_mod_bad.pl Add error on using :: with module 2020-11-12 19:45:26 -05:00
t_class_mod_bad.v Add error on using :: with module 2020-11-12 19:45:26 -05:00
t_class_module.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_module.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_name.pl Support static methods and typedefs in classes (#2615) 2020-11-06 19:51:21 -05:00
t_class_name.v Support task name in $display %m (#3211). 2021-11-26 20:38:48 -05:00
t_class_new.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_new.v Fix calling new with arguments in same class (#3166). 2021-10-12 21:22:59 -04:00
t_class_new_bad.out Fix calling new with arguments in same class (#3166). 2021-10-12 21:22:59 -04:00
t_class_new_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_new_bad.v Support class new. 2020-04-12 18:57:12 -04:00
t_class_null_bad.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_null_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_null_bad.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_package.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_package.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_packed.pl Fix class wide member display (#2567). 2020-09-25 07:37:38 -04:00
t_class_packed.v Fix class wide member display (#2567). 2020-09-25 07:37:38 -04:00
t_class_param.out Tests: Add t_class_param_mod.pl 2021-12-12 19:49:06 -05:00
t_class_param.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_class_param.v Tests: Add t_class_param_mod.pl 2021-12-12 19:49:06 -05:00
t_class_param_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_param_bad.pl Internals: Pass class parameters through link. 2020-11-27 22:48:42 -05:00
t_class_param_bad.v Internals: Pass class parameters through link. 2020-11-27 22:48:42 -05:00
t_class_param_mod.pl Tests: Add t_class_param_mod.pl 2021-12-12 19:49:06 -05:00
t_class_param_mod.v Tests: Add t_class_param_mod.pl 2021-12-12 19:49:06 -05:00
t_class_param_nconst_bad.out Tests: Add t_class_param_nconst_bad test. 2021-12-12 15:26:29 -05:00
t_class_param_nconst_bad.pl Tests: Add t_class_param_nconst_bad test. 2021-12-12 15:26:29 -05:00
t_class_param_nconst_bad.v Tests: Add t_class_param_nconst_bad test. 2021-12-12 15:26:29 -05:00
t_class_split.pl Fix --output-split with class extends (#2839). 2021-03-17 18:25:54 -04:00
t_class_split.v Fix --output-split with class extends (#2839). 2021-03-17 18:25:54 -04:00
t_class_static.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_static.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_class_static.v Tests: Better static tests 2020-10-15 20:44:51 -04:00
t_class_static_method.pl Support static methods and typedefs in classes (#2615) 2020-11-06 19:51:21 -05:00
t_class_static_method.v Support passing of objects to functions 2020-11-28 12:43:24 -05:00
t_class_static_method_protect_ids.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_class_static_order.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_static_order.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_class_static_order.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_super_bad.out Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_super_bad.pl Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_super_bad.v Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_super_bad2.out Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_super_bad2.pl Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_super_bad2.v Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_typedef.pl Support static methods and typedefs in classes (#2615) 2020-11-06 19:51:21 -05:00
t_class_typedef.v Support --bbox-unsup parsing :: referencing typedef in class 2020-06-07 19:59:03 -04:00
t_class_unsup_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_unsup_bad.pl Support 'randc' as alias to 'rand' (#2680) 2020-12-09 19:17:30 -05:00
t_class_unsup_bad.v Parser: Move member qualifier unsupporteds out of parser. 2020-07-01 07:31:53 -04:00
t_class_uses_this.pl Support 'this' (#2585). 2020-10-08 07:54:01 -04:00
t_class_uses_this.v Fix 'this' in extern functions. 2020-11-26 08:28:53 -05:00
t_class_uses_this_bad.out Support 'super'. 2020-11-26 11:06:59 -05:00
t_class_uses_this_bad.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_class_uses_this_bad.v Support 'this' (#2585). 2020-10-08 07:54:01 -04:00
t_class_virtual.pl Support virtual class 2020-08-23 20:27:25 -04:00
t_class_virtual.v Support virtual class 2020-08-23 20:27:25 -04:00
t_class_virtual_bad.out Support virtual class 2020-08-23 20:27:25 -04:00
t_class_virtual_bad.pl Support virtual class 2020-08-23 20:27:25 -04:00
t_class_virtual_bad.v Support virtual class 2020-08-23 20:27:25 -04:00
t_class_virtual_protect_ids.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_class_virtual_pure.pl Support virtual class 2020-08-23 20:27:25 -04:00
t_class_virtual_pure.v Support virtual class 2020-08-23 20:27:25 -04:00
t_class_virtual_pure_bad.out Lint check for pure virtual in non-virtual class. 2020-11-27 19:53:04 -05:00
t_class_virtual_pure_bad.pl Lint check for pure virtual in non-virtual class. 2020-11-27 19:53:04 -05:00
t_class_virtual_pure_bad.v Lint check for pure virtual in non-virtual class. 2020-11-27 19:53:04 -05:00
t_class_vparam.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_class_vparam.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_class_vparam.v Handle unsupported parameters through link phase 2020-12-05 11:30:14 -05:00
t_clk_2in.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_clk_2in.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_clk_2in.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_2in_vec.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_concat.pl In XML, show pinIndex information (#2877). 2021-06-19 13:41:41 -04:00
t_clk_concat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_concat.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_concat2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_concat2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_concat3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_concat3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_concat4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_concat4.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_concat5.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_concat5.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_concat6.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_concat6.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_concat_vlt.pl In XML, show pinIndex information (#2877). 2021-06-19 13:41:41 -04:00
t_clk_condflop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_condflop.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_clk_condflop_nord.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_clk_condflop_nord.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_clk_dpulse.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_dpulse.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_dsp.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_dsp.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_first.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_first_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_clk_first_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_first_deprecated.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_first_deprecated.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_gate_ext.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_clk_gate_ext.v Fix clock enables with bit-extends, #2299. 2020-04-30 19:22:58 -04:00
t_clk_gater.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_gater.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_gen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_gen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_inp_init.cpp Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_clk_inp_init.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_clk_inp_init.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_latch.pl Tests: Remove some old conditional-fail checks. 2020-05-27 21:44:28 -04:00
t_clk_latch.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_latch_edgestyle.pl Tests: Remove some old conditional-fail checks. 2020-05-27 21:44:28 -04:00
t_clk_latchgate.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_latchgate.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_powerdn.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_powerdn.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_scope_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_clk_scope_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_scope_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_vecgen1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_vecgen1.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_clk_vecgen2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_vecgen3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clocker.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_clocker.pl Fix internal pointer shown on CLKDATA warnings 2020-11-25 21:34:56 -05:00
t_clocker.v Fix internal pointer shown on CLKDATA warnings 2020-11-25 21:34:56 -05:00
t_clocker_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_clocker_bad.pl Fix internal pointer shown on CLKDATA warnings 2020-11-25 21:34:56 -05:00
t_concat_large.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_concat_large.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_concat_large_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_concat_large_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_concat_large_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_concat_link_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_concat_link_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_concat_link_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_concat_opt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_concat_opt.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_concat_sel.pl Support concat selection (#2721). 2021-02-17 23:03:47 -05:00
t_concat_sel.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_const.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_const.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_const_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_const_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_const_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_const_bitoptree_bug3096.cpp Fix bitop tree optimization dropping necessary cleaning AND (#3097) 2021-08-14 21:09:01 +01:00
t_const_bitoptree_bug3096.pl Fix bitop tree optimization dropping necessary cleaning AND (#3097) 2021-08-14 21:09:01 +01:00
t_const_bitoptree_bug3096.v Fix bitop tree optimization dropping necessary cleaning AND (#3097) 2021-08-14 21:09:01 +01:00
t_const_dec_mixed_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_const_dec_mixed_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_const_dec_mixed_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_const_hi.pl Fix VL_CONSTHI truncation (#2473) 2020-07-18 17:35:20 -04:00
t_const_hi.v Fix VL_CONSTHI truncation (#2473) 2020-07-18 17:35:20 -04:00
t_const_no_opt.pl Fix wrong bit op tree optimization (#3185) 2021-11-06 12:31:50 +09:00
t_const_op_red_scope.pl Fix or-reduction on different scopes broken in 4.110 (#2828). 2021-03-10 18:08:11 -05:00
t_const_op_red_scope.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_const_opt.cpp Fix wrong bit op tree optimization (#3185) 2021-11-06 12:31:50 +09:00
t_const_opt.pl Fix wrong bit op tree optimization (#3185) 2021-11-06 12:31:50 +09:00
t_const_opt.v Fix bit op tree optimization (#3221) 2021-11-30 23:20:00 +09:00
t_const_opt_cov.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_const_opt_cov.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_const_opt_or.pl Tests: Add wire-or mux test for future optimization. 2020-11-07 21:57:31 -05:00
t_const_opt_or.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_const_opt_red.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_const_opt_red.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_const_opt_shortcut.cpp Tests: Add a test to check if shortcut operators are properly handled. (#2869) 2021-04-07 22:26:40 +09:00
t_const_opt_shortcut.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_const_opt_shortcut.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_const_overflow_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_const_overflow_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_const_overflow_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_const_slicesel.pl Fix some SliceSels not being constants (#3186) (#3218). 2021-11-26 10:51:11 -05:00
t_const_slicesel.v Fix some SliceSels not being constants (#3186) (#3218). 2021-11-26 10:51:11 -05:00
t_const_slicesel_bad.pl Fix some SliceSels not being constants (#3186) (#3218). 2021-11-26 10:51:11 -05:00
t_const_slicesel_bad.v Fix some SliceSels not being constants (#3186) (#3218). 2021-11-26 10:51:11 -05:00
t_convert2string.pl Fix method calls to package class functions (#2565). [Peter Monsson] 2020-09-22 09:09:10 -04:00
t_convert2string.v Fix method calls to package class functions (#2565). [Peter Monsson] 2020-09-22 09:09:10 -04:00
t_cover_lib.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_cover_lib.v Internal coverage improvements. No functional change. 2020-10-13 21:13:52 -04:00
t_cover_lib_1.out Add VerilatedCovContext::forcePerInstance (#2793). 2021-03-19 22:24:00 -04:00
t_cover_lib_1_per_instance.out Add VerilatedCovContext::forcePerInstance (#2793). 2021-03-19 22:24:00 -04:00
t_cover_lib_2.out Add VerilatedCovContext::forcePerInstance (#2793). 2021-03-19 22:24:00 -04:00
t_cover_lib_3.out Add VerilatedCovContext::forcePerInstance (#2793). 2021-03-19 22:24:00 -04:00
t_cover_lib_4.out Internal coverage improvements. No functional change. 2020-10-13 21:13:52 -04:00
t_cover_lib_c.cpp Add VerilatedCovContext::forcePerInstance (#2793). 2021-03-19 22:24:00 -04:00
t_cover_lib_legacy.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_cover_line.out Emit model implementation as loose methods. (#3006) 2021-06-13 14:33:11 +01:00
t_cover_line.v Emit model implementation as loose methods. (#3006) 2021-06-13 14:33:11 +01:00
t_cover_line.vlt Line Coverage now tracks all statement lines, not just branch lines. 2020-05-31 15:52:17 -04:00
t_cover_line_cc.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_cover_line_cc_vlt.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_cover_line_sc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_cover_line_trace.out Reduce .rodata footprint of trace initialization (#3250) 2021-12-19 15:15:07 +00:00
t_cover_line_trace.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_cover_sva_notflat.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_cover_sva_notflat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_cover_sva_trace.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_cover_sva_trace.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_cover_toggle.pl Add --coverage-max-width (#2853). 2021-03-29 18:54:51 -04:00
t_cover_toggle.v Add --coverage-max-width (#2853). 2021-03-29 18:54:51 -04:00
t_cover_toggle_width.pl Add --coverage-max-width (#2853). 2021-03-29 18:54:51 -04:00
t_crazy_sel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_crazy_sel.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_debug_emitv.out Fix $display of signed/unsigned without format (#3207). 2021-11-17 18:50:52 -05:00
t_debug_emitv.pl Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_debug_emitv.v Internal coverage improvements 2021-03-28 20:03:08 -04:00
t_debug_emitv_addrids.pl Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_debug_exit_parse.pl Tests: Add --debug-exit-parse 2020-06-08 22:10:55 -04:00
t_debug_fatalsrc_bad.pl Tests: Skip gdb tests if no gdb 2021-11-28 15:33:33 -05:00
t_debug_fatalsrc_bt_bad.pl Tests: Skip gdb tests if no gdb 2021-11-28 15:33:33 -05:00
t_debug_graph_test.pl Internals: Remove unused DfaGraph code. 2021-11-13 14:48:21 -05:00
t_debug_graph_test.v Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_debug_sigsegv_bad.pl Tests: Skip gdb tests if no gdb 2021-11-28 15:33:33 -05:00
t_debug_sigsegv_bt_bad.pl Tests: Skip gdb tests if no gdb 2021-11-28 15:33:33 -05:00
t_dedupe_clk_gate.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_dedupe_clk_gate.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_dedupe_clk_gate.vlt Add lint_off -match waivers (#2102) 2020-01-12 10:03:17 +01:00
t_dedupe_seq_logic.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dedupe_seq_logic.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_delay.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_delay.v Report UNUSED on parameters, localparam and genvars (#2627). 2020-12-07 19:49:50 -05:00
t_delay_func_bad.out Tests: Rename t_delay_func_bad 2020-05-10 14:28:42 -04:00
t_delay_func_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_delay_func_bad.v Tests: Rename t_delay_func_bad 2020-05-10 14:28:42 -04:00
t_delay_stmtdly_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_delay_stmtdly_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_detectarray_1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_detectarray_1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_detectarray_2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_detectarray_2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_detectarray_3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_detectarray_3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_difftree.a.tree Tests: Add difftree test. 2021-09-04 08:27:59 -04:00
t_difftree.b.tree Tests: Add difftree test. 2021-09-04 08:27:59 -04:00
t_difftree.out Tests: Add difftree test. 2021-09-04 08:27:59 -04:00
t_difftree.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_display.out Support task name in $display %m (#3211). 2021-11-26 20:38:48 -05:00
t_display.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display.v Fix $display of signed/unsigned without format (#3207). 2021-11-17 18:50:52 -05:00
t_display_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_display_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_concat.out Fix incorrect width after and-or optimization (#3208). 2021-11-23 18:15:21 -05:00
t_display_concat.pl Fix incorrect width after and-or optimization (#3208). 2021-11-23 18:15:21 -05:00
t_display_concat.v Fix incorrect width after and-or optimization (#3208). 2021-11-23 18:15:21 -05:00
t_display_esc_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_display_esc_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_esc_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_io.pl Primary inputs and outputs (VL_INW/VL_OUTW) now use VlWide type (#3236). 2021-12-09 19:41:33 -05:00
t_display_io.v Primary inputs and outputs (VL_INW/VL_OUTW) now use VlWide type (#3236). 2021-12-09 19:41:33 -05:00
t_display_l.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_l.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_mcd.out
t_display_mcd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_mcd.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_merge.out Optimize additional display statements (#2702). 2020-12-19 11:12:47 -05:00
t_display_merge.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_display_merge.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_display_noopt.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_display_real.out Fix $display("%p") to be closer to IEEE. 2019-11-21 19:29:46 -05:00
t_display_real.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_real.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_real_noopt.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_display_realtime.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_realtime.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_display_signed.out Fix $display("%p") to be closer to IEEE. 2019-11-21 19:29:46 -05:00
t_display_signed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_signed.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_signed_noopt.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_display_string.out
t_display_string.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_string.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_time.out Tests: Reenable some tests incorrectly marked unsupported. 2020-04-20 21:55:23 -04:00
t_display_time.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_time.v Tests: Reenable some tests incorrectly marked unsupported. 2020-04-20 21:55:23 -04:00
t_display_wide.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_display_wide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_wide.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_dist_cinclude.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dist_contributors.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_dist_error_format.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_dist_fixme.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dist_inctree.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dist_install.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_dist_portability.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dist_tabs.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dist_untracked.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dist_whitespace.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dos.pl Fix false EOFNEWLINE warning when DOS carriage returns present (#3171). 2021-10-13 21:21:51 -04:00
t_dos.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dotfiles.pl Internals: Add .dot graph visualization of ThreadSchedule (#3048) 2021-07-06 07:06:00 -04:00
t_dpi_2exp_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_dpi_2exp_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_2exp_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_accessors.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_dpi_accessors.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_dpi_accessors.v Fix URL references. 2021-04-18 11:52:29 -04:00
t_dpi_accessors_inc.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_accessors_macros_inc.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_arg_inout_type.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_arg_inout_type.out Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_inout_type.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_arg_inout_type.v Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_inout_type__Dpi.out Add header guards on Dpi.h generated files (#2979). 2021-08-23 21:43:54 -04:00
t_dpi_arg_inout_unpack.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_dpi_arg_inout_unpack.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_arg_inout_unpack.v Test: Add unpacked array of 1 bit wire to DPI tests (#2694) 2020-12-13 07:28:37 +09:00
t_dpi_arg_inout_unpack__Dpi.out Add header guards on Dpi.h generated files (#2979). 2021-08-23 21:43:54 -04:00
t_dpi_arg_input_type.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_arg_input_type.out Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_input_type.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_arg_input_type.v Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_input_type__Dpi.out Add header guards on Dpi.h generated files (#2979). 2021-08-23 21:43:54 -04:00
t_dpi_arg_input_unpack.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_dpi_arg_input_unpack.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_arg_input_unpack.v Test: Add unpacked array of 1 bit wire to DPI tests (#2694) 2020-12-13 07:28:37 +09:00
t_dpi_arg_input_unpack__Dpi.out Add header guards on Dpi.h generated files (#2979). 2021-08-23 21:43:54 -04:00
t_dpi_arg_output_type.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_arg_output_type.out Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_output_type.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_arg_output_type.v Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_output_type__Dpi.out Add header guards on Dpi.h generated files (#2979). 2021-08-23 21:43:54 -04:00
t_dpi_arg_output_unpack.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_dpi_arg_output_unpack.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_arg_output_unpack.v Test: Add unpacked array of 1 bit wire to DPI tests (#2694) 2020-12-13 07:28:37 +09:00
t_dpi_arg_output_unpack__Dpi.out Add header guards on Dpi.h generated files (#2979). 2021-08-23 21:43:54 -04:00
t_dpi_context.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_context.v Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_dpi_context_c.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_dpi_context_noopt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_display.out
t_dpi_display.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_display.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_display_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_dup_bad.out Implement DPI import/export as loose functions 2021-06-13 15:06:28 +01:00
t_dpi_dup_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_dup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_export.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_export.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_export_bad.out Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_dpi_export_bad.pl Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_dpi_export_bad.v Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_dpi_export_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_export_context2_bad.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_dpi_export_context2_bad.out Internal coverage improvements. No functional change. 2020-10-13 21:13:52 -04:00
t_dpi_export_context2_bad.pl Internal coverage improvements 2020-09-18 21:27:36 -04:00
t_dpi_export_context2_bad.v Internal coverage improvements 2020-09-18 21:27:36 -04:00
t_dpi_export_context_bad.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_dpi_export_context_bad.out Suggest svSetScope, #2152. 2020-02-07 17:59:02 -05:00
t_dpi_export_context_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_export_context_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_export_noopt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_export_scope_bad.cpp Tests: Improve internal coverage holes 2021-10-05 21:09:57 -04:00
t_dpi_export_scope_bad.out Tests: Improve internal coverage holes 2021-10-05 21:09:57 -04:00
t_dpi_export_scope_bad.pl Tests: Improve internal coverage holes 2021-10-05 21:09:57 -04:00
t_dpi_export_scope_bad.v Tests: Improve internal coverage holes 2021-10-05 21:09:57 -04:00
t_dpi_imp_gen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_imp_gen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_imp_gen_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_import.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_import.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_import_c.cpp Tests: Fix various test leaks (#2703). 2020-12-15 22:09:40 -05:00
t_dpi_import_hdr_only.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_dpi_lib.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_lib.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_lib_c.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_dpi_logic_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_dpi_name_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_dpi_name_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_name_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_open.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_open.v Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_c.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_dpi_open_elem.pl Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_elem.v Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_elem_c.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_dpi_open_oob_bad.out Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_oob_bad.pl Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_oob_bad.v Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_oob_bad_c.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_dpi_open_query.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_open_query.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_open_query.v Minor improvements to DPI open array handling (#2316) 2020-05-08 18:22:44 +01:00
t_dpi_open_vecval.pl Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_vecval.v Fix DPI open array handling issues, and do internal coverage (#2350). 2020-12-09 22:15:34 -05:00
t_dpi_open_vecval_c.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_dpi_openfirst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_openfirst.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_openfirst_c.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_dpi_qw.pl Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_dpi_qw.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_qw_c.cpp Support task name in $display %m (#3211). 2021-11-26 20:38:48 -05:00
t_dpi_result_type.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_result_type.out Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_result_type.pl Tests: Add common use_libvpi for multiple simulators 2021-02-03 18:59:27 -05:00
t_dpi_result_type.v Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_result_type__Dpi.out Add header guards on Dpi.h generated files (#2979). 2021-08-23 21:43:54 -04:00
t_dpi_result_type_bad.out Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_result_type_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_dpi_result_type_bad.v Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_shortcircuit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_shortcircuit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_shortcircuit2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_shortcircuit2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_shortcircuit_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_string.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_string.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_string_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_sys.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_sys.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_sys_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_threads.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_threads.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_threads_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_dpi_threads_collide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_type_bad.out Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_dpi_type_bad.pl Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_dpi_type_bad.v Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_dpi_unpack_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_dpi_unpack_bad.pl Support unpacked array in DPI-C (#2648) 2020-11-19 22:02:58 +09:00
t_dpi_unpack_bad.v Support unpacked array in DPI-C (#2648) 2020-11-19 22:02:58 +09:00
t_dpi_vams.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_dpi_vams.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_dpi_vams.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_var.cpp Tests: Cleanup to return instead of exit 2021-02-25 19:26:36 -05:00
t_dpi_var.pl Add V3VariableOrder pass 2021-07-12 14:53:40 +01:00
t_dpi_var.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_dpi_var.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_var_vlt.pl Add V3VariableOrder pass 2021-07-12 14:53:40 +01:00
t_driver_random.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_dynarray.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_dynarray.v Fix break under foreach loop (#3230). 2021-12-11 15:06:33 -05:00
t_dynarray_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_dynarray_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_dynarray_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dynarray_method.pl Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_dynarray_method.v Support 'with item.index'. 2020-11-23 23:18:58 -05:00
t_dynarray_param.pl Support arrayed parameter functions partial (#2846) 2021-03-19 18:44:26 -04:00
t_dynarray_param.v Support arrayed parameter functions partial (#2846) 2021-03-19 18:44:26 -04:00
t_dynarray_unpacked.pl Tests: Add t_dynarray_unpacked (#2314) 2020-12-12 20:56:35 -05:00
t_dynarray_unpacked.v Tests: Add t_dynarray_unpacked (#2314) 2020-12-12 20:56:35 -05:00
t_embed1.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_embed1.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_embed1_c.cpp Tests: Fix various test leaks (#2703). 2020-12-15 22:09:40 -05:00
t_embed1_child.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_embed1_wrap.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_emit_constw.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_emit_constw.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_emit_memb_limit.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_enum.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum.v Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_enum_bad_circdecl.out Report error on typedef referencing self (#2539). 2020-11-07 15:41:37 -05:00
t_enum_bad_circdecl.pl Report error on typedef referencing self (#2539). 2020-11-07 15:41:37 -05:00
t_enum_bad_circdecl.v Report error on typedef referencing self (#2539). 2020-11-07 15:41:37 -05:00
t_enum_bad_hide.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_enum_bad_hide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_bad_hide.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_func.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_func.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_huge_methods.pl Support up to 64 bit enums for .next/.prev/.name (#3244). 2021-12-11 11:29:01 -05:00
t_enum_huge_methods.v Support up to 64 bit enums for .next/.prev/.name (#3244). 2021-12-11 11:29:01 -05:00
t_enum_huge_methods_bad.out Support up to 64 bit enums for .next/.prev/.name (#3244). 2021-12-11 11:29:01 -05:00
t_enum_huge_methods_bad.pl Fix coredump after huge enum warning. 2021-12-10 23:08:03 -05:00
t_enum_huge_methods_bad.v Fix coredump after huge enum warning. 2021-12-10 23:08:03 -05:00
t_enum_int.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_int.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_large_methods.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_large_methods.v Internals: Cleanup of InitArray stuff. No functional change intended. 2021-12-11 11:22:04 -05:00
t_enum_name2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_name2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_name3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_name3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_overlap_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_enum_overlap_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_overlap_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_public.cpp Internal coverage improvements 2021-01-13 20:01:10 -05:00
t_enum_public.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_public.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_recurse_bad.out Support arrayed parameter functions partial (#2846) 2021-03-19 18:44:26 -04:00
t_enum_recurse_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_enum_recurse_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_recurse_bad2.out Fix crash on self-referential enum type. (#2319) 2020-05-11 18:44:28 -04:00
t_enum_recurse_bad2.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_enum_recurse_bad2.v Fix crash on self-referential enum type. (#2319) 2020-05-11 18:44:28 -04:00
t_enum_size.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_size.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_type_methods.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_type_methods.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_enum_type_methods_bad.out Fix URL references. 2021-04-18 11:52:29 -04:00
t_enum_type_methods_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_enum_type_methods_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_type_pins.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_type_pins.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_x_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_enum_x_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enum_x_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enumeration.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_enumeration.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_event.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_event.v Support event data type (with some restrictions). 2020-04-25 15:37:46 -04:00
t_event_control_unsup.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_event_control_unsup.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_event_control_unsup.v Support --bbox-unsup parsing of event control expressions 2020-06-06 15:54:44 -04:00
t_event_copy.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_event_copy.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_event_copy.v Support event data type (with some restrictions). 2020-04-25 15:37:46 -04:00
t_exit.pl Support $exit as alias of $finish 2020-11-10 22:49:48 -05:00
t_exit.v Support $exit as alias of $finish 2020-11-10 22:49:48 -05:00
t_extend.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_extend.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_extend_class.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_extend_class.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_extend_class_c.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_extract_static_const.out Optimize large lookup tables to static data (#2926) 2021-05-08 20:04:56 +01:00
t_extract_static_const.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_extract_static_const.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_extract_static_const_multimodule.out Optimize large lookup tables to static data (#2926) 2021-05-08 20:04:56 +01:00
t_extract_static_const_multimodule.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_extract_static_const_multimodule.v Optimize large lookup tables to static data (#2926) 2021-05-08 20:04:56 +01:00
t_extract_static_const_no_merge.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_f_bad.out Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_f_bad.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_final.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_final.v Internal code coverage fixes 2020-05-29 19:35:54 -04:00
t_flag_bboxsys.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_bboxsys.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_build.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_build_bad.out Modify --build to be a standalone option (#2294) 2020-04-30 12:54:50 +01:00
t_flag_build_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_flag_build_bad2.pl Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_flag_comp_limit_parens.pl Emit implementations into separate files based on required headers. 2021-07-22 18:01:07 +01:00
t_flag_comp_limit_parens.v Fix --comp-limit-parens with real data types 2021-03-28 20:18:18 -04:00
t_flag_compiler.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_flag_compiler_bad.out Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_compiler_bad.pl Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_compiler_clang.pl Internals: Fix coverage holes. No functional change. 2021-07-09 18:11:59 -04:00
t_flag_compiler_gcc.pl Internals: Fix coverage holes. No functional change. 2021-07-09 18:11:59 -04:00
t_flag_compiler_msvc.pl Internals: Fix coverage holes. No functional change. 2021-07-09 18:11:59 -04:00
t_flag_context_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_flag_context_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_context_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_csplit.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_csplit.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_flag_csplit_eval.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_csplit_eval.v Fix splitting eval functions with --output-split-cfuncs (#2368). 2020-08-23 22:21:40 -04:00
t_flag_csplit_off.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_debug_noleak.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_debug_noleak.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_debugi9.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_debugi9.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_define.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_define.v Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_define.vc Support quoted arguments in -f files, bug1535. 2019-10-24 07:33:19 -04:00
t_flag_errorlimit_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_flag_errorlimit_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_errorlimit_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_expand_limit.pl Add --expand-limit argument (#3005). 2021-06-06 10:27:01 -04:00
t_flag_expand_limit.v Add --expand-limit argument (#3005). 2021-06-06 10:27:01 -04:00
t_flag_f.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_f.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_f.vc Support # as a comment in -f files (#2497). 2020-09-15 20:12:08 -04:00
t_flag_f__2.vc
t_flag_f__3.v
t_flag_fi.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_flag_fi.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_fi.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_fi_h.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_future.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_future.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_future_bad.out Internals: Pass fileline directly. No functional change intended. 2020-06-07 10:53:21 -04:00
t_flag_future_bad.pl Internals: Pass fileline directly. No functional change intended. 2020-06-07 10:53:21 -04:00
t_flag_generate_key.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_getenv.pl Tests: Add setenv method. 2020-05-23 22:24:26 -04:00
t_flag_getenv.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_help.pl Add ccache-report target to standard Makefile (#3011) 2021-06-07 00:56:30 +01:00
t_flag_hier0_bad.out Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_flag_hier0_bad.pl Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_flag_hier1_bad.out Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_flag_hier1_bad.pl Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_flag_instr_count_dpi_bad.pl Add --instr-count-dpi option, change default to 200 2021-07-25 16:40:12 +01:00
t_flag_invalid2_bad.out Tests: Add bad option test. 2020-04-23 19:56:26 -04:00
t_flag_invalid2_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_flag_invalid_bad.out Tests: Add bad option test. 2020-04-23 19:56:26 -04:00
t_flag_invalid_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_flag_j_bad.out Internals: Fix coverage holes. No functional change. 2021-07-09 18:11:59 -04:00
t_flag_j_bad.pl Internals: Fix coverage holes. No functional change. 2021-07-09 18:11:59 -04:00
t_flag_language.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_language.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_language_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_flag_ldflags.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_ldflags.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_ldflags_a.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_ldflags_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_flag_ldflags_so.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_lib.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_lib.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_libinc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_main.pl With -DVL_NO_LEGACY hide all outdated API routines 2021-02-22 22:59:23 -05:00
t_flag_main.v With -DVL_NO_LEGACY hide all outdated API routines 2021-02-22 22:59:23 -05:00
t_flag_main_sc_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_flag_main_sc_bad.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_make_bad.out Internals: Fix coverage holes. No functional change. 2021-07-09 18:11:59 -04:00
t_flag_make_bad.pl Internals: Fix coverage holes. No functional change. 2021-07-09 18:11:59 -04:00
t_flag_make_cmake.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_make_cmake.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_make_cmake_sc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_make_cmake_sc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_make_gmake.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_mmd.pl Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_flag_mmd.v Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_flag_names.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_names.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_nofile_bad.out Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_nofile_bad.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_nomod_bad.out
t_flag_nomod_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_nomod_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_noop_bad.out Tests: Check need -cc message 2020-05-16 07:10:44 -04:00
t_flag_noop_bad.pl Tests: Check need -cc message 2020-05-16 07:10:44 -04:00
t_flag_noop_bad.v Tests: Check need -cc message 2020-05-16 07:10:44 -04:00
t_flag_parameter.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_parameter.v Fix -G to treat simple integer literals as signed (#3060) 2021-07-08 13:42:25 +01:00
t_flag_parameter.vc Fix -G to treat simple integer literals as signed (#3060) 2021-07-08 13:42:25 +01:00
t_flag_parameter_bad.out
t_flag_parameter_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_parameter_hier.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_flag_parameter_hier.v Tests: Add -G test. 2020-04-23 08:05:14 -04:00
t_flag_parameter_pkg.pl Fix top level parameter overwrite when a package has same parameter (#3241) (#3247) 2021-12-11 14:55:59 -05:00
t_flag_parameter_pkg.v Fix top level parameter overwrite when a package has same parameter (#3241) (#3247) 2021-12-11 14:55:59 -05:00
t_flag_quiet_exit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_relinc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_relinc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_skipidentical.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_skipidentical.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_stats.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_stats.v Misc internal coverage cleanups 2020-12-08 08:40:22 -05:00
t_flag_suggest.out Structurize option parser (#2809) 2021-03-26 22:48:24 +09:00
t_flag_suggest.pl Structurize option parser (#2809) 2021-03-26 22:48:24 +09:00
t_flag_threads_dpi_bad.out Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_threads_dpi_bad.pl Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_timescale.out Fix TIMESCALE warnings on primitives (#2763). 2021-01-23 10:31:41 -05:00
t_flag_timescale.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_flag_timescale.v Fix TIMESCALE warnings on primitives (#2763). 2021-01-23 10:31:41 -05:00
t_flag_timescale_override.out Fix false TIMESCALEMOD on generate-ignored instances (#2838). 2021-03-16 22:52:29 -04:00
t_flag_timescale_override.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_flag_timescale_override.v Fix false TIMESCALEMOD on generate-ignored instances (#2838). 2021-03-16 22:52:29 -04:00
t_flag_timescale_override2.out Fix false TIMESCALEMOD on generate-ignored instances (#2838). 2021-03-16 22:52:29 -04:00
t_flag_timescale_override2.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_flag_topmodule.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_topmodule.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_topmodule_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_flag_topmodule_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_flag_topmodule_bad2.out
t_flag_topmodule_bad2.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_flag_topmodule_inline.pl Add --top option as alias of --top-module. 2020-12-05 16:58:17 -05:00
t_flag_topmodule_inline.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_verilate.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_flag_version.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_flag_werror.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_werror_bad1.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_flag_werror_bad1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_werror_bad2.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_flag_werror_bad2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_werror_bad3.out Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_werror_bad3.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_wfatal.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_flag_wfatal.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_wfatal.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_woff.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_woff.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_woff_bad.out Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_woff_bad.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_wpedantic_bad.out Fix some syntax error context by splitting internal parse and lex filelines 2020-06-07 13:45:50 -04:00
t_flag_wpedantic_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_wpedantic_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_wwarn_bad.out Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_wwarn_bad.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_flag_x_assign_bad.out Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_x_assign_bad.pl Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_x_initial_bad.out Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_x_initial_bad.pl Add better suggestions on some bad options. 2021-03-27 13:14:43 -04:00
t_flag_xinitial_0.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_flag_xinitial_0.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_xinitial_unique.pl Emit implementations into separate files based on required headers. 2021-07-22 18:01:07 +01:00
t_flag_xinitial_unique.v Fix internal error on wide -x-initial unique (#3106). 2021-08-23 20:13:09 -04:00
t_for_break.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_for_break.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_for_comma_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_for_comma_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_for_comma_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_for_count.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_for_count.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_for_funcbound.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_for_funcbound.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_for_init_bug.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_for_init_bug.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_for_local.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_for_local.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_for_loop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_for_loop.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_foreach.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_foreach.v Support lower dimension looping in foreach loops (#3172). 2021-12-11 20:39:58 -05:00
t_foreach_bad.out Fix foreach on dotted reference. 2021-12-12 20:43:15 -05:00
t_foreach_bad.pl Support --bbox-unsup parsing of nested foreach. 2020-06-09 22:05:06 -04:00
t_foreach_bad.v Support --bbox-unsup parsing of nested foreach. 2020-06-09 22:05:06 -04:00
t_foreach_class.pl Fix foreach on dotted reference. 2021-12-12 20:43:15 -05:00
t_foreach_class.v Fix foreach on dotted reference. 2021-12-12 20:43:15 -05:00
t_foreach_type_bad.out Support lower dimension looping in foreach loops (#3172). 2021-12-11 20:39:58 -05:00
t_foreach_type_bad.pl Fix break under foreach loop (#3230). 2021-12-11 15:06:33 -05:00
t_foreach_type_bad.v Support lower dimension looping in foreach loops (#3172). 2021-12-11 20:39:58 -05:00
t_fork.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_fork.pl Fix naming of "id : begin" blocks. 2020-08-22 22:21:37 -04:00
t_fork.v Fix naming of "id : begin" blocks. 2020-08-22 22:21:37 -04:00
t_fork_bbox.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_fork_bbox.v Internals: Parse fork and delays, but then still report unsupported. 2020-04-22 21:31:40 -04:00
t_fork_disable.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_fork_disable.pl Parser: Move disable fork and wait fork down into elaborate stage 2020-06-29 20:22:39 -04:00
t_fork_disable.v Parser: Move disable fork and wait fork down into elaborate stage 2020-06-29 20:22:39 -04:00
t_fork_func2_bad.out Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
t_fork_func2_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_fork_func2_bad.v Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
t_fork_func_bad.out Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
t_fork_func_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_fork_func_bad.v Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
t_fork_label.pl Fix naming of "id : begin" blocks. 2020-08-22 22:21:37 -04:00
t_fork_label.v Fix naming of "id : begin" blocks. 2020-08-22 22:21:37 -04:00
t_format_wide_decimal.out Fix run-time formatting of variable wider than 1023 bits (#2261) 2020-04-15 17:26:15 -04:00
t_format_wide_decimal.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_format_wide_decimal.v Fix run-time formatting of variable wider than 1023 bits (#2261) 2020-04-15 17:26:15 -04:00
t_func.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_bad2.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_bad2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_bad2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_bad3.out Fix error on unsupported recursive functions (#2957). 2021-06-13 12:38:31 -04:00
t_func_bad3.pl Fix error on unsupported recursive functions (#2957). 2021-06-13 12:38:31 -04:00
t_func_bad3.v Fix error on unsupported recursive functions (#2957). 2021-06-13 12:38:31 -04:00
t_func_bad_width.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_bad_width.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_bad_width.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_begin2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_begin2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_check.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_check.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_complex.pl Support complex function arguments. 2020-11-28 13:46:14 -05:00
t_func_complex.v Support complex function arguments. 2020-11-28 13:46:14 -05:00
t_func_complex_noinl.pl Support complex function arguments. 2020-11-28 13:46:14 -05:00
t_func_const.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_const.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const2_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_const2_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_const2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const3_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_const3_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_func_const3_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_const_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_const_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const_packed_array_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_const_packed_array_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_const_packed_array_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const_packed_struct_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_const_packed_struct_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_const_packed_struct_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const_packed_struct_bad2.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_const_packed_struct_bad2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_const_packed_struct_bad2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const_struct_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_const_struct_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_const_struct_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_crc.pl Stop checking dtype for better optimization chance in BitOpTree (#2909) 2021-05-04 10:40:16 +09:00
t_func_crc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_default_warn.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_default_warn.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_defaults.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_defaults.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_dotted.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_dotted_inl0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_dotted_inl0.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_dotted_inl0_vlt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_dotted_inl1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_dotted_inl1.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_dotted_inl1_vlt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_dotted_inl2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_dotted_inl2.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_dotted_inl2_vlt.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_endian.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_endian.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_first.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_flip.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_flip.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_gen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_gen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_graphcirc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_graphcirc.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_grey.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_grey.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_impure_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_impure_bad.pl Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_func_impure_bad.v Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_func_inconly.pl Fix crash in unroller on increment-only while loops. 2020-05-10 15:26:41 -04:00
t_func_inconly.v Fix crash in unroller on increment-only while loops. 2020-05-10 15:26:41 -04:00
t_func_lib.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_lib.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_lib_sub.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_lib_sub.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_mlog2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_mlog2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_named.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_named.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_noinl.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_numones.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_numones.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_outfirst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_outfirst.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_outp.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_outp.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_paramed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_paramed.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_plog.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_plog.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_public.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_public.v Emit model implementation as loose methods. (#3006) 2021-06-13 14:33:11 +01:00
t_func_public_trace.pl Tests: Remove some old conditional-fail checks. 2020-05-27 21:44:28 -04:00
t_func_rand.cpp Tests: Add missing sc_time_stamp calls. 2021-02-16 20:34:44 -05:00
t_func_rand.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_rand.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_range.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_range.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_real_abs.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_real_abs.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_real_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_real_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_redef.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_redef.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_refio_bad.out Support complex function arguments. 2020-11-28 13:46:14 -05:00
t_func_refio_bad.pl Support complex function arguments. 2020-11-28 13:46:14 -05:00
t_func_refio_bad.v Support complex function arguments. 2020-11-28 13:46:14 -05:00
t_func_regfirst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_regfirst.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_return.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_return.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_return_bad.out Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_func_return_bad.pl Internal code coverage fixes 2020-05-29 19:35:54 -04:00
t_func_return_bad.v Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_func_sum.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_sum.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_func_task_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_func_task_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_task_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_tasknsvar_bad.out Internals: Add missing broken assertions & cloneTrees 2021-12-12 18:10:52 -05:00
t_func_tasknsvar_bad.pl Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_func_tasknsvar_bad.v Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_func_tie_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_func_tie_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_tie_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_twocall.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_twocall.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_twocall_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_func_types.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_types.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_under.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_under.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_under2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_under2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_uninit.pl Fix constant function calls with uninit value (#2995). 2021-05-31 22:46:41 -04:00
t_func_uninit.v Fix constant function calls with uninit value (#2995). 2021-05-31 22:46:41 -04:00
t_func_unit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_unit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_v.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_v.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_v_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_void.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_void.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_void_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_void_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_func_void_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_while.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_while.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_wide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_wide.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_wide_out_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_func_wide_out_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_func_wide_out_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_fuzz_always_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_fuzz_always_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_fuzz_always_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_fuzz_eof_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_fuzz_eof_bad.v Fix misc bad-syntax crashes, bug1532. 2019-09-30 18:50:27 -04:00
t_fuzz_eqne_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_fuzz_eqne_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_fuzz_eqne_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_fuzz_genintf_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_fuzz_genintf_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_fuzz_genintf_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_fuzz_negwidth_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_fuzz_negwidth_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_fuzz_negwidth_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_fuzz_triand_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_fuzz_triand_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_fuzz_triand_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gantt.pl Internal coverage: Fix some test runs having conflicting sources. 2021-10-05 20:22:29 -04:00
t_gantt_io.dat Verilator_gantt now shows the predicted mtask times, eval times, and additional statistics. 2021-09-23 22:59:36 -04:00
t_gantt_io.out Verilator_gantt: remove ASCII graphics 2021-09-24 08:48:20 -04:00
t_gantt_io.pl Tests: Add verilator_gantt no-proc test. 2021-10-02 10:05:59 -04:00
t_gantt_io.vcd.out Tests: Add verilator_gantt no-proc test. 2021-10-02 10:05:59 -04:00
t_gantt_io_arm.dat verilator_gantt: Fix reading broken /cpu/procinfo reports 2021-10-02 11:10:43 -04:00
t_gantt_io_arm.out verilator_gantt: Fix reading broken /cpu/procinfo reports 2021-10-02 11:10:43 -04:00
t_gantt_io_arm.pl verilator_gantt: Fix reading broken /cpu/procinfo reports 2021-10-02 11:10:43 -04:00
t_gantt_io_noproc.dat Tests: Add verilator_gantt no-proc test. 2021-10-02 10:05:59 -04:00
t_gantt_io_noproc.out Tests: Add verilator_gantt no-proc test. 2021-10-02 10:05:59 -04:00
t_gantt_io_noproc.pl Tests: Add verilator_gantt no-proc test. 2021-10-02 10:05:59 -04:00
t_gate_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_array.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gate_basic.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_basic.v Tests: Fix coverage holes. No functional change. 2021-07-10 07:11:50 -04:00
t_gate_chained.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_gate_delref.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_delref.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gate_elim.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_elim.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gate_fdup.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_fdup.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gate_implicit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_implicit.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gate_lvalue_const.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_lvalue_const.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gate_ormux.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_gate_ormux.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gate_strength.pl Tests: Fix coverage holes. No functional change. 2021-07-10 07:11:50 -04:00
t_gate_strength.v Tests: Fix coverage holes. No functional change. 2021-07-10 07:11:50 -04:00
t_gate_tree.pl Add profile-guided optmization of mtasks (#3150). 2021-09-26 22:51:11 -04:00
t_gate_unsup.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gate_unsup.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gated_clk_1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gated_clk_1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_alw.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_alw.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_assign.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_assign.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_cond_bitrange.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_cond_bitrange.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_cond_bitrange_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_gen_cond_bitrange_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_cond_bitrange_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_cond_const.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_cond_const.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_defparam.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_defparam.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_defparam_unsup_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_gen_defparam_unsup_bad.pl Internals: Parse extend/implements/etc using generic identifiers. 2020-05-21 21:31:15 -04:00
t_gen_defparam_unsup_bad.v Internals: Parse extend/implements/etc using generic identifiers. 2020-05-21 21:31:15 -04:00
t_gen_div0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_div0.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_for.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_for.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_for0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_for0.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_for1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_for1.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_for_interface.pl Tests: Rename some tests. 2020-12-06 11:37:56 -05:00
t_gen_for_interface.v Tests: Rename some tests. 2020-12-06 11:37:56 -05:00
t_gen_for_overlap.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_for_overlap.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_for_shuffle.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_for_shuffle.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_forif.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_forif.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_genblk.out Fix genblk naming to match IEEE (#2686). 2020-12-12 12:57:11 -05:00
t_gen_genblk.pl Fix genblk naming to match IEEE (#2686). 2020-12-12 12:57:11 -05:00
t_gen_genblk.v Fix genblk naming to match IEEE (#2686). 2020-12-12 12:57:11 -05:00
t_gen_genblk_noinl.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_gen_if.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_if.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_ifelse.pl Fix nested generate if genblk naming (#3189). 2021-11-01 08:59:00 -04:00
t_gen_ifelse.v Fix nested generate if genblk naming (#3189). 2021-11-01 08:59:00 -04:00
t_gen_inc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_inc.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_index.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_index.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_intdot.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_intdot.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_intdot2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_intdot2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_local.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_local.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_lsb.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_lsb.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_mislevel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_mislevel.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_missing.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_missing.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_missing_bad.out Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_gen_missing_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_gen_self_return.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_self_return.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_upscope.out
t_gen_upscope.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_upscope.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_gen_var_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_gen_var_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_var_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_generate_fatal_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_generate_fatal_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_generate_fatal_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_genfor_hier.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_genfor_hier.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_genfor_signed.out Fix generate for unrolling to be signed (#2730). 2021-01-02 21:43:13 -05:00
t_genfor_signed.pl Fix generate for unrolling to be signed (#2730). 2021-01-02 21:43:13 -05:00
t_genfor_signed.v Fix generate for unrolling to be signed (#2730). 2021-01-02 21:43:13 -05:00
t_genvar_for_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_genvar_for_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_genvar_for_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_genvar_misuse_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-07 07:15:07 -04:00
t_genvar_misuse_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_hier_block.cpp clang-format. No functional change. 2020-10-27 20:33:45 -04:00
t_hier_block.pl Fix false TIMESCALEMOD on generate-ignored instances (#2838). 2021-03-16 22:52:29 -04:00
t_hier_block.v Fix hierarchical verilation with explicit setting of default parameter value (#2738) 2021-01-03 12:19:37 +09:00
t_hier_block0_bad.out Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_hier_block0_bad.pl Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_hier_block0_bad.v Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_hier_block1_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_hier_block1_bad.pl Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_hier_block1_bad.v Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_hier_block_cmake.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_hier_block_libmod.pl Load source file of the hier_block explicitly (#2559) 2020-09-19 08:13:49 +09:00
t_hier_block_libmod.v Load source file of the hier_block explicitly (#2559) 2020-09-19 08:13:49 +09:00
t_hier_block_nohier.pl Internals: Rename some CI comments 2020-11-29 15:06:29 -05:00
t_hier_block_prot_lib.pl Fix test failure on FreeBSD (#2521) 2020-08-27 07:52:48 +09:00
t_hier_block_prot_lib_shared.pl Fix double-free on shared protect-lib (#2526) 2020-08-31 08:22:31 -04:00
t_hier_block_sc.pl Fix hierarchical verilation with explicit setting of default parameter value (#2738) 2021-01-03 12:19:37 +09:00
t_hier_block_trace_fst.out Support FST tracing in hierarchical verilation (#3251) 2021-12-18 16:57:28 +09:00
t_hier_block_trace_fst.pl Support FST tracing in hierarchical verilation (#3251) 2021-12-18 16:57:28 +09:00
t_hier_block_trace_vcd.out Support FST tracing in hierarchical verilation (#3251) 2021-12-18 16:57:28 +09:00
t_hier_block_trace_vcd.pl Support FST tracing in hierarchical verilation (#3251) 2021-12-18 16:57:28 +09:00
t_hier_block_vlt.pl Fix hierarchical verilation with explicit setting of default parameter value (#2738) 2021-01-03 12:19:37 +09:00
t_hier_block_vlt.vlt Support hierarchical verilation using protect lib (#2206) 2020-08-15 09:43:53 -04:00
t_hier_task.pl Fix hierarchical references used inside a function (#2267) (#2572) 2020-09-27 10:10:44 -04:00
t_hier_task.v Fix hierarchical references used inside a function (#2267) (#2572) 2020-09-27 10:10:44 -04:00
t_hierarchy_identifier.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_hierarchy_identifier.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_hierarchy_identifier_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_hierarchy_identifier_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_hierarchy_identifier_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_hierarchy_unnamed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_hierarchy_unnamed.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_if_deep.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_if_deep.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_if_swap.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_if_swap.v Fix logical not optimization with empty begin, #2291. 2020-04-28 21:15:20 -04:00
t_iff.out Tests: Check output from some unsupported tests. 2020-04-24 08:22:19 -04:00
t_iff.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_iff.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_increment_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_increment_bad.pl Tests: Tests to fix misc internal coverage holes. 2020-06-04 20:23:55 -04:00
t_increment_bad.v Support pre/postifx incrementation/decrementation in array index (#2223) 2020-05-28 18:08:15 -04:00
t_init_concat.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_init_concat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_initarray_nonarray.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_initarray_nonarray.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_initial.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_initial.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_initial_dlyass.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_initial_dlyass.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_initial_dlyass_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_initial_dlyass_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_initial_edge.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_initial_edge.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_initial_edge_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_initial_inc.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inside.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inside.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inside_queue_bad.out Better error on inside on unpacked, queues, etc (#2566) 2020-12-12 21:20:42 -05:00
t_inside_queue_bad.pl Better error on inside on unpacked, queues, etc (#2566) 2020-12-12 21:20:42 -05:00
t_inside_queue_bad.v Better error on inside on unpacked, queues, etc (#2566) 2020-12-12 21:20:42 -05:00
t_inside_unpacked.out Better error on inside on unpacked, queues, etc (#2566) 2020-12-12 21:20:42 -05:00
t_inside_unpacked.pl Better error on inside on unpacked, queues, etc (#2566) 2020-12-12 21:20:42 -05:00
t_inside_unpacked.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inside_wild.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inside_wild.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_aport.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_aport.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_array_bad.out Show IEEE reference in array port message, plus internal cleanups. 2020-11-17 21:10:50 -05:00
t_inst_array_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_array_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_array_connect.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_array_connect.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_array_inl0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_array_inl1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_array_partial.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_array_partial.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_ccall.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_ccall.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_comma.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_comma_inl0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_comma_inl1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_darray.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_darray.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_dearray_slice.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_inst_dearray_slice.v Fix arrayed instances connecting to slices, #2263. 2020-04-17 19:30:53 -04:00
t_inst_dff.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dff.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_dtree.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_dtree_inla.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlab.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlac.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlb.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlbc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlbd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inlcd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_dtree_inld.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_first.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_first_a.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_first_b.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_implicit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_implicit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_long_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_inst_long_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_misarray2_bad.out Fix error on unpacked connecting to packed, #2288. 2020-04-27 18:38:54 -04:00
t_inst_misarray2_bad.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_inst_misarray2_bad.v Fix error on unpacked connecting to packed, #2288. 2020-04-27 18:38:54 -04:00
t_inst_misarray_bad.out Fix error on unpacked connecting to packed, #2288. 2020-04-27 18:38:54 -04:00
t_inst_misarray_bad.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_inst_misarray_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_mism.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_mism.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_missing.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_missing.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_missing_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_inst_missing_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_missing_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_missing_dot_bad.out Fix error format (#2095). 2020-12-12 22:26:50 -05:00
t_inst_missing_dot_bad.pl Fix error when dotted refers to missing module (#2095). 2020-12-12 20:25:00 -05:00
t_inst_missing_dot_bad.v Fix error when dotted refers to missing module (#2095). 2020-12-12 20:25:00 -05:00
t_inst_mnpipe.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_mnpipe.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_notunsized.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_inst_notunsized.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_overwide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_overwide.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_overwide_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_inst_overwide_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_pin_realnreal.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_inst_pin_realnreal.pl Add error on real to non-real output pins (#2690). 2020-12-13 13:33:48 -05:00
t_inst_pin_realnreal.v Add error on real to non-real output pins (#2690). 2020-12-13 13:33:48 -05:00
t_inst_port_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_port_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_prepost.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_prepost.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_recurse2_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_inst_recurse2_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_inst_recurse2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_recurse_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_inst_recurse_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_inst_recurse_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_signed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_signed.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_signed1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_signed1.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_slice.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_slice.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_inst_slice_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_slice_part_select.pl Fix +: and -: on unpacked arrays. (#2304) 2020-05-04 19:40:50 -04:00
t_inst_slice_part_select.v Fix +: and -: on unpacked arrays. (#2304) 2020-05-04 19:40:50 -04:00
t_inst_sv.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_sv.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_inst_tree.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_tree_inl0_pub0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_tree_inl0_pub0.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_tree_inl0_pub1.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_inst_tree_inl0_pub1.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_tree_inl1_pub0.pl Add V3VariableOrder pass 2021-07-12 14:53:40 +01:00
t_inst_tree_inl1_pub0.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_tree_inl1_pub1.pl Construct AstExecGraph implementation outside of V3EmitC. (#3022) 2021-06-16 12:18:56 +01:00
t_inst_tree_inl1_pub1.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_v2k.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_v2k.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_v2k__sub.vi Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_wideconst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_wideconst.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface1_modport.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface1_modport.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface1_modport_nansi.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface1_modport_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface1_modport_trace.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface1_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface2.v Support 'super'. 2020-11-26 11:06:59 -05:00
t_interface2_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_ar2a.pl Fix arrays of modport interfaces (#2614). 2020-11-08 22:43:32 -05:00
t_interface_ar2a.v Fix arrays of modport interfaces (#2614). 2020-11-08 22:43:32 -05:00
t_interface_ar2b.pl Fix arrays of modport interfaces (#2614). 2020-11-08 22:43:32 -05:00
t_interface_ar2b.v Fix arrays of modport interfaces (#2614). 2020-11-08 22:43:32 -05:00
t_interface_ar3.out Fix URL references. 2021-04-18 11:52:29 -04:00
t_interface_ar3.pl Fix arrays of modport interfaces (#2614). 2020-11-08 22:43:32 -05:00
t_interface_ar3.v Fix arrays of modport interfaces (#2614). 2020-11-08 22:43:32 -05:00
t_interface_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_array2.pl Tests: Rename some tests. 2020-12-06 11:37:56 -05:00
t_interface_array2.v Tests: Rename some tests. 2020-12-06 11:37:56 -05:00
t_interface_array2_noinl.pl Tests: Rename some tests. 2020-12-06 11:37:56 -05:00
t_interface_array_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_array_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_interface_array_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_array_modport.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_array_modport.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_array_nocolon.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_array_nocolon.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_array_nocolon_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_interface_array_nocolon_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_array_nocolon_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_array_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_arraymux.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_arraymux.v Test for arrayed interfaces (#2469). 2020-07-15 17:58:59 -04:00
t_interface_asvar_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_asvar_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_interface_asvar_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_bind_public.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_bind_public.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_interface_down.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_down_gen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_gen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_down_inla.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlab.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlac.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlb.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlbc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlbd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inlcd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_inld.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_down_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_dups.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_dups.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_interface_gen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_interface_gen2_collision.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen2_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen3.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_interface_gen3_collision.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen3_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen4.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen4_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen5.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen5.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen5_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen6.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen6.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen6_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen7.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen7.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen7_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen8.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen8.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen8_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen9.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen9.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen9_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen10.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen10.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen10_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen11.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen11.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen11_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen12.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen12.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_gen12_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_gen_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_import_param.pl Add support for package imports preceeding parameters in interfaces (#2714) 2020-12-17 11:26:53 -05:00
t_interface_import_param.v Add support for package imports preceeding parameters in interfaces (#2714) 2020-12-17 11:26:53 -05:00
t_interface_inl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_mismodport_bad.out In warnings, rename cells to instances to match IEEE 2020-12-12 22:43:55 -05:00
t_interface_mismodport_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_mismodport_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_missing_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_missing_bad.pl Tests: Mark some tests lint only 2021-03-12 16:06:47 -05:00
t_interface_missing_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_modport.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modport.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_modport_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_modport_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modport_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_modport_dir_bad.out Check and document error format, #2191. 2020-03-14 21:48:26 -04:00
t_interface_modport_dir_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modport_dir_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_modport_export.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modport_export.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_modport_import.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modport_import.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_modport_import_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modport_inl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modport_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modportlist.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_modportlist.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_mp_func.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_mp_func.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_mp_func_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_nest.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_nest.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_nest_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_param1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_param1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_param2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_param2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_param_acc_bits.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_param_acc_bits.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_param_acc_bits.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_param_another_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_param_another_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_interface_param_another_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_param_loop_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_interface_param_loop_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_parameter_access.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_parameter_access.v interface localparam access (#2859) 2021-03-26 18:27:38 -04:00
t_interface_parent_scope_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_parent_scope_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_ref_trace.out Improve scope types in FST and VCD traces (#2805). 2021-04-07 09:55:11 -04:00
t_interface_ref_trace.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_ref_trace.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_interface_ref_trace_fst.out Improve scope types in FST and VCD traces (#2805). 2021-04-07 09:55:11 -04:00
t_interface_ref_trace_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_ref_trace_fst_sc.out Improve scope types in FST and VCD traces (#2805). 2021-04-07 09:55:11 -04:00
t_interface_ref_trace_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_interface_ref_trace_inla.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_interface_ref_trace_inlab.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_interface_ref_trace_inlb.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_interface_size_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_size_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_interface_size_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_star.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_star.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_top_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_interface_top_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_top_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_twod.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_twod.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_twod_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_typedef.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_interface_typedef.pl Tests: Add unsupported test for interface typedef (#2783) 2021-02-16 22:31:30 -05:00
t_interface_typedef.v Tests: Add unsupported test for interface typedef (#2783) 2021-02-16 22:31:30 -05:00
t_interface_typo_bad.out In warnings, rename cells to instances to match IEEE 2020-12-12 22:43:55 -05:00
t_interface_typo_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_interface_typo_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_wrong_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_interface_wrong_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_interface_wrong_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_langext_1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_langext_1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_langext_1_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_langext_2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_langext_2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_langext_2_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_langext_3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_langext_3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_langext_3_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_langext_4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_langext_4_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_langext_order.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_langext_order.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_langext_order_sub.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_leak.cpp Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_leak.pl Tests: Misc test updates for context prep. 2021-02-28 10:48:27 -05:00
t_leak.v Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_leak_legacy.pl Tests: Misc test updates for context prep. 2021-02-28 10:48:27 -05:00
t_lib.pl Add --lib-create, similar to --protect-lib but without protections (#3200). 2021-11-14 09:39:31 -05:00
t_lib_nolib.pl Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot.pl Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot.v Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_clk_gated.pl Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_comb.pl Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_comb.v Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_inout_bad.out Add --lib-create, similar to --protect-lib but without protections (#3200). 2021-11-14 09:39:31 -05:00
t_lib_prot_inout_bad.pl Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_inout_bad.v Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_secret.pl Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_secret.v Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lib_prot_shared.pl Tests: Rename t_lib_prot tests in prep for new options. 2021-11-14 08:58:04 -05:00
t_lint_always_comb_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_always_comb_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_always_comb_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_always_comb_iface.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_always_comb_iface.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_blksync_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_blksync_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_blksync_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_blksync_loop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_blksync_loop.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_block_redecl_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_block_redecl_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_bsspace_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_bsspace_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_bsspace_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_caseincomplete_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_caseincomplete_bad.pl Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_lint_caseincomplete_bad.v Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_lint_cmpconst_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_cmpconst_bad.pl Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_lint_cmpconst_bad.v Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_lint_colonplus_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_colonplus_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_colonplus_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_comb_bad.out Parser: Move timing control unsupported message 2020-08-23 08:56:35 -04:00
t_lint_comb_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_comb_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_comb_use.pl Fix display of huge double. 2020-05-10 16:03:46 -04:00
t_lint_comb_use.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_const_func_dpi_bad.out Add error when constant function under a generate (#3103). 2021-08-21 10:33:20 -04:00
t_lint_const_func_dpi_bad.pl Add error when constant function under a generate (#3103). 2021-08-21 10:33:20 -04:00
t_lint_const_func_dpi_bad.v Add error when constant function under a generate (#3103). 2021-08-21 10:33:20 -04:00
t_lint_const_func_gen_bad.out Add error when constant function under a generate (#3103). 2021-08-21 10:33:20 -04:00
t_lint_const_func_gen_bad.pl Add error when constant function under a generate (#3103). 2021-08-21 10:33:20 -04:00
t_lint_const_func_gen_bad.v Add error when constant function under a generate (#3103). 2021-08-21 10:33:20 -04:00
t_lint_declfilename.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_declfilename.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_declfilename_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_declfilename_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_declfilename_bbox.pl Fix false DECLFILENAME on black-boxed modules (#2430). 2020-08-22 16:56:21 -04:00
t_lint_declfilename_bbox.v Fix false DECLFILENAME on black-boxed modules (#2430). 2020-08-22 16:56:21 -04:00
t_lint_defparam.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_defparam.v Report UNUSED on parameters, localparam and genvars (#2627). 2020-12-07 19:49:50 -05:00
t_lint_defparam_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_defparam_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_didnotconverge_bad.out Commentary 2021-09-17 20:03:45 -04:00
t_lint_didnotconverge_bad.pl Commentary 2021-09-17 20:03:45 -04:00
t_lint_didnotconverge_bad.v Commentary 2021-09-17 20:03:45 -04:00
t_lint_didnotconverge_nodbg_bad.out Commentary 2021-09-17 20:03:45 -04:00
t_lint_didnotconverge_nodbg_bad.pl Commentary 2021-09-17 20:03:45 -04:00
t_lint_eofline.out Add EOFNEWLINE warning when missing a newline at EOF. 2021-03-14 21:23:48 -04:00
t_lint_eofline.pl Add EOFNEWLINE warning when missing a newline at EOF. 2021-03-14 21:23:48 -04:00
t_lint_eofline_bad.out Fix false EOFNEWLINE warning when DOS carriage returns present (#3171). 2021-10-13 21:21:51 -04:00
t_lint_eofline_bad.pl Add EOFNEWLINE warning when missing a newline at EOF. 2021-03-14 21:23:48 -04:00
t_lint_ifdepth_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_ifdepth_bad.pl Tests: Mark some tests lint only 2021-03-12 16:06:47 -05:00
t_lint_ifdepth_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_implicit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_implicit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_implicit_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_implicit_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_implicit_def_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_implicit_def_bad.pl Tests: Mark some tests lint only 2021-03-12 16:06:47 -05:00
t_lint_implicit_def_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_implicit_port.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_implicit_port.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_import_name2_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_import_name2_bad.pl Fix crash on undeclared packages. 2020-06-05 18:50:06 -04:00
t_lint_import_name2_bad.v Fix crash on undeclared packages. 2020-06-05 18:50:06 -04:00
t_lint_import_name_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_import_name_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_import_name_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_importstar_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_importstar_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_importstar_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_in_inc_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_in_inc_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_lint_in_inc_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_in_inc_bad_1.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_in_inc_bad_2.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_incabspath.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_incabspath.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_incabspath_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_incabspath_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_infinite.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_infinite.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_infinite.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_inherit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_inherit.v Internals: Show scope debug information. 2020-11-11 19:00:10 -05:00
t_lint_input_eq_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_input_eq_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_input_eq_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_latch_1.pl Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_1.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_2.pl Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_2.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_3.pl Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_3.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_4.pl Fix part select issues in LATCH warning. (#2948) (#2938) 2021-06-01 09:01:18 -04:00
t_lint_latch_4.v Fix part select issues in LATCH warning. (#2948) (#2938) 2021-06-01 09:01:18 -04:00
t_lint_latch_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_latch_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_latch_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_latch_bad_2.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_latch_bad_2.pl Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_bad_2.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_bad_3.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_latch_bad_3.pl Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_latch_bad_3.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_literal_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_literal_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_lint_literal_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_mod_paren_bad.out Fix some syntax error context by splitting internal parse and lex filelines 2020-06-07 13:45:50 -04:00
t_lint_mod_paren_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_mod_paren_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_modport_dir_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_modport_dir_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_modport_dir_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_multidriven_bad.out Commentary on MULTIDRIVEN (#2972). 2021-05-19 08:14:14 -04:00
t_lint_multidriven_bad.pl Commentary on MULTIDRIVEN (#2972). 2021-05-19 08:14:14 -04:00
t_lint_multidriven_bad.v Commentary on MULTIDRIVEN (#2972). 2021-05-19 08:14:14 -04:00
t_lint_nolatch_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_nolatch_bad.pl Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_nolatch_bad.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_nullport.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_nullport.pl Add support for null ports (#2875) 2021-04-09 10:39:46 -04:00
t_lint_nullport.v Add support for null ports (#2875) 2021-04-09 10:39:46 -04:00
t_lint_numwidth.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_numwidth.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_once_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_once_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_once_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_only.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_lint_only.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_pindup_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_pindup_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_pindup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_pinnotfound.pl Add PINNOTFOUND warning in place of "Pin not found" error (#2868) 2021-04-01 18:17:42 -04:00
t_lint_pinnotfound.v Add PINNOTFOUND warning in place of "Pin not found" error (#2868) 2021-04-01 18:17:42 -04:00
t_lint_pinnotfound_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_pinnotfound_bad.pl Add PINNOTFOUND warning in place of "Pin not found" error (#2868) 2021-04-01 18:17:42 -04:00
t_lint_pinnotfound_bad.v Add PINNOTFOUND warning in place of "Pin not found" error (#2868) 2021-04-01 18:17:42 -04:00
t_lint_pkg_colon_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_pkg_colon_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_pkg_colon_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_pragma_protected.pl Support ignoring "`pragma protect ..." (#2886) 2021-04-26 18:16:24 -04:00
t_lint_pragma_protected.v Support ignoring "`pragma protect ..." (#2886) 2021-04-26 18:16:24 -04:00
t_lint_pragma_protected_err.out Support ignoring "`pragma protect ..." (#2886) 2021-04-26 18:16:24 -04:00
t_lint_pragma_protected_err.pl Support ignoring "`pragma protect ..." (#2886) 2021-04-26 18:16:24 -04:00
t_lint_pragma_protected_err.v Support ignoring "`pragma protect ..." (#2886) 2021-04-26 18:16:24 -04:00
t_lint_realcvt_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_realcvt_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_realcvt_bad.v Suppress REALCVT for whole real numbers. 2020-04-01 18:43:53 -04:00
t_lint_repeat_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_repeat_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_repeat_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_restore_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_restore_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_restore_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_restore_prag_bad.out Internals: Pass fileline directly and avoid yyerror 2020-06-07 10:17:50 -04:00
t_lint_restore_prag_bad.pl Internal code coverage fixes 2020-05-29 19:35:54 -04:00
t_lint_restore_prag_bad.v Internal code coverage fixes 2020-05-29 19:35:54 -04:00
t_lint_rsvd_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_rsvd_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_rsvd_bad.v Internal coverage improvements 2021-03-28 20:30:22 -04:00
t_lint_setout_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_setout_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_setout_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_setout_bad_noinl.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_setout_bad_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_stmtdly_bad.out Commentary 2021-09-17 20:03:45 -04:00
t_lint_stmtdly_bad.pl Commentary 2021-09-17 20:03:45 -04:00
t_lint_stmtdly_bad.v Commentary 2021-09-17 20:03:45 -04:00
t_lint_subout_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_subout_bad.pl Tests: Mark some tests lint only 2021-03-12 16:06:47 -05:00
t_lint_subout_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_syncasyncnet_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_syncasyncnet_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_syncasyncnet_bad.v Tests: Make t_lint_syncasyncnet_bad etc tolerate -Oi. 2020-11-25 21:54:50 -05:00
t_lint_unsigned_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_unsigned_bad.pl Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_lint_unsigned_bad.v Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_lint_unsized_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_unsized_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_unsized_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_unsup_deassign.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_unsup_deassign.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_lint_unsup_mixed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_unsup_mixed.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_unused.pl Fix display of huge double. 2020-05-10 16:03:46 -04:00
t_lint_unused.v Report UNUSED on parameters, localparam and genvars (#2627). 2020-12-07 19:49:50 -05:00
t_lint_unused_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_unused_bad.pl Internal coverage improvements 2020-09-18 21:27:36 -04:00
t_lint_unused_bad.v Report UNUSED on parameters, localparam and genvars (#2627). 2020-12-07 19:49:50 -05:00
t_lint_unused_iface.pl Fix display of huge double. 2020-05-10 16:03:46 -04:00
t_lint_unused_iface.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_unused_iface_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_unused_iface_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_unused_iface_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_vcmarker_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_vcmarker_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_vcmarker_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_width.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_width.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_width_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_width_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_width_bad.v Fix capitalization 2020-10-22 17:13:42 -04:00
t_lint_width_docs_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_width_docs_bad.pl Documentation has been rewritten into a book format. 2021-04-11 18:55:06 -04:00
t_lint_width_docs_bad.v Documentation has been rewritten into a book format. 2021-04-11 18:55:06 -04:00
t_lint_width_genfor.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_width_genfor.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_width_genfor_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_lint_width_genfor_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_lint_width_genfor_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mailbox.out Parser: Test and handle semaphore, mailbox and process. 2020-07-09 20:04:22 -04:00
t_mailbox.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_mailbox.v Parser: Test and handle semaphore, mailbox and process. 2020-07-09 20:04:22 -04:00
t_mailbox_parse.pl Internals: Add --debug-exit-uvm 2020-08-23 09:05:18 -04:00
t_math_arith.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_arith.v Tests: Add test (#2912). 2021-06-19 14:39:34 -04:00
t_math_clog2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_clog2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_cmp.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_cmp.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_concat.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_concat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_concat0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_concat0.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_concat64.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_concat64.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_cond_clean.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_cond_clean.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_cond_huge.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_cond_huge.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_cond_huge_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_math_const.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_const.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_countbits.pl Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
t_math_countbits.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_countbits_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_math_countbits_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_math_countbits_bad.v Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
t_math_div.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_div.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_div0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_div0.v Fix modulus exception (#2460) 2020-07-11 08:17:16 -04:00
t_math_div_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_math_divw.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_divw.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_eq.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_eq.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_eq_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_math_equal.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_equal.v Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_math_imm.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_imm.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_imm2.cpp Tests: Cleanup to return instead of exit 2021-02-25 19:26:36 -05:00
t_math_imm2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_imm2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_mul.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_mul.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_pick.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_pick.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_pow.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_pow.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_pow2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_pow2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_pow3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_pow3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_pow4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_pow4.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_pow5.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_pow5.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_pow6.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_pow6.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_precedence.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_precedence.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_real.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_real.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_real_public.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_real_public.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_math_real_random.pl Fix non-32 bit conversion to float (#2495). 2020-08-06 21:56:43 -04:00
t_math_real_random.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_real_round.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_math_real_round.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_red.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_math_red.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_red_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_math_repl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_repl.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_reverse.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_reverse.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_shift.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_shift.v Fix shifts by > 32 bit values (#2785). 2021-02-14 11:15:12 -05:00
t_math_shift_extend.pl Fix casting non-self-determined subexpressions (#2493). 2020-08-09 20:59:06 -04:00
t_math_shift_extend.v Fix cast width propagation (#2597). 2020-11-08 19:07:33 -05:00
t_math_shift_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_math_shift_over_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_math_shift_over_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_shift_over_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_shift_rep.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_math_shift_rep.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_shift_sel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_shift_sel.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_shiftrs.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_shiftrs.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_shortreal.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_shortreal.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_shortreal_unsup_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_math_shortreal_unsup_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_shortreal_unsup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_sign_extend.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_sign_extend.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_signed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_signed2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_signed3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_signed4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed4.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_signed5.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed5.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_signed6.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed6.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_signed7.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed7.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_signed_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_math_signed_wire.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_signed_wire.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_strwidth.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_strwidth.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_svl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_svl.v Tests: Fix t_math_svl.pl 2020-05-10 15:19:38 -04:00
t_math_svl2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_svl2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_swap.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_swap.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_tri.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_tri.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_trig.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_trig.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_vgen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_vgen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_vliw.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_vliw.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_math_vliw_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_math_wide_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_math_wide_bad.pl Refactor and test VL_MULS_MAX_WORDS 2020-08-03 22:12:24 -04:00
t_math_wide_bad.v Fix non-32 bit conversion to float (#2495). 2020-08-06 21:56:43 -04:00
t_math_width.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_width.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_yosys.pl Fix double conversion on half of conditional. 2020-05-08 21:35:45 -04:00
t_math_yosys.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_banks.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_banks.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_bound_bad.pl Tests: Add array OOB tests as unsupported (#792) 2020-06-03 19:36:50 -04:00
t_mem_bound_bad.v Tests: Add array OOB tests as unsupported (#792) 2020-06-03 19:36:50 -04:00
t_mem_cond.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_cond.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_fifo.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_fifo.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_file.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_file.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_first.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_func.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_func.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_iforder.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_iforder.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_multi_io.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multi_io.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_multi_io2.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_mem_multi_io2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_multi_io2_cc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multi_io2_sc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multi_io3.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_mem_multi_io3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_multi_io3_cc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multi_io3_sc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multi_ref_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_mem_multi_ref_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_mem_multi_ref_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_multidim.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multidim.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_multidim_Ox.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multidim_trace.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multiwire.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_multiwire.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_packed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_packed.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_packed_assign.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_packed_assign.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_packed_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_mem_packed_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_packed_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_packed_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_mem_shift.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_shift.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_slice.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_slice.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_slice_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_mem_slice_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_slice_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_slice_conc_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_slice_conc_bad.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mem_slice_dtype_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_mem_slice_dtype_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_mem_slice_dtype_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_slot.cpp Tests: Add missing sc_time_stamp calls. 2021-02-16 20:34:44 -05:00
t_mem_slot.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_slot.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mem_twoedge.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mem_twoedge.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_merge_cond.pl Optimize bit op tree #2186, #2632, and #2633 (#2751) 2021-02-21 18:11:33 +09:00
t_merge_cond.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_metacmt_onoff.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_metacmt_onoff.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_metacmt_onoff.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_dollar$.pl Fix $ in filenames (#2768). 2021-01-26 20:10:38 -05:00
t_mod_dollar$.v Fix $ in filenames (#2768). 2021-01-26 20:10:38 -05:00
t_mod_dup_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_mod_dup_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_mod_dup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_dup_ign.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_dup_ign.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_interface_array0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_interface_array0.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_interface_array0_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_interface_array1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_interface_array1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_interface_array1_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_interface_array2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_interface_array2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_interface_array2_noinl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_interface_array3.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_mod_interface_array3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_interface_array3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_interface_array4.pl Fix little endian interface pin swizzling (#2475). 2021-02-20 22:11:20 -05:00
t_mod_interface_array4.v Fix range inheritance on port without data type (#2753). 2021-03-11 19:22:19 -05:00
t_mod_interface_array4_noinl.pl Fix range inheritance on port without data type (#2753). 2021-03-11 19:22:19 -05:00
t_mod_interface_array5.pl Fix range inheritance on port without data type (#2753). 2021-03-11 19:22:19 -05:00
t_mod_interface_array5.v Fix range inheritance on port without data type (#2753). 2021-03-11 19:22:19 -05:00
t_mod_interface_array6.pl Fix range inheritance on port without data type (#2753). 2021-03-11 19:22:19 -05:00
t_mod_interface_array6.v Fix range inheritance on port without data type (#2753). 2021-03-11 19:22:19 -05:00
t_mod_interface_array6_noinl.pl Fix range inheritance on port without data type (#2753). 2021-03-11 19:22:19 -05:00
t_mod_longname.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_longname.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_nomod.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_nomod.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_recurse.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_recurse.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_mod_recurse1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_recurse1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_mod_topmodule.pl Support middle-of-design nested topmodules (#3026) 2021-07-07 15:00:29 -04:00
t_mod_topmodule.v Support middle-of-design nested topmodules (#3026) 2021-07-07 15:00:29 -04:00
t_mod_topmodule_nest.pl Support middle-of-design nested topmodules (#3026) 2021-07-07 15:00:29 -04:00
t_mod_topmodule_nest.v Support middle-of-design nested topmodules (#3026) 2021-07-07 15:00:29 -04:00
t_mod_uselib.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_mod_uselib.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_module_class_static_method.pl Tests: On format make tests executable 2021-02-25 19:24:41 -05:00
t_module_class_static_method.v Support static methods and typedefs in classes (#2615) 2020-11-06 19:51:21 -05:00
t_multiline_waivers.pl Fix --waiver-output for multiline warnings (#2429) (#3141) 2021-09-22 07:42:59 -04:00
t_multiline_waivers.v Fix --waiver-output for multiline warnings (#2429) (#3141) 2021-09-22 07:42:59 -04:00
t_multitop1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_multitop1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_multitop1s.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_multitop_sig.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_multitop_sig.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_multitop_sig.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_multitop_sig_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_multitop_sig_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-07 07:15:07 -04:00
t_no_sel_assign_merge_in_cpp.pl Don't merge bit select assignments in C code (#2971) 2021-05-18 14:28:48 -04:00
t_no_sel_assign_merge_in_cpp.v Don't merge bit select assignments in C code (#2971) 2021-05-18 14:28:48 -04:00
t_number_bad.out Tests: Add number case for #2432. 2020-06-29 18:03:16 -04:00
t_number_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_number_bad.v Tests: Add number case for #2432. 2020-06-29 18:03:16 -04:00
t_opt_table_enum.out Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_enum.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_enum.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_packed_array.out Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_packed_array.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_packed_array.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_same.out Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_same.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_same.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_signed.out Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_signed.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_signed.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_sparse.out Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_sparse.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_sparse.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_sparse_output_split.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_string.out Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_string.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_string.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_struct.out Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_struct.pl Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_opt_table_struct.v Implement a distinct constant pool (#3013) 2021-06-13 15:05:55 +01:00
t_optm_if_array.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_optm_if_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_optm_if_cond.pl Improve V3MergeCond 2021-08-19 18:55:39 +01:00
t_optm_if_cond.v Tests: Test future if condition optimization (#2726) 2020-12-23 18:23:47 -05:00
t_optm_redor.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_optm_redor.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_order.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_order_2d.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_2d.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_order_a.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_b.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_blkandnblk_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_order_blkandnblk_bad.pl Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_order_blkandnblk_bad.v Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_order_blkloopinit_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_order_blkloopinit_bad.pl Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_order_blkloopinit_bad.v Tests: Test some warnings without tests. 2020-12-07 20:30:16 -05:00
t_order_clkinst.out Optimize fine grained trace activity flags (#2336) 2020-05-17 13:53:02 +01:00
t_order_clkinst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_clkinst.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_order_clkinst_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_order_clkinst_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_comboclkloop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_comboclkloop.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_order_comboloop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_comboloop.v Add LATCH and NOLATCH warnings (#1609) (#2740). 2021-01-05 14:26:01 -05:00
t_order_doubleloop.pl Tests: Remove some old conditional-fail checks. 2020-05-27 21:44:28 -04:00
t_order_doubleloop.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_order_dpi_export_1.cpp Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_1.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_order_dpi_export_1.v Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_2.cpp Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_2.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_order_dpi_export_2.v Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_3.cpp Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_3.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_order_dpi_export_3.v Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_4.cpp Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_4.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_order_dpi_export_4.v Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_5.cpp Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_dpi_export_5.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_order_dpi_export_5.v Fix re-evaluation of logic dependent on state set in DPI exports (#3091). 2021-08-12 21:43:32 +01:00
t_order_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_first.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_loop_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_loop_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_multialways.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_multialways.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_multidriven.cpp Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_order_multidriven.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_multidriven.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_quad.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_order_quad.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_order_quad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_wireloop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_wireloop.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_abs.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_abs.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_ddecl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_ddecl.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_dimport.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_dimport.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_dot.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_dot.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_enum.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_enum.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_export.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_export.v Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_package_export_bad.out Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_package_export_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_twodeep.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_twodeep.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_verb.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_package_verb.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_packed_concat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_packed_concat_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_packed_concat_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_packed_concat_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_array2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_array2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_array3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_array3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_array4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_array4.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_array5.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_array5.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_array6.pl Fix unpacked array parameters near functions (#2639). 2020-11-18 20:12:14 -05:00
t_param_array6.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_param_array7.pl Emit parameter values as 'static constexpr' instead of enum 2021-07-23 17:20:26 +01:00
t_param_array7.v Emit parameter values as 'static constexpr' instead of enum 2021-07-23 17:20:26 +01:00
t_param_avec.pl Support arrayed parameter functions partial (#2846) 2021-03-19 18:44:26 -04:00
t_param_avec.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_bit_sel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_bit_sel.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_bracket.pl Delay parsing of associative arrays until dtypes known. 2020-06-09 07:13:40 -04:00
t_param_bracket.v Delay parsing of associative arrays until dtypes known. 2020-06-09 07:13:40 -04:00
t_param_ceil.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_ceil.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_chain.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_chain.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_circ_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_param_circ_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_circ_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_concat.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_concat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_concat_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_param_concat_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_const_part.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_const_part.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_ddeep_width.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_ddeep_width.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_default.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_default.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_default_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_param_default_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_default_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_default_presv_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_param_default_presv_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_first.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_first_a.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_first_b.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_func.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_func.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_func2.pl Enable simple function localparams (#2461) 2020-07-15 19:31:19 -04:00
t_param_func2.v Enable simple function localparams (#2461) 2020-07-15 19:31:19 -04:00
t_param_if_blk.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_if_blk.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_param_in_func.pl Support localparams in tasks/functions 2021-07-23 20:34:49 +01:00
t_param_in_func.v Support localparams in tasks/functions 2021-07-23 20:34:49 +01:00
t_param_in_func_noinline.pl Support localparams in tasks/functions 2021-07-23 20:34:49 +01:00
t_param_local.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_local.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_long.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_long.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_mem_attr.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_mem_attr.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_module.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_module.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_named.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_named.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_named_2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_named_2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_no_parentheses.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_no_parentheses.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_noval_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_param_noval_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_noval_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_package.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_package.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_pattern.pl Support assignment patterns as children of pins (#3041) 2021-08-30 10:44:03 -04:00
t_param_pattern.v Support assignment patterns as children of pins (#3041) 2021-08-30 10:44:03 -04:00
t_param_public.cpp Tests: Add missing sc_time_stamp calls. 2021-02-16 20:34:44 -05:00
t_param_public.pl Fix -G dropping public indication (#2561). 2020-09-21 08:29:57 -04:00
t_param_public.v Emit model implementation as loose methods. (#3006) 2021-06-13 14:33:11 +01:00
t_param_real.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_real.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_real2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_real2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_real2_collision.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_repl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_repl.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_scope_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_param_scope_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_scope_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_seg.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_seg.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_sel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_sel.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_param_sel_range.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_sel_range.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_sel_range_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_param_sel_range_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_shift.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_shift.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_type.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_type.v Fix parsing parameter type with assignment and no type keyword. 2020-06-06 13:44:45 -04:00
t_param_type2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_type2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_type3.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_param_type3.v Fix passing parameter type instantiations by position number. 2020-12-05 11:00:30 -05:00
t_param_type4.pl Fix type parameter resolution with hash collision. 2021-07-01 16:52:29 +01:00
t_param_type4.v Fix type parameter resolution with hash collision. 2021-07-01 16:52:29 +01:00
t_param_type4_collision.pl Fix type parameter resolution with hash collision. 2021-07-01 16:52:29 +01:00
t_param_type_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_param_type_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_type_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_type_bad2.out Fix parsing parameter type with assignment and no type keyword. 2020-06-06 13:44:45 -04:00
t_param_type_bad2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_type_bad2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_type_collision.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_unreachable.pl Generate SELRANGE instead of errors for potentially unreachable code (#2625) (#2754) 2021-01-15 07:31:48 -05:00
t_param_unreachable.v Generate SELRANGE instead of errors for potentially unreachable code (#2625) (#2754) 2021-01-15 07:31:48 -05:00
t_param_up_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_param_up_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_up_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_value.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_value.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_while.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_while.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_wide_io.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_wide_io.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_width.pl Fix combining different-width parameters (#2484). 2020-07-26 17:54:23 -04:00
t_param_width.v Fix combining different-width parameters (#2484). 2020-07-26 17:54:23 -04:00
t_param_width_loc_bad.out Tests: Unsupported test for bug1624. 2019-12-07 13:15:46 -05:00
t_param_width_loc_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_width_loc_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_parse_delay.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_parse_delay.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_past.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_past.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_past_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_past_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_past_bad.v Internal coverage improvements 2021-03-28 20:03:08 -04:00
t_past_funcs.pl Tests: Move t_rose t_fell and t_stable to a single test (#2530) 2020-09-03 08:09:47 -04:00
t_past_funcs.v Tests: Move t_rose t_fell and t_stable to a single test (#2530) 2020-09-03 08:09:47 -04:00
t_past_unsup_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_past_unsup_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_past_unsup_bad.v Support $stable 2020-08-23 11:34:19 -04:00
t_pgo_profoutofdate_bad.out Add profile-guided optmization of mtasks (#3150). 2021-09-26 22:51:11 -04:00
t_pgo_profoutofdate_bad.pl Add profile-guided optmization of mtasks (#3150). 2021-09-26 22:51:11 -04:00
t_pgo_profoutofdate_bad.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_pgo_threads.pl Add profile-guided optmization of mtasks (#3150). 2021-09-26 22:51:11 -04:00
t_pipe_exit_bad.pf Convert pipe filter example to python 2021-06-13 12:03:53 -04:00
t_pipe_exit_bad.pl Convert pipe filter example to python 2021-06-13 12:03:53 -04:00
t_pipe_filter.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pipe_filter.pf Apply 'make format' 2021-09-08 22:46:27 +00:00
t_pipe_filter.pl Convert pipe filter example to python 2021-06-13 12:03:53 -04:00
t_pipe_filter.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pipe_filter_inc.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pli_bad.out Internals: Move PLI errors into linker, and better test. 2020-05-23 11:55:34 -04:00
t_pli_bad.pl Internals: Move PLI errors into linker, and better test. 2020-05-23 11:55:34 -04:00
t_pli_bad.v Internals: Move PLI errors into linker, and better test. 2020-05-23 11:55:34 -04:00
t_pli_bbox.pl Internals: Move PLI errors into linker, and better test. 2020-05-23 11:55:34 -04:00
t_pp_circ_subst_bad.out Increase LINE_TOKEN_MAX (#2752). 2021-02-20 20:55:38 -05:00
t_pp_circ_subst_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_circ_subst_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_circdef_bad.pl Tests: Fix bison stability. 2020-07-10 22:05:51 -04:00
t_pp_circdef_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_defkwd_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_defkwd_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_defkwd_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_defparen_bad.out Fix some syntax error context by splitting internal parse and lex filelines 2020-06-07 13:45:50 -04:00
t_pp_defparen_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_defparen_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_display.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_display.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_display.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_dupdef.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_dupdef.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_dupdef_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_pp_dupdef_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_lib.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_lib.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_lib_inc.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_lib_library.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_line_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_pp_line_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_line_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_misdef_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_pp_misdef_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_misdef_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_pragma_bad.out Support ignoring "`pragma protect ..." (#2886) 2021-04-26 18:16:24 -04:00
t_pp_pragma_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_pragma_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_pragmas.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_pragmas.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_recursedef_bad.out Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_pp_recursedef_bad.pl Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_pp_recursedef_bad.v Improve internal code coverage 2020-11-18 22:21:48 -05:00
t_pp_resetall_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_pp_resetall_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_resetall_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_underline_bad.out Internals: Pass fileline directly and avoid yyerror 2020-06-07 10:17:50 -04:00
t_pp_underline_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pp_underline_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_premit_rw.pl Fix V3Premit infinite loop on always read-and-write (#2898). 2021-04-21 09:21:06 -04:00
t_premit_rw.v Fix V3Premit infinite loop on always read-and-write (#2898). 2021-04-21 09:21:06 -04:00
t_preproc.out Ignore sv-test's `pragma protect end 2021-07-29 09:00:10 -04:00
t_preproc.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_preproc.v Ignore sv-test's `pragma protect end 2021-07-29 09:00:10 -04:00
t_preproc_cmtend_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_cmtend_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_cmtend_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_comments.out Ignore sv-test's `pragma protect end 2021-07-29 09:00:10 -04:00
t_preproc_comments.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_debugi.pl Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_debugi.v Tests: Some coverage improvements 2021-09-20 18:20:48 -04:00
t_preproc_def09.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_def09.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_def09.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_defarg_bad.out Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_preproc_defarg_bad.pl Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_preproc_defarg_bad.v Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_preproc_defines.out SystemC 2.3.0 or newer (SYSTEMC_VERSION >= 20111121) is now required. 2020-08-29 10:45:47 -04:00
t_preproc_defines.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_dos.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_preproc_elsif_bad.out Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_preproc_elsif_bad.pl Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_preproc_elsif_bad.v Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_preproc_eof1_bad.out Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof1_bad.pl Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof1_bad.v Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof2_bad.out Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof2_bad.pl Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof2_bad.v Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof3_bad.out Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof3_bad.pl Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof3_bad.v Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof4_bad.out Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof4_bad.pl Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_eof4_bad.v Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_preproc_ifdef.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_ifdef.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_inc2.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_inc3.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_inc4.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_inc_bad.out Support --bbox-unsup parsing of 'randomize' 2020-06-06 11:22:48 -04:00
t_preproc_inc_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_inc_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_inc_fn_bad.out Tests: Some coverage improvements 2021-09-20 18:20:48 -04:00
t_preproc_inc_fn_bad.pl Tests: Some coverage improvements 2021-09-20 18:20:48 -04:00
t_preproc_inc_fn_bad.v Tests: Some coverage improvements 2021-09-20 18:20:48 -04:00
t_preproc_inc_inc_bad.vh Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_inc_notfound_bad.out Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_preproc_inc_notfound_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_inc_notfound_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_inc_recurse_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_preproc_inc_recurse_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_inc_recurse_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_kwd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_kwd.v Fix supporting begin_keywords 1364-2001-noconfig 2020-12-16 18:40:45 -05:00
t_preproc_noline.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_noline.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_noline.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_persist.out
t_preproc_persist.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_persist.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_persist2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_persist_inc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_str_undef.out Fix preprocessor stringify of undefined macro. 2020-10-09 18:53:09 -04:00
t_preproc_str_undef.pl Fix preprocessor stringify of undefined macro. 2020-10-09 18:53:09 -04:00
t_preproc_str_undef.v Fix preprocessor stringify of undefined macro. 2020-10-09 18:53:09 -04:00
t_preproc_stringend_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_stringend_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_stringend_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_ttempty.out Fix preprocessor stringify of undefined macro. 2020-10-09 18:53:09 -04:00
t_preproc_ttempty.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_ttempty.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc_undefineall.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc_undefineall.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_priority_case.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_priority_case.pl Allow overlaps in priority case statements (#2864) 2021-03-28 19:57:36 -04:00
t_priority_case.v Allow overlaps in priority case statements (#2864) 2021-03-28 19:57:36 -04:00
t_process.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_process.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_process.v Support $urandom, $urandom_range without stability. 2020-08-23 08:42:50 -04:00
t_process_parse.pl Internals: Add --debug-exit-uvm 2020-08-23 09:05:18 -04:00
t_process_redecl.pl Tests: Add process test #2527 2020-08-31 19:02:58 -04:00
t_process_redecl.v Tests: Add process test #2527 2020-08-31 19:02:58 -04:00
t_prof.pl Add --prof-c to pass profiling to compiler (#3059). 2021-07-07 19:12:52 -04:00
t_prof.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_profc.pl Add --prof-c to pass profiling to compiler (#3059). 2021-07-07 19:12:52 -04:00
t_profcfunc.gprof Fix verilator_profcfunc profile accounting (#3115). 2021-09-03 19:59:10 -04:00
t_profcfunc.out verilator_profcfunc: Also allow eval_step. 2021-09-04 12:28:26 -04:00
t_profcfunc.pl Tests: Add t_gantt_io test 2021-09-04 12:44:13 -04:00
t_program.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_program.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_protect_ids.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_protect_ids.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_protect_ids_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_protect_ids_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_protect_ids_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_protect_ids_c.cpp clang-format of test_regress. No functional change. 2020-10-28 18:42:36 -04:00
t_protect_ids_debug.pl Misc internal coverage cleanups 2020-12-08 08:40:22 -05:00
t_protect_ids_key.out Suppress creating change_request if not needed. 2021-07-22 20:50:03 -04:00
t_protect_ids_key.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_queue.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_queue.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_queue_bounded.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_queue_bounded.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_queue_class.pl Fix queues as class members (#2525). 2020-08-29 12:56:43 -04:00
t_queue_class.v Fix queues as class members (#2525). 2020-08-29 12:56:43 -04:00
t_queue_empty_bad.out Support empty queue assignment to delete queue 2021-08-28 17:23:35 -04:00
t_queue_empty_bad.pl Support empty queue assignment to delete queue 2021-08-28 17:23:35 -04:00
t_queue_empty_bad.v Support empty queue assignment to delete queue 2021-08-28 17:23:35 -04:00
t_queue_method.pl Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_queue_method.v Fix select of with index variable (#2880). 2021-04-08 19:35:03 -04:00
t_queue_method2_bad.out Add 'with' syntax checks. 2020-10-31 10:33:36 -04:00
t_queue_method2_bad.pl Add 'with' syntax checks. 2020-10-31 10:33:36 -04:00
t_queue_method2_bad.v Add 'with' syntax checks. 2020-10-31 10:33:36 -04:00
t_queue_method_bad.out Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_queue_method_bad.pl Support 'with' into elaboration (only). 2020-10-31 10:00:55 -04:00
t_queue_method_bad.v Support 'with' into elaboration (only). 2020-10-31 10:00:55 -04:00
t_queue_pushpop.pl Fix queue poping wrong value when otherwise unused (#2512). 2020-11-07 10:37:55 -05:00
t_queue_pushpop.v Fix queue poping wrong value when otherwise unused (#2512). 2020-11-07 10:37:55 -05:00
t_queue_slice.pl Support queue slicing (#2326). 2020-10-18 13:23:39 -04:00
t_queue_slice.v Support empty queue assignment to delete queue 2021-08-28 17:23:35 -04:00
t_queue_unpacked.pl Tests: Add t_dynarray_unpacked (#2314) 2020-12-12 20:56:35 -05:00
t_queue_unpacked.v Tests: Add t_dynarray_unpacked (#2314) 2020-12-12 20:56:35 -05:00
t_randc_ignore_unsup.pl Support 'randc' as alias to 'rand' (#2680) 2020-12-09 19:17:30 -05:00
t_randc_ignore_unsup.v Support 'randc' as alias to 'rand' (#2680) 2020-12-09 19:17:30 -05:00
t_randc_unsup.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_randc_unsup.pl Support 'randc' as alias to 'rand' (#2680) 2020-12-09 19:17:30 -05:00
t_randc_unsup.v Support 'randc' as alias to 'rand' (#2680) 2020-12-09 19:17:30 -05:00
t_randomize.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_randomize.pl Support --bbox-unsup parsing of 'randomize' 2020-06-06 11:22:48 -04:00
t_randomize.v Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_randomize_bbox.pl Support --bbox-unsup parsing of 'constraint', 'dist', 'solve' 2020-06-06 12:08:36 -04:00
t_randomize_method.pl Tests: On format make tests executable 2021-02-25 19:24:41 -05:00
t_randomize_method.v Support randomize() class method and rand 2020-12-07 17:55:22 -05:00
t_randomize_method_bad.out Support randomize() class method and rand 2020-12-07 17:55:22 -05:00
t_randomize_method_bad.pl Tests: Mark some tests lint only 2021-03-12 16:06:47 -05:00
t_randomize_method_bad.v Support randomize() class method and rand 2020-12-07 17:55:22 -05:00
t_randomize_method_types_unsup.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_randomize_method_types_unsup.pl Tests: On format make tests executable 2021-02-25 19:24:41 -05:00
t_randomize_method_types_unsup.v Support randomize() class method and rand 2020-12-07 17:55:22 -05:00
t_randomize_method_unsup.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_randomize_method_unsup.pl Tests: On format make tests executable 2021-02-25 19:24:41 -05:00
t_randomize_method_unsup.v Support randomize() class method and rand 2020-12-07 17:55:22 -05:00
t_real_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_real_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_reloop_cam.pl Add --expand-limit argument (#3005). 2021-06-06 10:27:01 -04:00
t_reloop_cam.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_reloop_offset.out Improve Reloop to accept constant index offsets. (#2939) 2021-05-10 18:01:11 +01:00
t_reloop_offset.pl Improve Reloop to accept constant index offsets. (#2939) 2021-05-10 18:01:11 +01:00
t_reloop_offset.v Improve Reloop to accept constant index offsets. (#2939) 2021-05-10 18:01:11 +01:00
t_reloop_offset_lim_63.pl Add --reloop-limit argument (#2960) 2021-05-15 18:04:40 +01:00
t_repeat.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_repeat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_rnd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_rnd.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_runflag.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_runflag.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_runflag_bad.out Internal coverage improvements 2020-09-18 21:27:36 -04:00
t_runflag_bad.pl Internal coverage improvements 2020-09-18 21:27:36 -04:00
t_runflag_bad.v Internal coverage improvements 2020-09-18 21:27:36 -04:00
t_runflag_errorlimit.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_runflag_errorlimit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_runflag_errorlimit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_runflag_seed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_runflag_seed.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_runflag_uninit_bad.cpp Tests: Cleanup to return instead of exit 2021-02-25 19:26:36 -05:00
t_runflag_uninit_bad.out Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_runflag_uninit_bad.pl Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_runflag_uninit_bad.v Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_savable.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_savable.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_savable_class_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_savable_class_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_savable_class_bad.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_savable_format1_bad.out Tests: Misc test updates for context prep. 2021-02-28 10:48:27 -05:00
t_savable_format1_bad.pl Tests: Try to stabilize cron test. 2020-11-08 11:17:42 -05:00
t_savable_format2_bad.out Tests: Misc test updates for context prep. 2021-02-28 10:48:27 -05:00
t_savable_format2_bad.pl Tests: Misc test updates for context prep. 2021-02-28 10:48:27 -05:00
t_savable_format3_bad.out Tests: Misc test updates for context prep. 2021-02-28 10:48:27 -05:00
t_savable_format3_bad.pl Tests: Use internal sed as external croaks on binary. 2020-10-14 09:30:15 -04:00
t_savable_open_bad.out Tests: Misc test updates for context prep. 2021-02-28 10:48:27 -05:00
t_savable_open_bad.pl Internal coverage: Cleanup some savable errors and coverage. 2020-10-13 19:26:16 -04:00
t_savable_open_bad2.cpp Tests: Fix open test on some automount cloud providers 2021-11-28 15:40:35 -05:00
t_savable_open_bad2.out Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_savable_open_bad2.pl Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_savable_open_bad2.v Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_sc_names.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_sc_names.pl Fix sc names (#2500) 2020-08-13 08:23:02 -04:00
t_sc_names.v Fix sc names (#2500) 2020-08-13 08:23:02 -04:00
t_scope_map.cpp Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_scope_map.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_scope_map.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_2d.pl Tests: Add test for (#1613) 2021-04-01 09:03:38 -04:00
t_select_2d.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_bad_msb.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_select_bad_msb.pl Commentary 2020-05-23 21:56:56 -04:00
t_select_bad_msb.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_bad_range.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_select_bad_range.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_bad_range.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_bad_range2.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_select_bad_range2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_bad_range2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_bad_range3.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_select_bad_range3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_bad_range3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_bad_tri.out Show Verilog reference on V3Number asserts. 2020-05-04 19:57:21 -04:00
t_select_bad_tri.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_bad_tri.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_bound1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_bound1.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_bound2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_bound2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_index.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_index.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_index2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_index2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_lhs_oob.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_lhs_oob.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_lhs_oob2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_lhs_oob2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_little.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_little.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_little_pack.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_little_pack.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_loop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_loop.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_negative.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_negative.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_plus.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_plus.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_plus_mul_pow2.pl Fix replaceMulShift optimization (#2413) 2020-06-11 07:42:25 -04:00
t_select_plus_mul_pow2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_plusloop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_plusloop.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_runtime_range.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_runtime_range.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_select_set.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_select_set.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_semaphore.out Parser: Test and handle semaphore, mailbox and process. 2020-07-09 20:04:22 -04:00
t_semaphore.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_semaphore.v Parser: Test and handle semaphore, mailbox and process. 2020-07-09 20:04:22 -04:00
t_semaphore_parse.pl Internals: Add --debug-exit-uvm 2020-08-23 09:05:18 -04:00
t_slice_cond.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_slice_cond.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_slice_init.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_slice_init.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_slice_struct_array_modport.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_slice_struct_array_modport.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_source_sync.out Tests: Adding failing test case for source synchronous signals (#3038) 2021-07-07 14:00:17 -04:00
t_source_sync.pl Tests: Adding failing test case for source synchronous signals (#3038) 2021-07-07 14:00:17 -04:00
t_source_sync.v Tests: Adding failing test case for source synchronous signals (#3038) 2021-07-07 14:00:17 -04:00
t_split_var_0.pl Skip merging assign statements if a variable is marked split_var to fix #3177 (#3179) 2021-10-25 20:56:59 +09:00
t_split_var_0.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_split_var_0.vlt Support split_var in vit files (#2219) 2020-04-03 08:08:23 -04:00
t_split_var_1_bad.out Internals: Cleanup V3SplitVar 2021-08-02 15:48:26 +01:00
t_split_var_1_bad.pl Fix V3SplitVar test stability (#2408) 2020-06-09 22:39:10 -04:00
t_split_var_1_bad.v Improve code coverage of V3SplitVar.cpp (#2418) 2020-06-13 04:45:47 -04:00
t_split_var_2_trace.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_split_var_2_trace.pl Skip merging assign statements if a variable is marked split_var to fix #3177 (#3179) 2021-10-25 20:56:59 +09:00
t_split_var_3_wreal.pl Improve code coverage of V3SplitVar.cpp (#2418) 2020-06-13 04:45:47 -04:00
t_split_var_3_wreal.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_split_var_4.pl Skip merging assign statements if a variable is marked split_var to fix #3177 (#3179) 2021-10-25 20:56:59 +09:00
t_split_var_4.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_split_var_5.pl Skip merging assign statements if a variable is marked split_var to fix #3177 (#3179) 2021-10-25 20:56:59 +09:00
t_static_elab.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_static_elab.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_stop_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_stop_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_stop_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_stream.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_stream.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_stream2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_stream2.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_stream3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_stream3.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_stream4.pl Fix VL_STREAML_FAST_QQI with 64 bit left-hand-side (#3232) (#3235) 2021-12-09 17:30:04 -05:00
t_stream4.v Fix VL_STREAML_FAST_QQI with 64 bit left-hand-side (#3232) (#3235) 2021-12-09 17:30:04 -05:00
t_stream_integer_type.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_stream_integer_type.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_stream_integer_type.v Tests: Add t_stream_integer_type (#2547) (#2548) (#2573) 2020-09-27 19:25:53 -04:00
t_string.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_string.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_string_size.out Fix $size on dynamic strings (#3216). 2021-11-25 07:50:47 -05:00
t_string_size.pl Fix $size on dynamic strings (#3216). 2021-11-25 07:50:47 -05:00
t_string_size.v Fix display of empty string constant (#3207) (#3215). 2021-11-25 08:03:27 -05:00
t_string_type_methods.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_string_type_methods.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_string_type_methods_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_string_type_methods_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_string_type_methods_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_anon.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_anon.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_array.v Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_struct_genfor.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_struct_genfor.v Fix duplicate typedefs in generate for, #2205. 2020-03-26 18:10:20 -04:00
t_struct_init.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_init.v Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_struct_init_bad.out Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_struct_init_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_struct_init_trace.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_nest.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_nest.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_notfound_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_struct_notfound_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_struct_notfound_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_packed_sysfunct.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_packed_sysfunct.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_packed_value_list.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_packed_value_list.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_packed_write_read.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_packed_write_read.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_pat_width.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_pat_width.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_port.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_port.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_struct_portsel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_portsel.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_struct_unaligned.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_unaligned.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_struct_unpacked.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_struct_unpacked.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_unpacked2.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_struct_unpacked2.pl Fix error on UNPACKED in parser. (#1541) 2020-06-02 08:00:37 -04:00
t_struct_unpacked2.v Fix error on UNPACKED in parser. (#1541) 2020-06-02 08:00:37 -04:00
t_struct_unpacked_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_struct_unpacked_bad.pl Commentary 2020-05-23 21:56:56 -04:00
t_struct_unpacked_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sv_bus_mux_demux.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sv_bus_mux_demux.v Tests: Check output from some unsupported tests. 2020-04-24 08:22:19 -04:00
t_sv_conditional.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sv_conditional.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sv_cpu.pl Fix false TIMESCALEMOD on generate-ignored instances (#2838). 2021-03-16 22:52:29 -04:00
t_sv_cpu.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_file_autoflush.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_file_basic.out Fix $display of signed/unsigned without format (#3207). 2021-11-17 18:50:52 -05:00
t_sys_file_basic.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_file_basic.v Fix $fopen etc on integer arrays (#3214). 2021-11-23 18:22:16 -05:00
t_sys_file_basic_input.dat Fix SEGV when $fgets, $sscanf, or $fscanf is used with string (#2604) 2020-10-28 08:37:12 +09:00
t_sys_file_basic_mcd.out Fix MCD close also closing stdout (#2931). 2021-06-06 19:32:48 -04:00
t_sys_file_basic_mcd.pl Fix MCD close also closing stdout (#2931). 2021-06-06 19:32:48 -04:00
t_sys_file_basic_mcd.v Fix MCD close also closing stdout (#2931). 2021-06-06 19:32:48 -04:00
t_sys_file_basic_mcd_test2_0.dat Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -04:00
t_sys_file_basic_mcd_test2_1.dat Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -04:00
t_sys_file_basic_mcd_test2_2.dat Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -04:00
t_sys_file_basic_mcd_test5.dat Fix MCD close also closing stdout (#2931). 2021-06-06 19:32:48 -04:00
t_sys_file_basic_uz.dat Support display/scan %u/%z (#2324) (#2332) 2020-05-18 08:10:32 -04:00
t_sys_file_basic_uz.out Support display/scan %u/%z (#2324) (#2332) 2020-05-18 08:10:32 -04:00
t_sys_file_basic_uz.pl Support display/scan %u/%z (#2324) (#2332) 2020-05-18 08:10:32 -04:00
t_sys_file_basic_uz.v Support display/scan %u/%z (#2324) (#2332) 2020-05-18 08:10:32 -04:00
t_sys_file_scan.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_file_scan.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_file_scan_input.dat
t_sys_fmonitor.out Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_fmonitor.pl Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_fmonitor.v Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_fread.out
t_sys_fread.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_sys_fread.v Fix $fread extra semicolon inside statements. 2021-01-26 22:20:16 -05:00
t_sys_fstrobe.out Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_fstrobe.pl Tests: Fix fstrobe instability 2020-12-08 07:49:48 -05:00
t_sys_fstrobe.v Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_monitor.out Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_monitor.pl Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_monitor.v Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_plusargs.pl Internal coverage improvements 2021-01-13 20:01:10 -05:00
t_sys_plusargs.v Fix %0 format on $value$plusargs. 2021-11-17 17:54:07 -05:00
t_sys_plusargs_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_plusargs_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_rand.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_rand.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_rand_concat.pl Optimize $random concatenates/selects (#3114). 2021-11-28 14:17:28 -05:00
t_sys_rand_concat.v Optimize $random concatenates/selects (#3114). 2021-11-28 14:17:28 -05:00
t_sys_rand_seed.pl Support $random and $urandom seeds. 2020-11-19 21:32:33 -05:00
t_sys_rand_seed.v Support $urandom, $urandom_range without stability. 2020-08-23 08:42:50 -04:00
t_sys_readmem.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_readmem.v Add $writememb support (#2450) 2020-07-01 17:32:15 -04:00
t_sys_readmem_align_h.mem Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_assoc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_readmem_assoc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_assoc_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_sys_readmem_assoc_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_sys_readmem_assoc_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_assoc_c_b.out Support / with assoc arrarys. Closes #2100. 2020-01-14 07:01:17 -05:00
t_sys_readmem_assoc_w_h.out Support / with assoc arrarys. Closes #2100. 2020-01-14 07:01:17 -05:00
t_sys_readmem_b.mem Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_b_8.mem Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_addr.mem Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_addr.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_addr.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_readmem_bad_addr.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_digit.mem Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_digit.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_digit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_readmem_bad_digit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_end.mem Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_end.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_end.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_readmem_bad_end.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_bad_notfound.out Tests: Favor use of expect_filename. No functional change. 2020-03-14 17:42:15 -04:00
t_sys_readmem_bad_notfound.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_readmem_bad_notfound.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_readmem_h.mem Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_sformat.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_sformat.v Internal coverage improvements 2021-03-28 20:30:22 -04:00
t_sys_sformat_noopt.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_sys_strobe.out Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_strobe.pl Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_strobe.v Support $monitor and $strobe. 2020-11-29 11:31:38 -05:00
t_sys_system.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_system.v Internal code coverage cleanups. 2021-03-07 21:05:15 -05:00
t_sys_time.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_time.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_sys_writemem.gold1.mem
t_sys_writemem.gold2.mem
t_sys_writemem.gold3.mem
t_sys_writemem.gold4.mem
t_sys_writemem.gold5.mem
t_sys_writemem.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_writemem_b.gold1.mem Add $writememb support (#2450) 2020-07-01 17:32:15 -04:00
t_sys_writemem_b.gold2.mem Add $writememb support (#2450) 2020-07-01 17:32:15 -04:00
t_sys_writemem_b.gold3.mem Add $writememb support (#2450) 2020-07-01 17:32:15 -04:00
t_sys_writemem_b.gold4.mem Add $writememb support (#2450) 2020-07-01 17:32:15 -04:00
t_sys_writemem_b.gold5.mem Add $writememb support (#2450) 2020-07-01 17:32:15 -04:00
t_sys_writemem_b.pl Add $writememb support (#2450) 2020-07-01 17:32:15 -04:00
t_table_fsm.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_table_fsm.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_threads_counter.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_threads_counter_0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_threads_counter_1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_threads_counter_2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_threads_counter_4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_threads_crazy.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_threads_crazy.v Misc internal coverage hole and related bug fixes 2020-12-09 19:18:12 -05:00
t_threads_nondeterminism.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_time_literals.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_literals.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_time_passed.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_time_passed.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_passed.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_time_print.out Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_time_print.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_print.v Internal coverage improvements 2020-09-19 10:30:31 -04:00
t_time_sc.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_time_sc_bad.out Fix 10s/100s timeunits. 2020-05-11 08:15:52 -04:00
t_time_sc_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_sc_fs.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_time_sc_fs.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_sc_ms.out Tests: Ignore SystemC file paths in expected test results (#2265) 2020-04-18 18:56:19 -04:00
t_time_sc_ms.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_sc_ns.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_time_sc_ns.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_sc_sec.out Tests: Ignore SystemC file paths in expected test results (#2265) 2020-04-18 18:56:19 -04:00
t_time_sc_sec.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_sc_us.out Tests: Ignore SystemC file paths in expected test results (#2265) 2020-04-18 18:56:19 -04:00
t_time_sc_us.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_stamp64.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_stamp64.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_time_stamp_double.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi.v Tests: Add a test to check if there is overflow or rounding (#2945) 2021-05-11 22:27:31 +09:00
t_time_vpi_1fs1fs.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_1fs1fs.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi_1ms10ns.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_1ms10ns.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi_1ns1ns.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_1ns1ns.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi_1ps1fs.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_1ps1fs.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi_1s10ns.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_1s10ns.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi_1us1ns.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_1us1ns.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi_10ms10ns.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_10ms10ns.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_time_vpi_100s10ms.out Format time string using integer (#2940) 2021-05-16 19:01:03 +09:00
t_time_vpi_100s10ms.pl Fix 10s/100s timeunits. 2020-05-11 08:15:52 -04:00
t_time_vpi_c.cpp Tests: Fix various test leaks (#2703). 2020-12-15 22:09:40 -05:00
t_timescale.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_timescale.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_timescale.v Add vpiTimeUnit and allow to specify time as string, bug1636. 2019-12-13 19:11:37 -05:00
t_timescale_default.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_timescale_default.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_timescale_default.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_timescale_lint.pl Fix --timescale-override not suppressing TIMESCALEMOD (#2838). 2021-03-16 22:44:13 -04:00
t_timescale_lint.v Fix --timescale-override not suppressing TIMESCALEMOD (#2838). 2021-03-16 22:44:13 -04:00
t_timescale_lint2.pl Fix --timescale-override not suppressing TIMESCALEMOD (#2838). 2021-03-16 22:42:28 -04:00
t_timescale_lint_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_timescale_lint_bad.pl Fix --timescale-override not suppressing TIMESCALEMOD (#2838). 2021-03-16 22:42:28 -04:00
t_timescale_parse.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_timescale_parse.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_timescale_parse.v Fix 10s/100s timeunits. 2020-05-11 08:15:52 -04:00
t_timescale_parse_bad.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_timescale_parse_bad.pl Tests: Always failing tests 2021-12-10 21:22:23 -05:00
t_timescale_parse_bad.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_timescale_udp.pl Fix TIMESCALE warnings on primitives (#2763). 2021-01-23 10:31:41 -05:00
t_timescale_udp.v Fix false TIMESCALEMOD on generate-ignored instances (#2838). 2021-03-16 22:52:29 -04:00
t_timescale_unit.out Support timeunit/timeprecision in $unit. 2021-07-29 08:40:41 -04:00
t_timescale_unit.pl Support timeunit/timeprecision in $unit. 2021-07-29 08:40:41 -04:00
t_timescale_unit.v Support timeunit/timeprecision in $unit. 2021-07-29 08:40:41 -04:00
t_timing_clkgen.pl Merge tests from issue-2409-timing (but disabled mostly) 2020-06-08 20:36:22 -04:00
t_timing_clkgen.v Merge tests from issue-2409-timing (but disabled mostly) 2020-06-08 20:36:22 -04:00
t_timing_long.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_timing_reentry.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_timing_reentry.v Merge tests from issue-2409-timing (but disabled mostly) 2020-06-08 20:36:22 -04:00
t_trace_abort.out Close trace on vl_fatal/vl_finish (#2414) 2020-06-12 07:15:42 +01:00
t_trace_abort.pl Close trace on vl_fatal/vl_finish (#2414) 2020-06-12 07:15:42 +01:00
t_trace_abort.v Close trace on vl_fatal/vl_finish (#2414) 2020-06-12 07:15:42 +01:00
t_trace_abort_fst.out Close trace on vl_fatal/vl_finish (#2414) 2020-06-12 07:15:42 +01:00
t_trace_abort_fst.pl Close trace on vl_fatal/vl_finish (#2414) 2020-06-12 07:15:42 +01:00
t_trace_abort_fst_sc.out Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_abort_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_array.out Tests: fail test if vcddiff aborts, fix failing tests 2021-07-01 23:22:25 +01:00
t_trace_array.pl Tests: fail test if vcddiff aborts, fix failing tests 2021-07-01 23:22:25 +01:00
t_trace_array.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_trace_array_fst.out Tests: fail test if vcddiff aborts, fix failing tests 2021-07-01 23:22:25 +01:00
t_trace_array_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_array_fst_portable.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_array_fst_portable_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_array_fst_sc.out Improve scope types in FST and VCD traces (#2805). 2021-04-07 09:55:11 -04:00
t_trace_array_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_array_fst_threads_1.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_array_fst_threads_1_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_array_fst_threads_2.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_array_fst_threads_2_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_array_threads_1.pl Tests: fail test if vcddiff aborts, fix failing tests 2021-07-01 23:22:25 +01:00
t_trace_c_api.cpp Tests: Add missing sc_time_stamp calls. 2021-02-16 20:34:44 -05:00
t_trace_c_api.pl Tests: Need only one run of t_trace_c_api.pl 2020-05-15 22:33:20 -04:00
t_trace_c_api.v Add t_trace_c_api test. 2020-05-15 20:38:08 -04:00
t_trace_cat.cpp Fix memory leaks found in trace related tests (#2708) 2020-12-17 08:31:47 +09:00
t_trace_cat.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_cat.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_cat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_cat_fst.cpp Fix dumping waveforms to multiple FST files (#2889) 2021-04-14 16:52:14 -04:00
t_trace_cat_fst.pl Fix dumping waveforms to multiple FST files (#2889) 2021-04-14 16:52:14 -04:00
t_trace_cat_fst.v Fix dumping waveforms to multiple FST files (#2889) 2021-04-14 16:52:14 -04:00
t_trace_cat_fst_0000.out Fix dumping waveforms to multiple FST files (#2889) 2021-04-14 16:52:14 -04:00
t_trace_cat_fst_0100.out Fix dumping waveforms to multiple FST files (#2889) 2021-04-14 16:52:14 -04:00
t_trace_cat_renew.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_cat_renew.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_cat_renew_0000.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_cat_renew_0100.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_cat_reopen.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_cat_reopen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_cat_reopen_0000.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_cat_reopen_0100.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_complex.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_complex.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_trace_complex_fst.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_complex_fst_sc.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_complex_fst_thread.out
t_trace_complex_fst_threads_1.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_complex_fst_threads_1_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_complex_fst_threads_2.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_complex_fst_threads_2_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_complex_old_api.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_complex_params.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_params.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_trace_complex_params_fst.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_params_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_complex_params_fst_sc.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_params_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_complex_portable.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_complex_structs.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_structs.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_complex_structs_fst.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_structs_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_complex_structs_fst_sc.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_complex_structs_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_complex_threads_1.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_decoration.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_decoration.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_dumporder_bad.out Add support for and , #2126. 2020-03-01 21:39:23 -05:00
t_trace_dumporder_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_dumporder_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_empty.pl Reduce .rodata footprint of trace initialization (#3250) 2021-12-19 15:15:07 +00:00
t_trace_empty.v Reduce .rodata footprint of trace initialization (#3250) 2021-12-19 15:15:07 +00:00
t_trace_ena.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_ena_cc.out Optimize trace activity flags a bit more 2020-05-17 19:41:24 +01:00
t_trace_ena_cc.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_ena_sc.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_ena_sc.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_trace_flag_off.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_flag_off.pl Fix display of huge double. 2020-05-10 16:03:46 -04:00
t_trace_flag_off.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_fst.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_fst.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_fst_cmake.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_fst_cmake.pl Add TRACE_THREADS to CMake (#2934) 2021-05-08 08:18:08 -04:00
t_trace_fst_cmake.v Add TRACE_THREADS to CMake (#2934) 2021-05-08 08:18:08 -04:00
t_trace_fst_sc.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_fst_sc.v Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_fst_sc_cmake.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_fst_sc_cmake.pl Support --trace-fst for SystemC with CMake (#2927) 2021-05-08 08:42:00 -04:00
t_trace_fst_sc_cmake.v Support --trace-fst for SystemC with CMake (#2927) 2021-05-08 08:42:00 -04:00
t_trace_litendian.out Fix FST tracing of little endian vectors 2020-05-03 22:39:45 +01:00
t_trace_litendian.pl Internals: Rename some CI comments 2020-11-29 15:06:29 -05:00
t_trace_litendian.v Fix FST tracing of little endian vectors 2020-05-03 22:39:45 +01:00
t_trace_litendian_fst.out Fix FST tracing of little endian vectors 2020-05-03 22:39:45 +01:00
t_trace_litendian_fst.pl Internals: Rename some CI comments 2020-11-29 15:06:29 -05:00
t_trace_litendian_fst_sc.out Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_litendian_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_off_cc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_off_sc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_packed_struct.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_packed_struct.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_packed_struct_fst.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_packed_struct_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_packed_struct_fst_sc.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_packed_struct_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_param_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_primitive.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_primitive.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_primitive_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_primitive_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_public.out Traces show array instances using brackets instead of parens (#3092) (#3095) 2021-08-12 20:40:44 +03:00
t_trace_public.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_public_func.cpp Fix memory leaks found in trace related tests (#2708) 2020-12-17 08:31:47 +09:00
t_trace_public_func.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_public_func.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_public_func_vlt.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_public_sig.cpp Tests: Fix various test leaks (#2703). 2020-12-15 22:09:40 -05:00
t_trace_public_sig.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_public_sig.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_public_sig_vlt.pl Tests: Abstract out common test comparison 2021-01-12 18:31:23 -05:00
t_trace_sc_empty.pl Fix tracing empty sc module (#2729). 2020-12-28 11:13:58 -05:00
t_trace_sc_empty.v Fix tracing empty sc module (#2729). 2020-12-28 11:13:58 -05:00
t_trace_scstruct.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_scstruct.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_string.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_string.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_string_fst.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_string_fst_sc.pl Add FST SystemC tracing (#2806) 2021-04-06 16:18:58 -04:00
t_trace_timescale.out Optimize fine grained trace activity flags (#2336) 2020-05-17 13:53:02 +01:00
t_trace_timescale.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_timescale.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_two_a.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_two_b.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_two_cc.cpp Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_dump_cc.out Optimize fine grained trace activity flags (#2336) 2020-05-17 13:53:02 +01:00
t_trace_two_dump_cc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_dump_sc.out Add support for and , #2126. 2020-03-01 21:39:23 -05:00
t_trace_two_dump_sc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_dumpfst_cc.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04:00
t_trace_two_dumpfst_cc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_hdr_cc.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_two_hdr_cc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_hdr_sc.out Optimize fine grained trace activity flags (#2336) 2020-05-17 13:53:02 +01:00
t_trace_two_hdr_sc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_hdrfst_cc.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04:00
t_trace_two_hdrfst_cc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_port_cc.out Optimize fine grained trace activity flags (#2336) 2020-05-17 13:53:02 +01:00
t_trace_two_port_cc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_port_sc.out Add support for and , #2126. 2020-03-01 21:39:23 -05:00
t_trace_two_port_sc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_portfst_cc.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04:00
t_trace_two_portfst_cc.pl Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_trace_two_sc.cpp Tests: make t_trace_*two* tests less sensitive to file names 2021-07-19 17:48:41 +01:00
t_tri_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_array.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_tri_array_bufif.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_array_bufif.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_tri_array_pull.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_array_pull.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_compass_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_tri_compass_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_tri_compass_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_dangle.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_dangle.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_eqcase.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_eqcase.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_tri_gate.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_tri_gate.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_gate_bufif0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gate_bufif1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gate_cond.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gate_nmos.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gate_notif0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gate_notif1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gate_pmos.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gen.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_gen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_graph.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_graph.v Tests: Complicated for loops long ago supported. 2020-05-13 20:53:55 -04:00
t_tri_ifbegin.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_ifbegin.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_inout.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_tri_inout.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_inout.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_inout2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_inout2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_inz.cpp Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_tri_inz.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_inz.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_public.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_public.v Tests: Complicated for loops long ago supported. 2020-05-13 20:53:55 -04:00
t_tri_pull01.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_pull01.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_tri_pull2_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_tri_pull2_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-07 07:15:07 -04:00
t_tri_pull2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_pull_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_tri_pull_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-07 07:15:07 -04:00
t_tri_pull_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_pullup.cpp Internals: Cleanup unneeded {}. No functional change 2021-02-21 21:25:21 -05:00
t_tri_pullup.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_pullup.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_pullvec_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_tri_pullvec_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_pullvec_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_select.cpp Internals: Update to clang-format-11 (#3021) 2021-06-14 14:50:40 -04:00
t_tri_select.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_select.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_select_unsized.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_select_unsized.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_unconn.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_unconn.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_tri_various.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_tri_various.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_type.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_type.v Support type(t) static casting 2020-11-28 17:29:21 -05:00
t_type_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_type_param.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_type_param_circ_bad.out Fix hang on recursive definition error (#3199). 2021-11-23 07:27:41 -05:00
t_type_param_circ_bad.pl Fix hang on recursive definition error (#3199). 2021-11-23 07:27:41 -05:00
t_type_param_circ_bad.v Fix hang on recursive definition error (#3199). 2021-11-23 07:27:41 -05:00
t_type_param_collision.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typedef.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typedef.v Support repeated forward typedefs. 2020-10-10 11:29:10 -04:00
t_typedef_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typedef_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_typedef_circ_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_typedef_circ_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typedef_circ_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_typedef_package.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_typedef_package.v Fix packages as enum base types, #2202. 2020-03-24 17:57:12 -04:00
t_typedef_param.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typedef_param.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_typedef_port.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typedef_port.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_typedef_signed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typedef_signed.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_typedef_unused_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_typedef_unused_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_typedef_unused_bad.v With --Wpedantic, report forward typedefs that are unused. 2020-04-02 07:39:14 -04:00
t_typename.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_typename.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_udp.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_udp.pl Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_udp.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_udp_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_udp_bad.pl Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_udp_bad.v Misc internal coverage improvements. 2020-05-17 11:06:14 -04:00
t_udp_lint.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_udp_noname.out Fix some syntax error context by splitting internal parse and lex filelines 2020-06-07 13:45:50 -04:00
t_udp_noname.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_udp_noname.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_unbounded.pl Support $isunbounded and parameter $. (#2104) 2020-05-07 21:12:58 -04:00
t_unbounded.v Support $isunbounded and parameter $. (#2104) 2020-05-07 21:12:58 -04:00
t_unconnected.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_unconnected.v Support `unconnected_drive 2020-04-09 23:26:03 -04:00
t_unconnected_bad.out Support `unconnected_drive 2020-04-09 23:26:03 -04:00
t_unconnected_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unconnected_bad.v Support `unconnected_drive 2020-04-09 23:26:03 -04:00
t_unicode.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_uniqueif.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_uniqueif.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_uniqueif_fail1.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_uniqueif_fail1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_uniqueif_fail2.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_uniqueif_fail2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_uniqueif_fail3.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_uniqueif_fail3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_uniqueif_fail4.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_uniqueif_fail4.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unopt_array.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_unopt_array.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_unopt_array_csplit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unopt_bound.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unopt_bound.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_combo.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unopt_combo.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_unopt_combo.vlt Tests: Fix t_unopt_combo_waive with -Oi 2020-11-25 21:18:13 -05:00
t_unopt_combo_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_unopt_combo_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unopt_combo_isolate.pl Add V3VariableOrder pass 2021-07-12 14:53:40 +01:00
t_unopt_combo_isolate.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_combo_isolate_vlt.pl Add V3VariableOrder pass 2021-07-12 14:53:40 +01:00
t_unopt_combo_waive.pl Tests: Fix t_unopt_combo_waive with -Oi 2020-11-25 21:18:13 -05:00
t_unopt_converge.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_converge_initial.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_converge_initial_run_bad.out Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_unopt_converge_initial_run_bad.pl Use sane --output-split values by default to help large builds 2020-05-26 01:22:10 +01:00
t_unopt_converge_ndbg_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_converge_ndbg_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unopt_converge_print_bad.out Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_unopt_converge_print_bad.pl Use sane --output-split values by default to help large builds 2020-05-26 01:22:10 +01:00
t_unopt_converge_run_bad.out Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_unopt_converge_run_bad.pl Use sane --output-split values by default to help large builds 2020-05-26 01:22:10 +01:00
t_unopt_converge_unopt_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_unopt_converge_unopt_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unoptflat_simple.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unoptflat_simple_2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unoptflat_simple_2_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_unoptflat_simple_2_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unoptflat_simple_3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unoptflat_simple_3_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unoptflat_simple_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unpacked_array_order.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unpacked_array_order.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unpacked_concat_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_unpacked_concat_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unpacked_concat_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unpacked_slice.pl Fix +: and -: on unpacked arrays. (#2304) 2020-05-04 19:40:50 -04:00
t_unpacked_slice.v Fix +: and -: on unpacked arrays. (#2304) 2020-05-04 19:40:50 -04:00
t_unpacked_slice_range.pl Fix slice of unpacked array calculation (Issue #2506) (#2507) 2020-08-22 15:23:26 +09:00
t_unpacked_slice_range.v Fix slice of unpacked array calculation (Issue #2506) (#2507) 2020-08-22 15:23:26 +09:00
t_unpacked_str_init.pl Enable now supported tests for string array initializers 2021-07-23 17:21:15 +01:00
t_unpacked_str_init.v Partial fix to avoid init error on lint-only (#2895) 2021-04-24 09:49:23 -04:00
t_unpacked_str_init2.out Enable now supported tests for string array initializers 2021-07-23 17:21:15 +01:00
t_unpacked_str_init2.pl Enable now supported tests for string array initializers 2021-07-23 17:21:15 +01:00
t_unpacked_str_init2.v Tests: Add test case for #2895. 2021-06-06 09:17:56 -04:00
t_unroll_complexcond.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unroll_complexcond.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unroll_forfor.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unroll_forfor.v Fix +: and -: on unpacked arrays. (#2304) 2020-05-04 19:40:50 -04:00
t_unroll_genf.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unroll_genf.v Tests: Improve internal coverage holes 2021-10-05 22:02:37 -04:00
t_unroll_signed.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unroll_signed.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_urandom.pl Support $urandom, $urandom_range without stability. 2020-08-23 08:42:50 -04:00
t_urandom.v Fix $urandom_range when the range is 0 ... UINT_MAX (#3161) 2021-10-11 06:45:19 -06:00
t_vams_basic.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vams_basic.v Tests: Fix coverage holes. No functional change. 2021-07-10 07:11:50 -04:00
t_vams_kwd_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_vams_kwd_bad.pl Internal code coverage fixes 2020-05-29 19:35:54 -04:00
t_vams_kwd_bad.v Internal code coverage fixes 2020-05-29 19:35:54 -04:00
t_vams_wreal.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vams_wreal.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_var_assign_landr.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_assign_landr.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_var_assign_landr_noexpand.pl Tests: Improve coverage when not expanding 2021-03-13 10:22:32 -05:00
t_var_bad_hide.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_bad_hide.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_bad_hide.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_bad_hide2.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_bad_hide2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_bad_hide2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_bad_hide_docs.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_bad_hide_docs.pl Documentation has been rewritten into a book format. 2021-04-11 18:55:06 -04:00
t_var_bad_hide_docs.v Documentation has been rewritten into a book format. 2021-04-11 18:55:06 -04:00
t_var_bad_sameas.out In warnings, rename cells to instances to match IEEE 2020-12-12 22:43:55 -05:00
t_var_bad_sameas.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_var_bad_sameas.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_bad_sv.out Fix some syntax error context by splitting internal parse and lex filelines 2020-06-07 13:45:50 -04:00
t_var_bad_sv.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_bad_sv.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_const.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_const.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_const_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_const_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_const_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_dotted1.v Support $root, #2150. 2020-05-02 08:29:20 -04:00
t_var_dotted1_inl0.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_var_dotted1_inl1.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_var_dotted1_inl2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_dotted2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_dotted2_inl0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_dotted2_inl1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_dotted_dup_bad.out In warnings, rename cells to instances to match IEEE 2020-12-12 22:43:55 -05:00
t_var_dotted_dup_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_var_dotted_dup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_dup2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_dup2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_dup2_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_dup2_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_dup2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_dup3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_dup3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_dup_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_dup_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_dup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_escape.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_var_escape.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_var_escape.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_in_assign.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_in_assign.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_var_in_assign_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_in_assign_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_in_assign_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_init.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_init.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_life.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_life.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_local.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_local.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_nonamebegin.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_var_nonamebegin.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_nonamebegin.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_nonamebegin__log.out Support task name in $display %m (#3211). 2021-11-26 20:38:48 -05:00
t_var_notfound_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_notfound_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_var_notfound_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_outoforder.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_outoforder.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_overcmp.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_overcmp.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_overwidth_bad.cpp Tests: Cleanup to return instead of exit 2021-02-25 19:26:36 -05:00
t_var_overwidth_bad.out Tests: Favor use of expect_filename. No functional change. 2020-03-14 17:42:15 -04:00
t_var_overwidth_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_overwidth_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_overzero.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_overzero.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_pins_cc.pl Primary inputs and outputs (VL_INW/VL_OUTW) now use VlWide type (#3236). 2021-12-09 19:41:33 -05:00
t_var_pins_sc1.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pins_sc2.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pins_sc32.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pins_sc64.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pins_sc_biguint.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pins_sc_uint.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pins_sc_uint_biguint.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pins_scui.pl Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_var_pinsizes.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_var_pinsizes.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_pinsizes.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_port2_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_port2_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_var_port2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_port_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_port_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_var_port_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_port_xml.out Add XML ccall, constpool, initarray, and if/while begins (#3080) 2021-07-24 21:06:06 -04:00
t_var_port_xml.pl Fix range inheritance on port without data type (#2753). 2021-02-24 18:21:13 -05:00
t_var_port_xml.v Fix range inheritance on port without data type (#2753). 2021-02-24 18:21:13 -05:00
t_var_ref.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_ref.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_ref_bad1.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_ref_bad1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_ref_bad1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_ref_bad2.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_ref_bad2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_ref_bad2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_ref_bad3.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_ref_bad3.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_ref_bad3.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_ref_noinline.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_rsvd.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_rsvd.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_rsvd_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_rsvd_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_var_rsvd_port.pl Format: perltidy spacing cleanup. No functional change. 2021-09-07 23:50:28 -04:00
t_var_rsvd_port.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_set_link.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_set_link.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_static.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_static.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_var_static.v Tests: Better static tests 2020-10-15 20:44:51 -04:00
t_var_static_param.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_static_param.pl Tests: Run execute on non-Verilator when unsupported test. 2020-10-17 21:31:58 -04:00
t_var_static_param.v Tests: Better static tests 2020-10-15 20:44:51 -04:00
t_var_suggest_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_suggest_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_suggest_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_tieout.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_tieout.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_types.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_types.v Fix WIDTH warnings on comparisons with nullptr (#2602). 2020-10-22 17:27:23 -04:00
t_var_types_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_var_types_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_var_types_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_vec_sel.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_vec_sel.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_xref_gen.pl Add XML ccall, constpool, initarray, and if/while begins (#3080) 2021-07-24 21:06:06 -04:00
t_var_xref_gen.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_verilated_all.pl Add profile-guided optmization of mtasks (#3150). 2021-09-26 22:51:11 -04:00
t_verilated_all.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_verilated_all_newest.pl Add profile-guided optmization of mtasks (#3150). 2021-09-26 22:51:11 -04:00
t_verilated_all_oldest.pl Remove unused CFG_CXXFLAGS_STD_OLDEST 2021-09-26 16:01:25 -04:00
t_verilated_debug.out Suppress creating change_request if not needed. 2021-07-22 20:50:03 -04:00
t_verilated_debug.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_verilated_debug.v Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_verilated_threaded.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vlcov_data_a.dat
t_vlcov_data_b.dat
t_vlcov_data_c.dat
t_vlcov_data_d.dat
t_vlcov_debugi.pl Internal coverage improvements. No functional change. 2020-10-13 21:13:52 -04:00
t_vlcov_flag_invalid_bad.out Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
t_vlcov_flag_invalid_bad.pl Internal code coverage improvements. No functional change intended. 2020-05-23 10:34:58 -04:00
t_vlcov_info.out Support verilator_coverage --write-info for lcov HTML reports. 2020-05-16 09:18:35 -04:00
t_vlcov_info.pl Support verilator_coverage --write-info for lcov HTML reports. 2020-05-16 09:18:35 -04:00
t_vlcov_merge.out
t_vlcov_merge.pl Internal coverage improvements. No functional change. 2020-10-13 21:13:52 -04:00
t_vlcov_nfound_bad.out Suppress 'command failed' on normal errors. 2019-10-27 17:34:04 -04:00
t_vlcov_nfound_bad.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_vlcov_rank.out
t_vlcov_rank.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_vlcov_rewrite.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_vlcov_unlink.pl Internal coverage improvements. No functional change. 2020-10-13 21:13:52 -04:00
t_vlt_syntax_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_vlt_syntax_bad.pl Tests: Use lint in many negative tests to avoid running under both vlt and vltmt 2020-06-03 20:05:13 -04:00
t_vlt_syntax_bad.v Add lint_off -match waivers (#2102) 2020-01-12 10:03:17 +01:00
t_vlt_syntax_bad.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vlt_warn.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vlt_warn.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vlt_warn.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vlt_warn_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_vlt_warn_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vlt_warn_bad.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vpi_cb_iter.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_vpi_cb_iter.pl Fix VPI callback list iteration (#2644) 2020-11-17 17:19:51 -05:00
t_vpi_cb_iter.v Fix VPI callback list iteration (#2644) 2020-11-17 17:19:51 -05:00
t_vpi_cbs_called.cpp Tests: Cleanup to return instead of exit 2021-02-25 19:26:36 -05:00
t_vpi_cbs_called.pl Return bool from callValueCbs() (#2589) (#2605) 2020-10-26 21:55:27 -04:00
t_vpi_cbs_called.v Return bool from callValueCbs() (#2589) (#2605) 2020-10-26 21:55:27 -04:00
t_vpi_finish.pl Tests: Cleanup some DPI warnings. 2021-02-03 18:30:39 -05:00
t_vpi_finish.v Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_finish_c.cpp clang-format. No functional change. 2020-10-27 20:33:45 -04:00
t_vpi_get.cpp Add extern "C" to function declarations in VPI tests. 2021-06-24 16:48:58 +01:00
t_vpi_get.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_get.v Public interface params (#2901) 2021-04-21 13:46:13 -04:00
t_vpi_get_public_rw_switch.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_vpi_memory.cpp Add extern "C" to function declarations in VPI tests. 2021-06-24 16:48:58 +01:00
t_vpi_memory.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_memory.v VPI memory access for packed arrays (#2922) 2021-05-07 07:17:54 -04:00
t_vpi_module.cpp Scope module fix (#2893) 2021-04-26 09:50:25 -04:00
t_vpi_module.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_module.v Scope module fix (#2893) 2021-04-26 09:50:25 -04:00
t_vpi_module_dpi.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_param.cpp Add extern "C" to function declarations in VPI tests. 2021-06-24 16:48:58 +01:00
t_vpi_param.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_param.v Tests: Cleanup some DPI warnings. 2021-02-03 18:30:39 -05:00
t_vpi_release_dup_bad.pl Tests: Fix hardcoded path in last test 2020-12-16 19:38:35 -05:00
t_vpi_release_dup_bad.v Report double calls to vpi_release_handle when using VL_DEBUG 2020-12-16 19:10:17 -05:00
t_vpi_release_dup_bad_c.cpp With -DVL_NO_LEGACY hide all outdated API routines 2021-02-22 22:59:23 -05:00
t_vpi_sc.cpp Tests: Memory clean up in tests (#2645) 2020-11-17 06:37:55 -05:00
t_vpi_sc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_sc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vpi_stop_bad.out Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_stop_bad.pl Tests: Cleanup some DPI warnings. 2021-02-03 18:30:39 -05:00
t_vpi_stop_bad.v Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_stop_bad_c.cpp clang-format. No functional change. 2020-10-27 20:33:45 -04:00
t_vpi_time_cb.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_vpi_time_cb.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_time_cb.v Tests: Refactor t_vpi_time_cb to avoid shared object 2021-03-12 12:08:11 -05:00
t_vpi_time_cb_c.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_vpi_unimpl.cpp Add extern "C" to function declarations in VPI tests. 2021-06-24 16:48:58 +01:00
t_vpi_unimpl.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_unimpl.v Tests: Cleanup some DPI warnings. 2021-02-03 18:30:39 -05:00
t_vpi_var.cpp Add extern "C" to function declarations in VPI tests. 2021-06-24 16:48:58 +01:00
t_vpi_var.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_var.v Tests: Add some verbose statements. 2021-02-03 19:38:44 -05:00
t_vpi_zero_time_cb.cpp Internals: Add missing const. No functional change. 2021-10-05 21:20:22 -04:00
t_vpi_zero_time_cb.pl Do not generate debug info in tests 2021-06-13 02:55:29 +01:00
t_vpi_zero_time_cb.v Tests: Pass tool to allow ifdefs in VPI C code. 2021-02-03 19:29:24 -05:00
t_wait.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_wait.pl Parser: Move 'wait' block unsupported messages down out of parser 2020-06-29 20:39:39 -04:00
t_wait.v Parser: Move 'wait' block unsupported messages down out of parser 2020-06-29 20:39:39 -04:00
t_waiveroutput.out Generate file with waivers (#2354) 2020-05-26 20:38:14 +02:00
t_waiveroutput.pl Tests: Use internal sed as external croaks on binary. 2020-10-14 09:30:15 -04:00
t_waiveroutput.v Generate file with waivers (#2354) 2020-05-26 20:38:14 +02:00
t_waiveroutput_allgood.out Generate file with waivers (#2354) 2020-05-26 20:38:14 +02:00
t_waiveroutput_allgood.pl Generate file with waivers (#2354) 2020-05-26 20:38:14 +02:00
t_waiveroutput_allgood.vlt Generate file with waivers (#2354) 2020-05-26 20:38:14 +02:00
t_width_docs_bad.v Documentation has been rewritten into a book format. 2021-04-11 18:55:06 -04:00
t_wire_beh1364_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_wire_beh1364_bad.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_wire_beh1364_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_wire_beh1800_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_wire_beh1800_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_wire_beh1800_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_wire_behp1364_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_wire_behp1364_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_wire_behp1364_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_wire_behp1800_bad.out Tests: Don't expose version numbers 2021-04-24 10:33:49 -04:00
t_wire_behp1800_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_wire_behp1800_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_wire_self_bad.out Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_wire_self_bad.pl Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_wire_self_bad.v Tests: Cover some internal code coverage issues 2021-03-07 13:52:37 -05:00
t_wire_types.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_wire_types.v Fix non-32 bit conversion to float (#2495). 2020-08-06 21:56:43 -04:00
t_with.pl Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_with.v Fix 'randomize() with {}' crash 2020-11-26 11:50:50 -05:00
t_with_suggest_bad.out Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_with_suggest_bad.pl Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_with_suggest_bad.v Support queue and associative array 'with' statements. (#2616) 2020-11-01 10:56:07 -05:00
t_wrapper_context.cpp Tests: Improve internal coverage holes 2021-10-05 21:09:57 -04:00
t_wrapper_context.pl Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_context.v Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_context_fst.pl Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_context_seq.pl Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_context_top0.out Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_context_top1.out Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_context_trace0.out Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_context_trace1.out Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_legacy.cpp Tests: Use common TEST_ error reporting. 2021-03-12 12:43:28 -05:00
t_wrapper_legacy.pl Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_wrapper_legacy.v Tests: Rename 2021-02-25 20:05:54 -05:00
t_wrapper_legacy_time64.pl Tests: Rename 2021-02-25 20:05:54 -05:00
t_wrapper_legacy_timed.pl Add simulation context (VerilatedContext) (#2660). (#2813) 2021-03-07 11:01:54 -05:00
t_write_format_bug.out Fix dtype when simplifying masked shift. 2021-06-25 18:06:43 +01:00
t_write_format_bug.pl Fix dtype when simplifying masked shift. 2021-06-25 18:06:43 +01:00
t_write_format_bug.v Fix dtype when simplifying masked shift. 2021-06-25 18:06:43 +01:00
t_x_assign.cpp Tests: Add missing sc_time_stamp calls. 2021-02-16 20:34:44 -05:00
t_x_assign.v Do not fold IF with 'bx condition before V3Unknown (#2438) 2020-06-20 04:16:07 +01:00
t_x_assign_0.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_x_assign_1.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_x_assign_unique_0.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_x_assign_unique_1.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_xml_debugcheck.out Internals: Untabify some embedded tabs. 2021-11-13 10:46:25 -05:00
t_xml_debugcheck.pl Format: perltidy spacing cleanup. No functional change. 2021-09-08 18:45:25 -04:00
t_xml_first.out Add XML ccall, constpool, initarray, and if/while begins (#3080) 2021-07-24 21:06:06 -04:00
t_xml_first.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_xml_first.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_xml_flat.out Add XML ccall, constpool, initarray, and if/while begins (#3080) 2021-07-24 21:06:06 -04:00
t_xml_flat.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_xml_flat_no_inline_mod.out Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_xml_flat_no_inline_mod.pl Tests: On format make tests executable 2021-02-25 19:24:41 -05:00
t_xml_flat_no_inline_mod.v For --flatten, override inlining of public and no_inline modules (#2761) 2021-01-18 08:03:18 -05:00
t_xml_flat_pub_mod.out Introduce model interface class, make $root part or Syms (#3036) 2021-06-30 16:35:40 +01:00
t_xml_flat_pub_mod.pl Tests: On format make tests executable 2021-02-25 19:24:41 -05:00
t_xml_flat_pub_mod.v For --flatten, override inlining of public and no_inline modules (#2761) 2021-01-18 08:03:18 -05:00
t_xml_flat_vlvbound.out Make 'bit', 'logic' and 'time' types unsigned by default 2021-11-09 21:54:21 +00:00
t_xml_flat_vlvbound.pl Fix V3Unknown from running with flat XML output (#2494) 2020-08-03 11:44:47 -04:00
t_xml_flat_vlvbound.v Fix V3Unknown from running with flat XML output (#2494) 2020-08-03 11:44:47 -04:00
t_xml_output.out In XML, show pinIndex information (#2877). 2021-06-19 13:41:41 -04:00
t_xml_output.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_xml_output.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_xml_tag.out Add XML ccall, constpool, initarray, and if/while begins (#3080) 2021-07-24 21:06:06 -04:00
t_xml_tag.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_xml_tag.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00