verilator/test_regress/t
Geza Lore dc25e9b949
Optimize fine grained trace activity flags (#2336)
Firstly, we always use a byte array for fine grained activity flags
instead of a bit vector (we used to use a byte array only if we had
parallel mtasks). The byte vector can be set more cheaply in eval,
closing about 1/3 of the gap in performance between compiling with
or without --trace on SweRV EH1. The speed of tracing itself is not
measurably different.

Secondly, we prune the activity tracking such that if a set of activity
flag combinations only guard a small number of signals, we will turn
those signals into awayls traced signals. This avoids code which
sometimes tests dozens of activity flags just to subsequently check one
signal and dump it if it's value changed. We can just check the signal
state straight instead, and not bother with the flags. This removes
about 30% of activity flags in SweRV EH1, and makes both single threaded
VCD and FST tracing 8-9% faster.
2020-05-17 13:53:02 +01:00
..
t_flag_relinc_dir Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Tests: Remove tabs from golden-output tests. No functional change. 2019-06-12 22:41:51 -04:00
TestSimulator.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
TestVpi.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
bootstrap.pl Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_EXAMPLE.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_EXAMPLE.v Backout example change. 2020-05-08 07:35:54 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_altera_lpm.v
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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_alw_nosplit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_array_backw_index_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_backw_index_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_interface.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_array_interface.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_array_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_array_list_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_assert_comp_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_comp_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assert_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_cover.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assoc_meth_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_assoc_meth_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_assoc_meth_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assoc_pattern_unsup.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_assoc_pattern_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_pattern_unsup.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_assoc_wildcard_unsup.out Support associative arrays. 2019-12-01 11:52:48 -05: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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_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 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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_prof.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_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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_cdc_async_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_cellarray.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_class1.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -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 Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class2.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class2.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class2.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_class.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -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 Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -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.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_extends.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_extends.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_extends_bad.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -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_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_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 Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_member_bad.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -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 Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -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_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.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_name.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_name.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04: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 Support class new. 2020-04-12 18:57:12 -04:00
t_class_new_bad.out Support class new. 2020-04-12 18:57:12 -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_param.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_param.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_class_param.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_static_order.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_static_order.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -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_unsup_bad.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_class_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_class_unsup_bad.v Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -04:00
t_clk_2in.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_2in.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_2in.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_condflop_nord.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_nord.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_first_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_inp_init.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clk_latch.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_latch_edgestyle.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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_clk_scope_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_clocker.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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_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_cover_line.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_cover_line.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_cover_line.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_cover_line_cc.pl Support verilator_coverage --write-info for lcov HTML reports. 2020-05-16 09:18:35 -04:00
t_cover_line_cc_vlt.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_cover_line_trace.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_cover_sva_notflat.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_cover_toggle.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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_fatalsrc_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_debug_fatalsrc_bt_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_debug_graph_test.pl Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_debug_graph_test.v Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_debug_sigsegv_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_debug_sigsegv_bt_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dedupe_clk_gate.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dedupe_clk_gate.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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: Rename t_delay_func_bad 2020-05-10 14:28:42 -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 Internals: Parse fork and delays, but then still report unsupported. 2020-04-22 21:31:40 -04:00
t_delay_stmtdly_bad.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.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_display.out Support $display(,,). 2020-05-10 20:48:18 -04: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 Support $display(,,). 2020-05-10 20:48:18 -04: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_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_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 Implement $displayb/o/h, $writeb/o/h, etc, Closes #1637. 2020-03-05 21:49:25 -05:00
t_display_merge.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_merge.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_display_noopt.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.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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_display_string.out Fix $display with string without %s, bug1441. 2019-05-16 21:21:38 -04:00
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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dist_cinclude.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_contributors.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_error_format.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_dist_fixme.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_inctree.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_install.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_manifest.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_portability.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_tabs.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_untracked.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dist_whitespace.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dos.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dos.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_accessors.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_accessors.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Codacity cleanups. No functional change intended. 2020-04-20 21:43:05 -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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_input_type.cpp Codacity cleanups. No functional change intended. 2020-04-20 21:43:05 -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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -04:00
t_dpi_arg_output_type.cpp Codacy cleanups. No functional change. 2020-04-20 22:01:47 -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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_context_c.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_dup_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04: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_c.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_export_context_bad.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_import_hdr_only.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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_open_c.cpp Fix VerilatedVarProps::totalSize missing the first unpacked dim (#2296) 2020-05-01 07:42:29 -04:00
t_dpi_open_query.cpp Minor improvements to DPI open array handling (#2316) 2020-05-08 18:22:44 +01:00
t_dpi_open_query.pl Minor improvements to DPI open array handling (#2316) 2020-05-08 18:22:44 +01:00
t_dpi_open_query.v Minor improvements to DPI open array handling (#2316) 2020-05-08 18:22:44 +01: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_qw.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_result_type.cpp Codacity cleanups. No functional change intended. 2020-04-20 21:43:05 -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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix DPI import/export to be standard compliant, #2236. 2020-04-07 19:07:47 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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_vams.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_vams.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dpi_var.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_dpi_var.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_driver_random.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_dynarray_bad.out Show Verilog reference on V3Number asserts. 2020-05-04 19:57:21 -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_embed1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_embed1.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_embed1_c.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_emit_memb_limit.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_bad_hide.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_enum_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_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 Fix crash on self-referential enum type. (#2319) 2020-05-11 18:44:28 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_enum_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_enum_type_methods_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_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_copy.out Support event data type (with some restrictions). 2020-04-25 15:37:46 -04:00
t_event_copy.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_event_copy.v Support event data type (with some restrictions). 2020-04-25 15:37:46 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_extend_class_c.h Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -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_context_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_csplit.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_define.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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_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 Fix // in filenames, bug1610. 2019-11-20 21:23:03 -05:00
t_flag_f__2.vc Tests: Check for and remove trailing newlines 2019-05-13 19:47:52 -04:00
t_flag_f__3.v
t_flag_fi.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Misc internal coverage improvements. 2020-05-16 18:02:54 -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 Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_flag_invalid2_bad.out Tests: Add bad option test. 2020-04-23 19:56:26 -04:00
t_flag_invalid2_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -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 Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_flag_ldflags.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Tests: Trivial cleanup 2020-05-08 21:35:45 -04:00
t_flag_main.v Add experimental-only option. 2020-04-21 20:45:23 -04:00
t_flag_make_cmake.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.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_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_nomod_bad.out Tests: Add additional .out files instead of expects. 2019-06-12 21:49:40 -04:00
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 Support 'E', 'p', and 'P' when overriding floating point parameter. (#2310) 2020-05-06 07:45:07 -04:00
t_flag_parameter.vc Support 'E', 'p', and 'P' when overriding floating point parameter. (#2310) 2020-05-06 07:45:07 -04:00
t_flag_parameter_bad.out Tests: Close some test coverage holes. 2019-06-30 17:38:41 -04:00
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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_timescale.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_flag_timescale_override.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_flag_timescale_override2.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -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_topmod2_bad.out Tests: Add additional .out files instead of expects. 2019-06-12 21:49:40 -04:00
t_flag_topmod2_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_topmod2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_flag_topmodule_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_topmodule_bad2.out Tests: Add additional .out files instead of expects. 2019-06-12 21:49:40 -04:00
t_flag_topmodule_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_topmodule_inline.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_inline.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_flag_verilate.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_wfatal.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_wpedantic_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_xinitial_0.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_flag_xinitial_unique.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_for_comma_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_foreach.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_foreach.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_fork.out Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
t_fork.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_fork.v Internals: Parse fork and delays, but then still report unsupported. 2020-04-22 21:31:40 -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_func2_bad.out Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
t_fork_func2_bad.pl Support reporting some fork syntax errors. 2020-05-10 15:01:43 -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 Support reporting some fork syntax errors. 2020-05-10 15:01:43 -04:00
t_fork_func_bad.v Support reporting some fork syntax errors. 2020-05-10 15:01:43 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_bad_width.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_func_const3_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_const3_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_const_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_func_public_trace.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.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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_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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_func_void_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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Update internal code coverage framework. 2020-05-16 06:15:25 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gate_chained.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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_gate_ormux.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gate_tree.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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_for2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_gen_for2.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_genblk.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_genblk.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_gen_genblk.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_gen_genblk_noinl.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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_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 Tests: Complicated for loops long ago supported. 2020-05-13 20:53:55 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_genvar_misuse_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_iff.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 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.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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_notunsized.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_inst_notunsized.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_inst_recurse2_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_recurse2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_recurse_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_inst_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 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_pub1.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_tree_inl0_pub1_norelcfuncs.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_inl1_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_inl1_pub0.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_inst_tree_inl1_pub1.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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_interface_ref_trace_fst.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -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_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_ref_trace_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_ref_trace_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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_typo_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_leak.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_leak.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_always_comb_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_colonplus_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_defparam_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_ifdepth_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_ifdepth_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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_implicit_def_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.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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_input_eq_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_literal_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_literal_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_literal_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_mod_paren_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_multidriven_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_multidriven_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_pkg_colon_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_realcvt_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_rsvd_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_setout_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_subout_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_subout_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_subout_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_syncasyncnet_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_lint_unused_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_lint_unused_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_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_concat_sel_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_concat_sel_bad.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_countbits.pl Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
t_math_countbits.v Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
t_math_countbits_bad.out Support $countbits (#2287) 2020-05-10 14:27:22 -04:00
t_math_countbits_bad.pl Support $countbits (#2287) 2020-05-10 14:27:22 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_imm2.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_msvc_64.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_msvc_64.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix display of huge double. 2020-05-10 16:03:46 -04: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_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 Fix implicit conversion of floats to wide integers. 2020-03-31 20:42:07 -04: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 Fix reduction OR on wide data, broke in v4.026, #2300. 2020-04-30 17:53:54 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_math_shift_rep.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_math_shortreal_unsup_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Fix double conversion on half of conditional. 2020-05-08 21:35:45 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix +: and -: on unpacked arrays. (#2304) 2020-05-04 19:40:50 -04:00
t_mem_multi_ref_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Tests: Rename IVERILOG define for consistency. No functional change. 2020-04-23 08:05:14 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_metacmt_onoff.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_dup_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_mod_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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_multitop_sig_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_noprot_lib.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.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_optm_if_array.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_optm_if_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_optm_redor.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_optm_redor.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_clkinst_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_doubleloop.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_order_doubleloop.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_order_quad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_package_export_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_packed_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_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_avec.out Tests: Check output from some unsupported tests. 2020-04-24 08:22:19 -04:00
t_param_avec.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_in_func_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_param_in_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_param_in_func_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_public.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_param_public.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_param_public.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 parameter type redeclaring a type, #2195. 2020-03-21 12:13:55 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_past_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_past_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_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_past_unsup_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pipe_exit_bad.pf Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pipe_exit_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_pipe_filter.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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_pp_circ_subst_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_pp_circdef_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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_preproc.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_preproc.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_preproc.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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_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_defines.out
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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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
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_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_prot_lib.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_prot_lib.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_prot_lib_clk_gated.pl Update internal code coverage framework. 2020-05-16 06:15:25 -04:00
t_prot_lib_inout_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_prot_lib_inout_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_prot_lib_inout_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_prot_lib_secret.pl Tests: Trivial cleanup 2020-05-08 21:35:45 -04:00
t_prot_lib_secret.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_prot_lib_unpacked_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_prot_lib_unpacked_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_prot_lib_unpacked_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_protect_ids.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.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_protect_ids_bad.out Add --protect-ids to obscure information in objects, bug1521. 2019-10-06 13:24:21 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_protect_ids_key.out Add --generate-key. 2019-10-09 18:53:30 -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 Commentary 2020-05-10 21:26:09 -04: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_unsup_bad.out Support $isunbounded and parameter $. (#2104) 2020-05-07 21:12:58 -04:00
t_queue_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_queue_unsup_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_reloop_cam.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_savable_class_bad.out Add simplistic class support with many restrictions, see manual, #377. 2020-04-05 09:30:23 -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_scope_map.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_bad_msb.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_select_bad_msb.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_msb.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_bad_range.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_select_bad_range3.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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_split_var_0.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_split_var_0.v Support split_var in vit files (#2219) 2020-04-03 08:08:23 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_split_var_1_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_split_var_1_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_split_var_2_trace.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_split_var_2_trace.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Support cast to string 2020-05-10 15:42:16 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_struct_init_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_struct_init_bad.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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_unpacked_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_struct_unpacked_bad.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_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 use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Implement $displayb/o/h, $writeb/o/h, etc, Closes #1637. 2020-03-05 21:49:25 -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 Support scan %* format 2020-05-11 22:13:59 -04:00
t_sys_file_basic_input.dat
t_sys_file_basic_mcd.out Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -04:00
t_sys_file_basic_mcd.pl Support multi-channel descriptor (MCD) I/O (#2197) 2020-05-14 18:03:00 -04:00
t_sys_file_basic_mcd.v Tests: Avoid poluting non-obj_ files. 2020-05-14 18:50:49 -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_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_fread.out Support . 2019-03-07 20:56:53 -05:00
t_sys_fread.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_sys_fread.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_plusargs.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.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_seed.out Fix message for seeded random. 2020-05-10 21:15:48 -04:00
t_sys_rand_seed.pl Fix message for seeded random. 2020-05-10 21:15:48 -04:00
t_sys_rand_seed.v Fix message for seeded random. 2020-05-10 21:15:48 -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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_sys_readmem_assoc_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_sys_sformat_noopt.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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_time_sc.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_time_vpi_1fs1fs.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Fix 10s/100s timeunits. 2020-05-11 08:15:52 -04:00
t_time_vpi_100s10ms.pl Fix 10s/100s timeunits. 2020-05-11 08:15:52 -04:00
t_time_vpi_c.cpp Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_timescale.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_bad.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_timescale_lint_bad.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_timescale_lint_bad.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_timescale_parse.cpp Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_timescale_parse_bad.v Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_array.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.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_array_fst.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_array_fst_threads_1.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_array_fst_threads_2.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_array_threads_1.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_c_api.cpp Add t_trace_c_api test. 2020-05-15 20:38:08 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_cat.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_complex.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.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_complex_fst.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04: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_thread.out Add --trace-fst-thread. 2019-05-02 20:33:05 -04:00
t_trace_complex_fst_threads_1.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_threads_2.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_complex_old_api.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_complex_params.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_complex_params.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.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04: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_portable.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_complex_structs.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_complex_structs.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.out Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04: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_threads_1.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -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_ena.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_ena_cc.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04:00
t_trace_ena_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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04: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_litendian.out Fix FST tracing of little endian vectors 2020-05-03 22:39:45 +01:00
t_trace_litendian.pl Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -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 Set FST timescale correctly. (#2266) 2020-04-19 08:47:22 -04: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_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_public.out Support IEEE time units and time precisions, #234. (#2253) 2020-04-15 19:39:03 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_public_func.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_trace_public_sig.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_trace_public_sig.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04: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_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 Fix codacity warnings 2020-04-04 20:08:58 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04: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 Fix /usr/bin/env perl in lieu of /usr/bin/perl (#2307) 2020-05-04 19:27:30 -04:00
t_trace_two_sc.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_tri_compass_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_gate.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_pull2_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_tri_pull2_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_pull2_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_pull_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_tri_pull_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_pull_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_tri_pullup.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_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 Commentary 2020-05-10 11:01:57 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_udp_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_udp_bad.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Tests: Check output from some unsupported tests. 2020-04-24 08:22:19 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_unopt_array.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_combo_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 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.vlt Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_combo_isolate_vlt.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.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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_converge_initial_run_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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_converge_print_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_run_bad.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_unopt_converge_run_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_unopt_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_bad_hide.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_sameas.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_bad_sameas.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_sameas.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_bad_sv.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_in_assign_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Fix genblk naming with directly nested generate blocks, #2176. 2020-02-25 22:21:16 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_sc1.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_sc2.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_sc32.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_sc64.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_sc_biguint.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_sc_uint.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_sc_uint_biguint.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pins_scui.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_pinsizes.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_port_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_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_var_rsvd_port.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_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: Check output from some unsupported tests. 2020-04-24 08:22:19 -04:00
t_var_static.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_var_static.v Tests: Update static test. 2020-04-19 21:18:57 -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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_var_types_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_var_types_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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_verilated_all_oldest.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.out Improve error messages on DIDNOTSETTLE, bug1556. 2019-11-06 19:47:34 -05: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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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_vgen.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 Update internal code coverage framework. 2020-05-16 06:15:25 -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 Update internal code coverage framework. 2020-05-16 06:15:25 -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_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 Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_finish.pl Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_finish.v Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_finish_c.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_get.cpp Fix test failures on Ubuntu 20.04 (#2278) 2020-04-23 17:29:37 -04:00
t_vpi_get.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_get.v Tests: Rename IVERILOG define for consistency. No functional change. 2020-04-23 08:05:14 -04:00
t_vpi_get_public_rw_switch.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_memory.cpp Fix test failures on Ubuntu 20.04 (#2278) 2020-04-23 17:29:37 -04:00
t_vpi_memory.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_memory.v Tests: Rename IVERILOG define for consistency. No functional change. 2020-04-23 08:05:14 -04:00
t_vpi_module.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vpi_module.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_module.v Tests: Rename IVERILOG define for consistency. No functional change. 2020-04-23 08:05:14 -04:00
t_vpi_sc.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04: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 Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_stop_bad.v Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_stop_bad_c.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_time_cb.cpp Expose VPI cbNextDeadline via the public API (#2212) 2020-03-28 13:47:21 -04:00
t_vpi_time_cb.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_time_cb.v Tests: Rename IVERILOG define for consistency. No functional change. 2020-04-23 08:05:14 -04:00
t_vpi_unimpl.cpp Misc internal coverage improvements. 2020-05-16 18:02:54 -04:00
t_vpi_unimpl.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_unimpl.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vpi_var.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vpi_var.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_var.v Tests: Rename IVERILOG define for consistency. No functional change. 2020-04-23 08:05:14 -04:00
t_vpi_zero_time_cb.cpp Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_vpi_zero_time_cb.pl Fix use /usr/bin/env perl in lieu of /usr/bin/perl (#2306) 2020-05-04 18:42:15 -04:00
t_vpi_zero_time_cb.v Tests: Rename IVERILOG define for consistency. No functional change. 2020-04-23 08:05:14 -04:00
t_wire_beh1364_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -04:00
t_wire_beh1364_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_beh1364_bad.v Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_wire_beh1800_bad.out Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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 Add GCC10-style line number prefix when showing source text for errors. 2020-04-03 20:07:46 -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_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 Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -04:00
t_xml_first.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 --flaten for use with --xml-only (#2270). 2020-04-21 18:14:08 -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_output.out Add SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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 SPDX license identifiers. No functional change. 2020-03-21 11:24:24 -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