.. |
t_flag_relinc_dir
|
|
|
t_sv_bus_mux_demux
|
|
|
t_sv_cpu_code
|
Increase case duplicate/incomplete to 16 bit tables, bug1545.
|
2019-10-07 07:38:40 -04:00 |
tsub
|
|
|
.gitattributes
|
|
|
bootstrap.pl
|
Fix shebang breaking some shells. Closes #2067.
|
2020-01-09 20:01:12 -05:00 |
t_a1_first_cc.pl
|
Tests: When doing extended tests, run most examples under harness for better parallelism.
|
2019-10-06 10:58:16 -04:00 |
t_a1_first_cc.v
|
Tests: When doing extended tests, run most examples under harness for better parallelism.
|
2019-10-06 10:58:16 -04:00 |
t_a2_first_sc.pl
|
Tests: When doing extended tests, run most examples under harness for better parallelism.
|
2019-10-06 10:58:16 -04:00 |
t_a3_selftest.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_a4_examples.pl
|
Build examples using only their Makefiles.
|
2019-10-16 05:30:51 -04:00 |
t_altera_lpm_abs.pl
|
|
|
t_altera_lpm_add_sub.pl
|
|
|
t_altera_lpm_and.pl
|
|
|
t_altera_lpm_bustri.pl
|
|
|
t_altera_lpm_clshift.pl
|
|
|
t_altera_lpm_compare.pl
|
|
|
t_altera_lpm_constant.pl
|
|
|
t_altera_lpm_counter.pl
|
|
|
t_altera_lpm_decode.pl
|
|
|
t_altera_lpm_divide.pl
|
|
|
t_altera_lpm_ff.pl
|
|
|
t_altera_lpm_fifo_dc.pl
|
|
|
t_altera_lpm_fifo.pl
|
|
|
t_altera_lpm_inv.pl
|
|
|
t_altera_lpm_latch.pl
|
|
|
t_altera_lpm_mult.pl
|
|
|
t_altera_lpm_mux.pl
|
|
|
t_altera_lpm_or.pl
|
|
|
t_altera_lpm_ram_dp.pl
|
|
|
t_altera_lpm_ram_dq.pl
|
|
|
t_altera_lpm_ram_io.pl
|
|
|
t_altera_lpm_rom.pl
|
|
|
t_altera_lpm_shiftreg.pl
|
|
|
t_altera_lpm_xor.pl
|
|
|
t_altera_lpm.v
|
|
|
t_alw_combdly.pl
|
|
|
t_alw_combdly.v
|
|
|
t_alw_dly.pl
|
|
|
t_alw_dly.v
|
|
|
t_alw_noreorder.pl
|
|
|
t_alw_nosplit.pl
|
|
|
t_alw_nosplit.v
|
|
|
t_alw_reorder.pl
|
|
|
t_alw_reorder.v
|
|
|
t_alw_split_cond.pl
|
Fix color assertion on empty if, bug1604.
|
2019-11-16 17:23:51 -05:00 |
t_alw_split_cond.v
|
Fix color assertion on empty if, bug1604.
|
2019-11-16 17:23:51 -05:00 |
t_alw_split_rst.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_alw_split_rst.v
|
|
|
t_alw_split.pl
|
|
|
t_alw_split.v
|
|
|
t_alw_splitord.pl
|
|
|
t_alw_splitord.v
|
|
|
t_array_backw_index_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_array_backw_index_bad.pl
|
|
|
t_array_backw_index_bad.v
|
Fix false warning on backward indexing, bug1507.
|
2019-09-17 15:17:23 -04:00 |
t_array_compare.pl
|
|
|
t_array_compare.v
|
|
|
t_array_interface_noinl.pl
|
|
|
t_array_interface.pl
|
|
|
t_array_interface.v
|
|
|
t_array_list_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_array_list_bad.pl
|
Tests: Less verbosity
|
2019-08-04 15:04:34 -04:00 |
t_array_list_bad.v
|
|
|
t_array_mda.pl
|
Tests: Add array MDA test.
|
2019-06-29 08:12:00 -04:00 |
t_array_mda.v
|
Fix not in array context on non-power-of-two slices, msg2946.
|
2019-06-29 11:30:38 -04:00 |
t_array_packed_sysfunct.pl
|
|
|
t_array_packed_sysfunct.v
|
|
|
t_array_packed_write_read.pl
|
|
|
t_array_packed_write_read.v
|
|
|
t_array_pattern_2d.pl
|
|
|
t_array_pattern_2d.v
|
|
|
t_array_pattern_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_array_pattern_bad.pl
|
|
|
t_array_pattern_bad.v
|
|
|
t_array_pattern_packed.pl
|
|
|
t_array_pattern_packed.v
|
|
|
t_array_pattern_unpacked.pl
|
|
|
t_array_pattern_unpacked.v
|
|
|
t_array_query.pl
|
|
|
t_array_query.v
|
|
|
t_array_rev.pl
|
|
|
t_array_rev.v
|
|
|
t_array_type_methods.pl
|
|
|
t_array_type_methods.v
|
|
|
t_array_unpacked_public.pl
|
No assign alias for unpacked public variables (#2089)
|
2020-01-03 13:44:45 +01:00 |
t_array_unpacked_public.v
|
Tests: Check for missing newlines at EOF.
|
2020-01-10 18:49:23 -05:00 |
t_arraysel_wide.pl
|
|
|
t_arraysel_wide.v
|
|
|
t_assert_basic_cover.pl
|
|
|
t_assert_basic_fail.pl
|
|
|
t_assert_basic_off.pl
|
|
|
t_assert_basic.pl
|
|
|
t_assert_basic.v
|
|
|
t_assert_casez.pl
|
|
|
t_assert_casez.v
|
|
|
t_assert_comp_bad.out
|
Fix elaboration time errors, bug1429.
|
2019-08-04 22:34:54 -04:00 |
t_assert_comp_bad.pl
|
Fix elaboration time errors, bug1429.
|
2019-08-04 22:34:54 -04:00 |
t_assert_comp_bad.v
|
Support arbitrary-argument $warning/$info etc
|
2019-08-04 21:50:08 -04:00 |
t_assert_comp.pl
|
|
|
t_assert_comp.v
|
Tests: Add elaboration info test.
|
2019-08-04 21:31:06 -04:00 |
t_assert_cover_off.pl
|
|
|
t_assert_cover.pl
|
|
|
t_assert_cover.v
|
Support immediate cover statements & refactor coverage internals.
|
2019-12-16 21:44:20 -05:00 |
t_assert_disable_iff.pl
|
Fix disable iff in assertions. Closes #1404.
|
2019-12-22 15:49:10 -05:00 |
t_assert_disable_iff.v
|
Fix disable iff in assertions. Closes #1404.
|
2019-12-22 15:49:10 -05:00 |
t_assert_dup_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_assert_dup_bad.pl
|
|
|
t_assert_dup_bad.v
|
|
|
t_assert_elab_bad.pl
|
Refactor SimulateVisitor to use AstConst
|
2019-07-23 13:58:17 -04:00 |
t_assert_elab.pl
|
|
|
t_assert_elab.v
|
|
|
t_assert_implication_bad.pl
|
Support implication operator "|->" in assertions, #2069.
|
2019-12-23 16:49:18 -05:00 |
t_assert_implication.pl
|
Support implication operator "|->" in assertions, #2069.
|
2019-12-23 16:49:18 -05:00 |
t_assert_implication.v
|
Support implication operator "|->" in assertions, #2069.
|
2019-12-23 16:49:18 -05:00 |
t_assert_property_fail_1.pl
|
Support immediate cover statements & refactor coverage internals.
|
2019-12-16 21:44:20 -05:00 |
t_assert_property_fail_2.pl
|
Support immediate cover statements & refactor coverage internals.
|
2019-12-16 21:44:20 -05:00 |
t_assert_property.pl
|
|
|
t_assert_property.v
|
|
|
t_assert_question.pl
|
|
|
t_assert_question.v
|
|
|
t_assert_synth_full_vlt.out
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assert_synth_full_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assert_synth_full.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assert_synth_full.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assert_synth_off.pl
|
|
|
t_assert_synth_parallel_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assert_synth_parallel.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assert_synth_parallel.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assert_synth.pl
|
|
|
t_assert_synth.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_assign_inline.pl
|
|
|
t_assign_inline.v
|
|
|
t_assoc_meth_bad.out
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_meth_bad.pl
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_meth_bad.v
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_pattern_unsup.out
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_pattern_unsup.pl
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_pattern_unsup.v
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_wildcard_unsup.out
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_wildcard_unsup.pl
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc_wildcard_unsup.v
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc.pl
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_assoc.v
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_attr_parenstar.pl
|
|
|
t_attr_parenstar.v
|
|
|
t_bench_mux4k_onecpu.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_bench_mux4k.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_bench_mux4k.v
|
Tests: Reduce verbosity unless use --verbose
|
2019-06-29 13:11:30 -04:00 |
t_bind2.pl
|
|
|
t_bind2.v
|
|
|
t_bind.pl
|
|
|
t_bind.v
|
|
|
t_bitsel_const_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_bitsel_const_bad.pl
|
|
|
t_bitsel_const_bad.v
|
|
|
t_bitsel_enum.pl
|
|
|
t_bitsel_enum.v
|
|
|
t_bitsel_slice.pl
|
|
|
t_bitsel_slice.v
|
|
|
t_bitsel_struct2.pl
|
|
|
t_bitsel_struct2.v
|
|
|
t_bitsel_struct3.pl
|
|
|
t_bitsel_struct3.v
|
|
|
t_bitsel_struct.pl
|
|
|
t_bitsel_struct.v
|
|
|
t_bitsel_wire_array_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_bitsel_wire_array_bad.pl
|
|
|
t_bitsel_wire_array_bad.v
|
|
|
t_blocking.pl
|
|
|
t_blocking.v
|
|
|
t_bug3180.pl
|
Fix false unused message on __Vemumtab, msg3180.
|
2019-12-02 19:03:33 -05:00 |
t_bug3180.v
|
Fix false unused message on __Vemumtab, msg3180.
|
2019-12-02 19:03:33 -05:00 |
t_case_66bits.pl
|
|
|
t_case_66bits.v
|
|
|
t_case_auto1.pl
|
|
|
t_case_auto1.v
|
|
|
t_case_deep.pl
|
|
|
t_case_deep.v
|
|
|
t_case_default_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_case_default_bad.pl
|
|
|
t_case_default_bad.v
|
|
|
t_case_dupitems.pl
|
|
|
t_case_dupitems.v
|
|
|
t_case_genx_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_case_genx_bad.pl
|
|
|
t_case_genx_bad.v
|
|
|
t_case_group.pl
|
|
|
t_case_group.v
|
|
|
t_case_huge_prof.pl
|
|
|
t_case_huge_sub2.v
|
|
|
t_case_huge_sub3.v
|
|
|
t_case_huge_sub4.v
|
|
|
t_case_huge_sub.v
|
|
|
t_case_huge.pl
|
|
|
t_case_huge.v
|
|
|
t_case_inside.pl
|
|
|
t_case_inside.v
|
|
|
t_case_itemwidth.pl
|
|
|
t_case_itemwidth.v
|
|
|
t_case_nest.pl
|
|
|
t_case_nest.v
|
|
|
t_case_onehot.pl
|
|
|
t_case_onehot.v
|
|
|
t_case_orig.pl
|
|
|
t_case_orig.v
|
|
|
t_case_reducer.pl
|
WIP - Add verilator_replay utility
|
2020-01-18 16:17:41 -05:00 |
t_case_reducer.v
|
WIP - Add verilator_replay utility
|
2020-01-18 16:17:41 -05:00 |
t_case_string.pl
|
Fix case statements with strings, bug1536.
|
2019-10-04 19:13:39 -04:00 |
t_case_string.v
|
Fix case statements with strings, bug1536.
|
2019-10-04 19:13:39 -04:00 |
t_case_wild.pl
|
|
|
t_case_wild.v
|
|
|
t_case_write1_tasks.v
|
|
|
t_case_write1.out
|
|
|
t_case_write1.pl
|
|
|
t_case_write1.v
|
|
|
t_case_write2_tasks.v
|
|
|
t_case_write2.out
|
|
|
t_case_write2.pl
|
|
|
t_case_write2.v
|
|
|
t_case_x_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_case_x_bad.pl
|
|
|
t_case_x_bad.v
|
|
|
t_case_x.pl
|
|
|
t_case_x.v
|
|
|
t_case_zx_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_case_zx_bad.pl
|
|
|
t_case_zx_bad.v
|
|
|
t_cast.pl
|
|
|
t_cast.v
|
|
|
t_cdc_async_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_cdc_async_bad.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_cdc_async_bad.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_cellarray.pl
|
|
|
t_cellarray.v
|
|
|
t_chg_first.pl
|
|
|
t_chg_first.v
|
|
|
t_class_unsup_bad.out
|
Test class parsing (intended as part of last commit).
|
2019-12-23 15:18:55 -05:00 |
t_class_unsup_bad.pl
|
Test class parsing (intended as part of last commit).
|
2019-12-23 15:18:55 -05:00 |
t_class_unsup_bad.v
|
Test class parsing (intended as part of last commit).
|
2019-12-23 15:18:55 -05:00 |
t_clk_2in_vec.pl
|
|
|
t_clk_2in.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_clk_2in.pl
|
|
|
t_clk_2in.v
|
|
|
t_clk_concat2.pl
|
|
|
t_clk_concat2.v
|
|
|
t_clk_concat3.pl
|
|
|
t_clk_concat3.v
|
|
|
t_clk_concat4.pl
|
|
|
t_clk_concat4.v
|
|
|
t_clk_concat5.pl
|
|
|
t_clk_concat5.v
|
|
|
t_clk_concat6.pl
|
|
|
t_clk_concat6.v
|
|
|
t_clk_concat_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_clk_concat.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_clk_concat.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_clk_concat.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_clk_condflop_nord.pl
|
|
|
t_clk_condflop_nord.v
|
|
|
t_clk_condflop.pl
|
|
|
t_clk_condflop.v
|
|
|
t_clk_dpulse.pl
|
|
|
t_clk_dpulse.v
|
|
|
t_clk_dsp.pl
|
|
|
t_clk_dsp.v
|
|
|
t_clk_first_bad.out
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_clk_first_bad.pl
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_clk_first_deprecated.pl
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_clk_first_deprecated.v
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_clk_first.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_clk_first.v
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_clk_gater.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_clk_gater.v
|
|
|
t_clk_gen.pl
|
|
|
t_clk_gen.v
|
|
|
t_clk_inp_init.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_clk_inp_init.pl
|
|
|
t_clk_inp_init.v
|
|
|
t_clk_latch_edgestyle.pl
|
|
|
t_clk_latch.pl
|
|
|
t_clk_latch.v
|
|
|
t_clk_latchgate.pl
|
|
|
t_clk_latchgate.v
|
|
|
t_clk_powerdn.pl
|
|
|
t_clk_powerdn.v
|
|
|
t_clk_scope_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_clk_scope_bad.pl
|
|
|
t_clk_scope_bad.v
|
|
|
t_clk_vecgen1.pl
|
|
|
t_clk_vecgen1.v
|
|
|
t_clk_vecgen2.pl
|
|
|
t_clk_vecgen3.pl
|
|
|
t_clocker.out
|
|
|
t_clocker.pl
|
|
|
t_clocker.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_concat_large_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_concat_large_bad.pl
|
|
|
t_concat_large_bad.v
|
|
|
t_concat_large.pl
|
|
|
t_concat_large.v
|
|
|
t_concat_link_bad.out
|
Fix hang on concat error, bug1608.
|
2019-11-19 19:23:40 -05:00 |
t_concat_link_bad.pl
|
Fix hang on concat error, bug1608.
|
2019-11-19 19:23:40 -05:00 |
t_concat_link_bad.v
|
Fix hang on concat error, bug1608.
|
2019-11-19 19:23:40 -05:00 |
t_concat_opt.pl
|
|
|
t_concat_opt.v
|
|
|
t_const_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_const_bad.pl
|
|
|
t_const_bad.v
|
|
|
t_const_dec_mixed_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_const_dec_mixed_bad.pl
|
|
|
t_const_dec_mixed_bad.v
|
|
|
t_const_overflow_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_const_overflow_bad.pl
|
|
|
t_const_overflow_bad.v
|
|
|
t_const.pl
|
|
|
t_const.v
|
|
|
t_cover_line_cc_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_line_cc.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_line_sc.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_line_trace.out
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_line_trace.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_line.out
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_line.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_line.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_cover_sva_notflat.pl
|
|
|
t_cover_sva_notflat.v
|
|
|
t_cover_sva_trace.out
|
Add --trace-coverage.
|
2019-10-27 09:27:18 -04:00 |
t_cover_sva_trace.pl
|
Add --trace-coverage.
|
2019-10-27 09:27:18 -04:00 |
t_cover_toggle.pl
|
|
|
t_cover_toggle.v
|
|
|
t_crazy_sel.pl
|
|
|
t_crazy_sel.v
|
|
|
t_debug_fatalsrc_bad.pl
|
Suppress 'command failed' on normal errors.
|
2019-10-27 17:34:04 -04:00 |
t_debug_fatalsrc_bt_bad.pl
|
Commentary
|
2019-10-27 10:29:19 -04:00 |
t_debug_sigsegv_bad.pl
|
|
|
t_debug_sigsegv_bt_bad.pl
|
|
|
t_dedupe_clk_gate.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_dedupe_clk_gate.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01: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
|
|
|
t_dedupe_seq_logic.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_delay_stmtdly_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_delay_stmtdly_bad.pl
|
|
|
t_delay.pl
|
|
|
t_delay.v
|
|
|
t_detectarray_1.pl
|
|
|
t_detectarray_1.v
|
|
|
t_detectarray_2.pl
|
|
|
t_detectarray_2.v
|
|
|
t_detectarray_3.pl
|
|
|
t_detectarray_3.v
|
|
|
t_display_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_display_bad.pl
|
|
|
t_display_bad.v
|
|
|
t_display_esc_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_display_esc_bad.pl
|
Tests: Close some test coverage holes.
|
2019-06-30 17:38:41 -04:00 |
t_display_esc_bad.v
|
Tests: Close some test coverage holes.
|
2019-06-30 17:38:41 -04:00 |
t_display_l.pl
|
|
|
t_display_l.v
|
|
|
t_display_mcd.out
|
|
|
t_display_mcd.pl
|
|
|
t_display_mcd.v
|
|
|
t_display_merge.out
|
|
|
t_display_merge.pl
|
|
|
t_display_merge.v
|
|
|
t_display_noopt.pl
|
|
|
t_display_real_noopt.pl
|
|
|
t_display_real.out
|
Fix $display("%p") to be closer to IEEE.
|
2019-11-21 19:29:46 -05:00 |
t_display_real.pl
|
|
|
t_display_real.v
|
Fix $display("%p") to be closer to IEEE.
|
2019-11-21 19:29:46 -05:00 |
t_display_realtime.pl
|
|
|
t_display_realtime.v
|
|
|
t_display_signed_noopt.pl
|
|
|
t_display_signed.out
|
Fix $display("%p") to be closer to IEEE.
|
2019-11-21 19:29:46 -05:00 |
t_display_signed.pl
|
|
|
t_display_signed.v
|
Fix $display("%p") to be closer to IEEE.
|
2019-11-21 19:29:46 -05:00 |
t_display_string.out
|
|
|
t_display_string.pl
|
|
|
t_display_string.v
|
|
|
t_display_time.out
|
Fix $display("%p") to be closer to IEEE.
|
2019-11-21 19:29:46 -05:00 |
t_display_time.pl
|
Tests: Remove some old makefile rules.
|
2019-10-08 19:12:33 -04:00 |
t_display_time.v
|
Fix $display("%p") to be closer to IEEE.
|
2019-11-21 19:29:46 -05:00 |
t_display_wide.out
|
|
|
t_display_wide.pl
|
Tests: Remove some old makefile rules.
|
2019-10-08 19:12:33 -04:00 |
t_display_wide.v
|
|
|
t_display.out
|
Support left justified . Closes #2101.
|
2020-01-15 07:32:45 -05:00 |
t_display.pl
|
|
|
t_display.v
|
Support left justified . Closes #2101.
|
2020-01-15 07:32:45 -05:00 |
t_dist_cinclude.pl
|
|
|
t_dist_contributors.pl
|
Tests: Better message for contributors.
|
2020-01-14 17:49:04 -05:00 |
t_dist_fixme.pl
|
|
|
t_dist_inctree.pl
|
|
|
t_dist_install.pl
|
|
|
t_dist_manifest.pl
|
Spelling fixes.
|
2019-07-30 18:27:36 -04:00 |
t_dist_portability.pl
|
|
|
t_dist_tabs.pl
|
Tests: Check for carriage returns
|
2019-12-23 17:34:43 -05:00 |
t_dist_untracked.pl
|
|
|
t_dist_whitespace.pl
|
Tests: Check for missing newlines at EOF.
|
2020-01-10 18:49:23 -05:00 |
t_dos.pl
|
|
|
t_dos.v
|
|
|
t_dpi_2exp_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_dpi_2exp_bad.pl
|
|
|
t_dpi_2exp_bad.v
|
|
|
t_dpi_accessors_inc.vh
|
|
|
t_dpi_accessors_macros_inc.vh
|
|
|
t_dpi_accessors.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_accessors.pl
|
|
|
t_dpi_accessors.v
|
Commentary
|
2019-10-27 10:29:19 -04:00 |
t_dpi_context_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_context_noopt.pl
|
|
|
t_dpi_context.pl
|
|
|
t_dpi_context.v
|
|
|
t_dpi_display_c.cpp
|
Allow redefining VL_PRINTF, bug1598.
|
2019-12-03 19:12:18 -05:00 |
t_dpi_display.out
|
|
|
t_dpi_display.pl
|
|
|
t_dpi_display.v
|
|
|
t_dpi_dup_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_dpi_dup_bad.pl
|
|
|
t_dpi_dup_bad.v
|
|
|
t_dpi_exp_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_dpi_exp_bad.pl
|
|
|
t_dpi_exp_bad.v
|
|
|
t_dpi_export_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_export_noopt.pl
|
|
|
t_dpi_export.pl
|
|
|
t_dpi_export.v
|
|
|
t_dpi_imp_gen_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_imp_gen.pl
|
|
|
t_dpi_imp_gen.v
|
|
|
t_dpi_import_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_import_hdr_only.pl
|
Allow both -MMD and --no-MMD, and --no/--skip-identical to override default
|
2019-10-31 20:59:52 -04:00 |
t_dpi_import.pl
|
|
|
t_dpi_import.v
|
|
|
t_dpi_lib_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_lib.pl
|
|
|
t_dpi_lib.v
|
|
|
t_dpi_logic_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_dpi_logic_bad.pl
|
|
|
t_dpi_logic_bad.v
|
|
|
t_dpi_name_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_dpi_name_bad.pl
|
|
|
t_dpi_name_bad.v
|
|
|
t_dpi_open_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_open.pl
|
|
|
t_dpi_open.v
|
|
|
t_dpi_openfirst_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_openfirst.pl
|
|
|
t_dpi_openfirst.v
|
|
|
t_dpi_openreg_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_dpi_openreg_bad.pl
|
|
|
t_dpi_openreg_bad.v
|
|
|
t_dpi_qw_c.cpp
|
|
|
t_dpi_qw.pl
|
|
|
t_dpi_qw.v
|
|
|
t_dpi_shortcircuit2.pl
|
|
|
t_dpi_shortcircuit2.v
|
|
|
t_dpi_shortcircuit_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_shortcircuit.pl
|
|
|
t_dpi_shortcircuit.v
|
|
|
t_dpi_string_c.cpp
|
|
|
t_dpi_string.pl
|
|
|
t_dpi_string.v
|
|
|
t_dpi_sys_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_sys.pl
|
|
|
t_dpi_sys.v
|
|
|
t_dpi_threads_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_threads_collide.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_dpi_threads.pl
|
|
|
t_dpi_threads.v
|
|
|
t_dpi_vams.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_dpi_vams.pl
|
|
|
t_dpi_vams.v
|
|
|
t_dpi_var_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_dpi_var.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_dpi_var.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_dpi_var.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_dpi_var.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_driver_random.pl
|
Tests: Summarize any skips.
|
2019-07-30 22:20:37 -04:00 |
t_embed1_c.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_embed1_child.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_embed1_wrap.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_embed1.pl
|
Tests: Use standard verilator.mk rules for tests.
|
2019-11-02 11:15:58 -04:00 |
t_embed1.v
|
|
|
t_emit_constw.pl
|
|
|
t_emit_constw.v
|
|
|
t_emit_memb_limit.pl
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_enum_bad_hide.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_enum_bad_hide.pl
|
Tests: Close some test coverage holes.
|
2019-06-30 17:38:41 -04:00 |
t_enum_bad_hide.v
|
Tests: Close some test coverage holes.
|
2019-06-30 17:38:41 -04:00 |
t_enum_func.pl
|
|
|
t_enum_func.v
|
|
|
t_enum_int.pl
|
|
|
t_enum_int.v
|
|
|
t_enum_large_methods.pl
|
|
|
t_enum_large_methods.v
|
|
|
t_enum_name2.pl
|
|
|
t_enum_name2.v
|
|
|
t_enum_name3.pl
|
|
|
t_enum_name3.v
|
|
|
t_enum_overlap_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_enum_overlap_bad.pl
|
|
|
t_enum_overlap_bad.v
|
|
|
t_enum_public.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_enum_public.pl
|
|
|
t_enum_public.v
|
|
|
t_enum_recurse_bad.out
|
Fix bad-syntax crashes, bug1582.
|
2019-11-04 18:48:47 -05:00 |
t_enum_recurse_bad.pl
|
Fix bad-syntax crashes, bug1582.
|
2019-11-04 18:48:47 -05:00 |
t_enum_recurse_bad.v
|
Fix bad-syntax crashes, bug1582.
|
2019-11-04 18:48:47 -05:00 |
t_enum_size.pl
|
Fix enum values not being sized based on parent, bug1442.
|
2019-07-06 16:26:44 -04:00 |
t_enum_size.v
|
Fix enum values not being sized based on parent, bug1442.
|
2019-07-06 16:26:44 -04:00 |
t_enum_type_methods.pl
|
|
|
t_enum_type_methods.v
|
|
|
t_enum_type_pins.pl
|
|
|
t_enum_type_pins.v
|
|
|
t_enum_x_bad.out
|
Error cleanups.
|
2020-01-10 19:18:27 -05:00 |
t_enum_x_bad.pl
|
Add lint check for bad enum 4-state values.
|
2019-12-08 22:26:54 -05:00 |
t_enum_x_bad.v
|
Add lint check for bad enum 4-state values.
|
2019-12-08 22:26:54 -05:00 |
t_enum.pl
|
|
|
t_enum.v
|
|
|
t_enumeration.pl
|
|
|
t_enumeration.v
|
|
|
t_EXAMPLE.pl
|
|
|
t_EXAMPLE.v
|
|
|
t_extend_class_c.h
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_extend_class.pl
|
|
|
t_extend_class.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_extend.pl
|
|
|
t_extend.v
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_final.pl
|
|
|
t_final.v
|
|
|
t_flag_bboxsys.pl
|
|
|
t_flag_bboxsys.v
|
|
|
t_flag_context_bad.out
|
Add -Wno-context.
|
2019-11-23 10:40:32 -05:00 |
t_flag_context_bad.pl
|
Add -Wno-context.
|
2019-11-23 10:40:32 -05:00 |
t_flag_context_bad.v
|
Add -Wno-context.
|
2019-11-23 10:40:32 -05:00 |
t_flag_csplit.pl
|
Fix clang warning.
|
2019-12-09 18:53:56 -05:00 |
t_flag_csplit.v
|
Make Syms file honor --output-split-cfuncs, bug1499.
|
2019-09-04 06:15:41 -04:00 |
t_flag_debug_noleak.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_flag_debug_noleak.v
|
|
|
t_flag_debugi9.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_flag_debugi9.v
|
Additional lcov code coverage.
|
2019-07-05 22:30:19 -04:00 |
t_flag_define.pl
|
|
|
t_flag_define.v
|
Support quoted arguments in -f files, bug1535.
|
2019-10-24 07:33:19 -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
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_flag_errorlimit_bad.pl
|
Tests: Cover --error-limit and update docs (found via coverage).
|
2019-06-30 21:36:57 -04:00 |
t_flag_errorlimit_bad.v
|
Tests: Cover --error-limit and update docs (found via coverage).
|
2019-06-30 21:36:57 -04:00 |
t_flag_f__2.vc
|
|
|
t_flag_f__3.v
|
|
|
t_flag_f.pl
|
|
|
t_flag_f.v
|
|
|
t_flag_f.vc
|
Fix // in filenames, bug1610.
|
2019-11-20 21:23:03 -05:00 |
t_flag_fi_h.h
|
|
|
t_flag_fi.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_flag_fi.pl
|
|
|
t_flag_fi.v
|
|
|
t_flag_future.pl
|
|
|
t_flag_future.v
|
|
|
t_flag_generate_key.pl
|
Add --generate-key.
|
2019-10-09 18:53:30 -04:00 |
t_flag_getenv.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_flag_getenv.v
|
|
|
t_flag_help.pl
|
Return good exit status on --help.
|
2019-09-30 23:15:10 -04:00 |
t_flag_language.pl
|
|
|
t_flag_language.v
|
|
|
t_flag_ldflags_a.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_flag_ldflags_c.cpp
|
|
|
t_flag_ldflags_so.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_flag_ldflags.pl
|
Less verbose ar messages
|
2019-10-27 11:30:25 -04:00 |
t_flag_ldflags.v
|
|
|
t_flag_lib.pl
|
|
|
t_flag_lib.v
|
|
|
t_flag_libinc.v
|
|
|
t_flag_make_cmake_sc.pl
|
Add cmake support, bug1363.
|
2019-10-17 19:44:10 -04:00 |
t_flag_make_cmake_sc.v
|
Add cmake support, bug1363.
|
2019-10-17 19:44:10 -04:00 |
t_flag_make_cmake.pl
|
Add cmake support, bug1363.
|
2019-10-17 19:44:10 -04:00 |
t_flag_make_cmake.v
|
Add cmake support, bug1363.
|
2019-10-17 19:44:10 -04:00 |
t_flag_names.pl
|
|
|
t_flag_names.v
|
|
|
t_flag_nomod_bad.out
|
|
|
t_flag_nomod_bad.pl
|
|
|
t_flag_nomod_bad.v
|
|
|
t_flag_parameter_bad.out
|
Tests: Close some test coverage holes.
|
2019-06-30 17:38:41 -04:00 |
t_flag_parameter_bad.pl
|
Tests: Close some test coverage holes.
|
2019-06-30 17:38:41 -04:00 |
t_flag_parameter.pl
|
Support quoted arguments in -f files, bug1535.
|
2019-10-24 07:33:19 -04:00 |
t_flag_parameter.v
|
Support quoted arguments in -f files, bug1535.
|
2019-10-24 07:33:19 -04:00 |
t_flag_parameter.vc
|
Support quoted arguments in -f files, bug1535.
|
2019-10-24 07:33:19 -04:00 |
t_flag_quiet_exit.pl
|
|
|
t_flag_relinc.pl
|
|
|
t_flag_relinc.v
|
|
|
t_flag_skipidentical.pl
|
|
|
t_flag_skipidentical.v
|
|
|
t_flag_stats.pl
|
|
|
t_flag_stats.v
|
|
|
t_flag_topmod2_bad.out
|
|
|
t_flag_topmod2_bad.pl
|
|
|
t_flag_topmod2_bad.v
|
|
|
t_flag_topmodule_bad2.out
|
|
|
t_flag_topmodule_bad2.pl
|
|
|
t_flag_topmodule_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_flag_topmodule_bad.pl
|
|
|
t_flag_topmodule_inline.pl
|
|
|
t_flag_topmodule_inline.v
|
|
|
t_flag_topmodule.pl
|
|
|
t_flag_topmodule.v
|
|
|
t_flag_version.pl
|
Tests: Close some test coverage holes.
|
2019-06-30 22:00:18 -04:00 |
t_flag_werror_bad1.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_flag_werror_bad1.pl
|
|
|
t_flag_werror_bad2.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_flag_werror_bad2.pl
|
|
|
t_flag_werror.v
|
|
|
t_flag_wfatal.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_flag_wfatal.pl
|
|
|
t_flag_wfatal.v
|
|
|
t_flag_woff.pl
|
|
|
t_flag_woff.v
|
|
|
t_flag_wpedantic_bad.out
|
Parse all class constructs, as still unsupported.
|
2019-12-23 15:03:04 -05:00 |
t_flag_wpedantic_bad.pl
|
Add -Wpedantic for compliance testing.
|
2019-11-16 11:59:21 -05:00 |
t_flag_wpedantic_bad.v
|
Add -Wpedantic for compliance testing.
|
2019-11-16 11:59:21 -05:00 |
t_flag_xinitial_0.pl
|
|
|
t_flag_xinitial_0.v
|
|
|
t_flag_xinitial_unique.pl
|
|
|
t_flag_xinitial_unique.v
|
|
|
t_for_break.pl
|
|
|
t_for_break.v
|
|
|
t_for_comma_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_for_comma_bad.pl
|
|
|
t_for_comma_bad.v
|
|
|
t_for_count.pl
|
|
|
t_for_count.v
|
|
|
t_for_funcbound.pl
|
|
|
t_for_funcbound.v
|
|
|
t_for_init_bug.pl
|
|
|
t_for_init_bug.v
|
|
|
t_for_local.pl
|
|
|
t_for_local.v
|
|
|
t_for_loop.pl
|
|
|
t_for_loop.v
|
Fix for loop missing initializer, bug1605.
|
2019-11-15 18:24:55 -05:00 |
t_foreach.pl
|
|
|
t_foreach.v
|
|
|
t_func_bad2.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_bad2.pl
|
|
|
t_func_bad2.v
|
|
|
t_func_bad_width.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_bad_width.pl
|
|
|
t_func_bad_width.v
|
|
|
t_func_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_bad.pl
|
|
|
t_func_bad.v
|
|
|
t_func_begin2.pl
|
|
|
t_func_begin2.v
|
|
|
t_func_check.pl
|
|
|
t_func_check.v
|
|
|
t_func_const2_bad.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_func_const2_bad.pl
|
|
|
t_func_const2_bad.v
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_const3_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_const3_bad.pl
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_const3_bad.v
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_const_bad.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_func_const_bad.pl
|
|
|
t_func_const_bad.v
|
|
|
t_func_const_packed_array_bad.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_func_const_packed_array_bad.pl
|
|
|
t_func_const_packed_array_bad.v
|
|
|
t_func_const_packed_struct_bad2.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_func_const_packed_struct_bad2.pl
|
|
|
t_func_const_packed_struct_bad2.v
|
|
|
t_func_const_packed_struct_bad.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_func_const_packed_struct_bad.pl
|
|
|
t_func_const_packed_struct_bad.v
|
|
|
t_func_const_struct_bad.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_func_const_struct_bad.pl
|
|
|
t_func_const_struct_bad.v
|
|
|
t_func_const.pl
|
|
|
t_func_const.v
|
|
|
t_func_crc.pl
|
|
|
t_func_crc.v
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_func_default_warn.pl
|
|
|
t_func_default_warn.v
|
|
|
t_func_defaults.pl
|
|
|
t_func_defaults.v
|
|
|
t_func_dotted_inl0_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl0.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl0.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl1_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl1.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl1.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl2_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl2.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted_inl2.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_dotted.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_func_endian.pl
|
|
|
t_func_endian.v
|
|
|
t_func_first.pl
|
|
|
t_func_first.v
|
|
|
t_func_flip.pl
|
|
|
t_func_flip.v
|
|
|
t_func_gen.pl
|
|
|
t_func_gen.v
|
|
|
t_func_graphcirc.pl
|
|
|
t_func_graphcirc.v
|
|
|
t_func_grey.pl
|
|
|
t_func_grey.v
|
|
|
t_func_lib_sub.pl
|
|
|
t_func_lib_sub.v
|
|
|
t_func_lib.pl
|
|
|
t_func_lib.v
|
|
|
t_func_mlog2.pl
|
|
|
t_func_mlog2.v
|
|
|
t_func_named.pl
|
|
|
t_func_named.v
|
|
|
t_func_noinl.pl
|
|
|
t_func_noinl.v
|
|
|
t_func_numones.pl
|
|
|
t_func_numones.v
|
|
|
t_func_outfirst.pl
|
|
|
t_func_outfirst.v
|
|
|
t_func_outp.pl
|
|
|
t_func_outp.v
|
|
|
t_func_paramed.pl
|
|
|
t_func_paramed.v
|
|
|
t_func_plog.pl
|
|
|
t_func_plog.v
|
|
|
t_func_public_trace.pl
|
|
|
t_func_public.pl
|
|
|
t_func_public.v
|
|
|
t_func_rand.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_func_rand.pl
|
|
|
t_func_rand.v
|
|
|
t_func_range.pl
|
|
|
t_func_range.v
|
|
|
t_func_real_abs.pl
|
|
|
t_func_real_abs.v
|
|
|
t_func_real_param.pl
|
|
|
t_func_real_param.v
|
|
|
t_func_redef.pl
|
Fix labels on functions with returns, bug1614.
|
2019-12-01 17:19:03 -05:00 |
t_func_redef.v
|
Fix labels on functions with returns, bug1614.
|
2019-12-01 17:19:03 -05:00 |
t_func_regfirst.pl
|
|
|
t_func_regfirst.v
|
|
|
t_func_return.pl
|
|
|
t_func_return.v
|
|
|
t_func_sum.pl
|
|
|
t_func_sum.v
|
|
|
t_func_task_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_func_task_bad.pl
|
|
|
t_func_task_bad.v
|
|
|
t_func_tie_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_func_tie_bad.pl
|
|
|
t_func_tie_bad.v
|
|
|
t_func_twocall.pl
|
|
|
t_func_twocall.v
|
|
|
t_func_types.pl
|
|
|
t_func_types.v
|
|
|
t_func_under2.pl
|
|
|
t_func_under2.v
|
Commentary
|
2019-10-27 10:29:19 -04:00 |
t_func_under.pl
|
|
|
t_func_under.v
|
|
|
t_func_unit.pl
|
|
|
t_func_unit.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_func_v_noinl.pl
|
|
|
t_func_v.pl
|
|
|
t_func_v.v
|
|
|
t_func_void_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_func_void_bad.pl
|
|
|
t_func_void_bad.v
|
|
|
t_func_void.pl
|
|
|
t_func_void.v
|
|
|
t_func_while.pl
|
|
|
t_func_while.v
|
|
|
t_func_wide_out_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_func_wide_out_bad.pl
|
|
|
t_func_wide_out_bad.v
|
Internals: Style cleanup. No functional change.
|
2019-10-18 20:28:59 -04:00 |
t_func_wide.pl
|
|
|
t_func_wide.v
|
|
|
t_func.pl
|
|
|
t_func.v
|
|
|
t_fuzz_always_bad.out
|
Tests: Fix bad-syntax crashes, bug1577.
|
2019-10-31 19:34:13 -04:00 |
t_fuzz_always_bad.pl
|
Tests: Fix bad-syntax crashes, bug1577.
|
2019-10-31 19:34:13 -04:00 |
t_fuzz_always_bad.v
|
Tests: Fix bad-syntax crashes, bug1577.
|
2019-10-31 19:34:13 -04:00 |
t_fuzz_eof_bad.pl
|
Fix misc bad-syntax crashes, bug1532.
|
2019-09-30 18:50:27 -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
|
Fix bad-syntax crashes, bug1586, bug1587.
|
2019-11-04 21:51:20 -05:00 |
t_fuzz_eqne_bad.pl
|
Fix bad-syntax crashes, bug1586, bug1587.
|
2019-11-04 21:51:20 -05:00 |
t_fuzz_eqne_bad.v
|
Fix bad-syntax crashes, bug1586, bug1587.
|
2019-11-04 21:51:20 -05:00 |
t_fuzz_genintf_bad.out
|
Error cleanups.
|
2020-01-10 19:18:27 -05:00 |
t_fuzz_genintf_bad.pl
|
Fix bad-syntax crashes, bug1589.
|
2019-11-04 21:16:07 -05:00 |
t_fuzz_genintf_bad.v
|
Fix bad-syntax crashes, bug1589.
|
2019-11-04 21:16:07 -05:00 |
t_fuzz_negwidth_bad.pl
|
Fix misc bad-syntax crashes, bug1530.
|
2019-09-30 19:48:01 -04:00 |
t_fuzz_negwidth_bad.v
|
Fix misc bad-syntax crashes, bug1530.
|
2019-09-30 19:48:01 -04:00 |
t_fuzz_triand_bad.out
|
Error cleanups.
|
2020-01-10 19:18:27 -05:00 |
t_fuzz_triand_bad.pl
|
Fix bad-syntax crashes, bug1579.
|
2019-11-04 22:00:20 -05:00 |
t_fuzz_triand_bad.v
|
Fix bad-syntax crashes, bug1579.
|
2019-11-04 22:00:20 -05:00 |
t_gantt.pl
|
Tests: Use only 2 threads for t_gantt.
|
2019-06-26 19:06:52 -04:00 |
t_gate_array.pl
|
|
|
t_gate_array.v
|
|
|
t_gate_basic.pl
|
|
|
t_gate_basic.v
|
|
|
t_gate_chained.pl
|
|
|
t_gate_delref.pl
|
Fix internal error on gate optimization of assign, bug1475.
|
2019-08-03 21:49:39 -04:00 |
t_gate_delref.v
|
Fix internal error on gate optimization of assign, bug1475.
|
2019-08-03 21:49:39 -04:00 |
t_gate_elim.pl
|
|
|
t_gate_elim.v
|
|
|
t_gate_fdup.pl
|
|
|
t_gate_fdup.v
|
|
|
t_gate_implicit.pl
|
|
|
t_gate_implicit.v
|
|
|
t_gate_lvalue_const.pl
|
Fix gate lvalue optimization error, bug831.
|
2019-12-07 16:49:11 -05:00 |
t_gate_lvalue_const.v
|
Fix gate lvalue optimization error, bug831.
|
2019-12-07 16:49:11 -05:00 |
t_gate_tree.pl
|
|
|
t_gate_unsup.pl
|
|
|
t_gate_unsup.v
|
|
|
t_gated_clk_1.pl
|
|
|
t_gated_clk_1.v
|
|
|
t_gen_alw.pl
|
|
|
t_gen_alw.v
|
|
|
t_gen_assign.pl
|
|
|
t_gen_assign.v
|
|
|
t_gen_cond_bitrange_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_gen_cond_bitrange_bad.pl
|
|
|
t_gen_cond_bitrange_bad.v
|
|
|
t_gen_cond_bitrange.pl
|
|
|
t_gen_cond_bitrange.v
|
|
|
t_gen_cond_const.pl
|
|
|
t_gen_cond_const.v
|
|
|
t_gen_defparam.pl
|
|
|
t_gen_defparam.v
|
|
|
t_gen_div0.pl
|
|
|
t_gen_div0.v
|
|
|
t_gen_for0.pl
|
|
|
t_gen_for0.v
|
|
|
t_gen_for1.pl
|
|
|
t_gen_for1.v
|
|
|
t_gen_for2.pl
|
|
|
t_gen_for2.v
|
|
|
t_gen_for_overlap.pl
|
|
|
t_gen_for_overlap.v
|
|
|
t_gen_for_shuffle.pl
|
|
|
t_gen_for_shuffle.v
|
|
|
t_gen_for.pl
|
|
|
t_gen_for.v
|
|
|
t_gen_forif.pl
|
|
|
t_gen_forif.v
|
|
|
t_gen_if.pl
|
|
|
t_gen_if.v
|
|
|
t_gen_inc.pl
|
|
|
t_gen_inc.v
|
|
|
t_gen_index.pl
|
|
|
t_gen_index.v
|
|
|
t_gen_intdot2.pl
|
|
|
t_gen_intdot2.v
|
|
|
t_gen_intdot.pl
|
|
|
t_gen_intdot.v
|
|
|
t_gen_local.pl
|
|
|
t_gen_local.v
|
|
|
t_gen_lsb.pl
|
|
|
t_gen_lsb.v
|
|
|
t_gen_mislevel.pl
|
|
|
t_gen_mislevel.v
|
|
|
t_gen_missing_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_gen_missing_bad.pl
|
|
|
t_gen_missing.pl
|
|
|
t_gen_missing.v
|
|
|
t_gen_self_return.pl
|
|
|
t_gen_self_return.v
|
|
|
t_gen_upscope.out
|
|
|
t_gen_upscope.pl
|
|
|
t_gen_upscope.v
|
|
|
t_gen_var_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_gen_var_bad.pl
|
|
|
t_gen_var_bad.v
|
|
|
t_generate_fatal_bad.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_generate_fatal_bad.pl
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_generate_fatal_bad.v
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_genfor_hier.pl
|
|
|
t_genfor_hier.v
|
|
|
t_genvar_misuse_bad.pl
|
|
|
t_genvar_misuse_bad.v
|
|
|
t_hierarchy_identifier_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_hierarchy_identifier_bad.pl
|
|
|
t_hierarchy_identifier_bad.v
|
|
|
t_hierarchy_identifier.pl
|
|
|
t_hierarchy_identifier.v
|
|
|
t_hierarchy_unnamed.pl
|
|
|
t_hierarchy_unnamed.v
|
|
|
t_if_deep.pl
|
|
|
t_if_deep.v
|
|
|
t_iff.pl
|
Tests: Add iff test, bug1482.
|
2019-07-26 19:31:02 -04:00 |
t_iff.v
|
Tests: Add iff test, bug1482.
|
2019-07-26 19:31:02 -04:00 |
t_init_concat.pl
|
|
|
t_init_concat.v
|
|
|
t_initarray_nonarray.pl
|
|
|
t_initarray_nonarray.v
|
|
|
t_initial_dlyass_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_initial_dlyass_bad.pl
|
Tests: Minor testbench fixes to prepare for CMake.
|
2019-10-10 19:48:06 -04:00 |
t_initial_dlyass.pl
|
|
|
t_initial_dlyass.v
|
|
|
t_initial_edge_bad.pl
|
|
|
t_initial_edge.pl
|
|
|
t_initial_edge.v
|
|
|
t_initial_inc.vh
|
|
|
t_initial.pl
|
|
|
t_initial.v
|
|
|
t_inside_wild.pl
|
|
|
t_inside_wild.v
|
Tests: Check for missing newlines at EOF.
|
2020-01-10 18:49:23 -05:00 |
t_inside.pl
|
|
|
t_inside.v
|
Fix false CMPCONST/UNSIGNED warnings on inside, bug1581.
|
2019-11-02 16:56:37 -04:00 |
t_inst_aport.pl
|
|
|
t_inst_aport.v
|
|
|
t_inst_array_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_inst_array_bad.pl
|
|
|
t_inst_array_bad.v
|
|
|
t_inst_array_connect.pl
|
Fix little endian cell ranges, bug1631.
|
2019-12-11 17:15:45 -05:00 |
t_inst_array_connect.v
|
Fix little endian cell ranges, bug1631.
|
2019-12-11 17:15:45 -05:00 |
t_inst_array_inl0.pl
|
|
|
t_inst_array_inl1.pl
|
|
|
t_inst_array_partial.pl
|
|
|
t_inst_array_partial.v
|
|
|
t_inst_array.v
|
|
|
t_inst_ccall.pl
|
|
|
t_inst_ccall.v
|
|
|
t_inst_comma_inl0.pl
|
|
|
t_inst_comma_inl1.pl
|
|
|
t_inst_comma.v
|
|
|
t_inst_darray.pl
|
|
|
t_inst_darray.v
|
|
|
t_inst_dff.pl
|
|
|
t_inst_dff.v
|
|
|
t_inst_dtree_inla.pl
|
|
|
t_inst_dtree_inlab.pl
|
|
|
t_inst_dtree_inlac.pl
|
|
|
t_inst_dtree_inlad.pl
|
|
|
t_inst_dtree_inlb.pl
|
|
|
t_inst_dtree_inlbc.pl
|
|
|
t_inst_dtree_inlbd.pl
|
|
|
t_inst_dtree_inlc.pl
|
|
|
t_inst_dtree_inlcd.pl
|
|
|
t_inst_dtree_inld.pl
|
|
|
t_inst_dtree.v
|
|
|
t_inst_first_a.v
|
|
|
t_inst_first_b.v
|
|
|
t_inst_first.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_inst_first.v
|
|
|
t_inst_implicit.pl
|
|
|
t_inst_implicit.v
|
|
|
t_inst_long_bad.out
|
Improve error on > 127 char modnames. #2106.
|
2020-01-14 07:33:12 -05:00 |
t_inst_long_bad.pl
|
Improve error on > 127 char modnames. #2106.
|
2020-01-14 07:33:12 -05:00 |
t_inst_misarray_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_inst_misarray_bad.pl
|
|
|
t_inst_misarray_bad.v
|
|
|
t_inst_mism.pl
|
|
|
t_inst_mism.v
|
|
|
t_inst_missing_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_inst_missing_bad.pl
|
|
|
t_inst_missing_bad.v
|
|
|
t_inst_missing.pl
|
|
|
t_inst_missing.v
|
|
|
t_inst_mnpipe.pl
|
|
|
t_inst_mnpipe.v
|
|
|
t_inst_notunsized.pl
|
|
|
t_inst_notunsized.v
|
|
|
t_inst_overwide_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_inst_overwide_bad.pl
|
Tests: Less verbosity
|
2019-08-04 15:04:34 -04:00 |
t_inst_overwide.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_inst_overwide.v
|
|
|
t_inst_port_array.pl
|
|
|
t_inst_port_array.v
|
|
|
t_inst_prepost.pl
|
|
|
t_inst_prepost.v
|
|
|
t_inst_recurse2_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_inst_recurse2_bad.pl
|
|
|
t_inst_recurse2_bad.v
|
|
|
t_inst_recurse_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_inst_recurse_bad.pl
|
|
|
t_inst_recurse_bad.v
|
|
|
t_inst_signed1.pl
|
|
|
t_inst_signed1.v
|
|
|
t_inst_signed.pl
|
|
|
t_inst_signed.v
|
|
|
t_inst_slice_noinl.pl
|
|
|
t_inst_slice.pl
|
|
|
t_inst_slice.v
|
|
|
t_inst_sv.pl
|
|
|
t_inst_sv.v
|
|
|
t_inst_tree_inl0_pub0.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl0_pub0.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl0_pub1_norelcfuncs.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl0_pub1.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl0_pub1.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl1_pub0.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl1_pub0.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl1_pub1.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree_inl1_pub1.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_tree.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_inst_v2k__sub.vi
|
|
|
t_inst_v2k.pl
|
|
|
t_inst_v2k.v
|
|
|
t_inst_wideconst.pl
|
|
|
t_inst_wideconst.v
|
|
|
t_interface1_modport_nansi.pl
|
|
|
t_interface1_modport_noinl.pl
|
|
|
t_interface1_modport_trace.pl
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface1_modport.pl
|
|
|
t_interface1_modport.v
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface1_noinl.pl
|
|
|
t_interface1.pl
|
|
|
t_interface1.v
|
|
|
t_interface2_noinl.pl
|
|
|
t_interface2.pl
|
|
|
t_interface2.v
|
|
|
t_interface_array_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_interface_array_bad.pl
|
|
|
t_interface_array_bad.v
|
|
|
t_interface_array_modport.pl
|
|
|
t_interface_array_modport.v
|
|
|
t_interface_array_nocolon_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_interface_array_nocolon_bad.pl
|
|
|
t_interface_array_nocolon_bad.v
|
|
|
t_interface_array_nocolon.pl
|
|
|
t_interface_array_nocolon.v
|
|
|
t_interface_array_noinl.pl
|
|
|
t_interface_array.pl
|
|
|
t_interface_array.v
|
|
|
t_interface_arraymux.pl
|
|
|
t_interface_arraymux.v
|
|
|
t_interface_asvar_bad.out
|
Fix ugly error on interface misuse, bug1525.
|
2019-09-25 21:53:01 -04:00 |
t_interface_asvar_bad.pl
|
Fix ugly error on interface misuse, bug1525.
|
2019-09-25 21:53:01 -04:00 |
t_interface_asvar_bad.v
|
Fix ugly error on interface misuse, bug1525.
|
2019-09-25 21:53:01 -04:00 |
t_interface_bind_public.pl
|
|
|
t_interface_bind_public.v
|
|
|
t_interface_down_gen.pl
|
|
|
t_interface_down_gen.v
|
|
|
t_interface_down_inla.pl
|
|
|
t_interface_down_inlab.pl
|
|
|
t_interface_down_inlac.pl
|
|
|
t_interface_down_inlad.pl
|
|
|
t_interface_down_inlb.pl
|
|
|
t_interface_down_inlbc.pl
|
|
|
t_interface_down_inlbd.pl
|
|
|
t_interface_down_inlc.pl
|
|
|
t_interface_down_inlcd.pl
|
|
|
t_interface_down_inld.pl
|
|
|
t_interface_down_noinl.pl
|
|
|
t_interface_down.pl
|
|
|
t_interface_down.v
|
|
|
t_interface_dups.pl
|
|
|
t_interface_dups.v
|
|
|
t_interface_gen2_collision.pl
|
|
|
t_interface_gen2_noinl.pl
|
|
|
t_interface_gen2.pl
|
|
|
t_interface_gen2.v
|
|
|
t_interface_gen3_collision.pl
|
|
|
t_interface_gen3_noinl.pl
|
|
|
t_interface_gen3.pl
|
|
|
t_interface_gen3.v
|
|
|
t_interface_gen4_noinl.pl
|
|
|
t_interface_gen4.pl
|
|
|
t_interface_gen4.v
|
|
|
t_interface_gen5_noinl.pl
|
|
|
t_interface_gen5.pl
|
|
|
t_interface_gen5.v
|
|
|
t_interface_gen6_noinl.pl
|
|
|
t_interface_gen6.pl
|
|
|
t_interface_gen6.v
|
|
|
t_interface_gen7_noinl.pl
|
|
|
t_interface_gen7.pl
|
|
|
t_interface_gen7.v
|
|
|
t_interface_gen8_noinl.pl
|
|
|
t_interface_gen8.pl
|
|
|
t_interface_gen8.v
|
|
|
t_interface_gen9_noinl.pl
|
|
|
t_interface_gen9.pl
|
|
|
t_interface_gen9.v
|
|
|
t_interface_gen10_noinl.pl
|
|
|
t_interface_gen10.pl
|
|
|
t_interface_gen10.v
|
|
|
t_interface_gen11_noinl.pl
|
|
|
t_interface_gen11.pl
|
|
|
t_interface_gen11.v
|
|
|
t_interface_gen12_noinl.pl
|
|
|
t_interface_gen12.pl
|
|
|
t_interface_gen12.v
|
|
|
t_interface_gen_noinl.pl
|
|
|
t_interface_gen.pl
|
|
|
t_interface_gen.v
|
|
|
t_interface_inl.pl
|
|
|
t_interface_mismodport_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_interface_mismodport_bad.pl
|
|
|
t_interface_mismodport_bad.v
|
|
|
t_interface_missing_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_interface_missing_bad.pl
|
|
|
t_interface_missing_bad.v
|
|
|
t_interface_modport_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_interface_modport_bad.pl
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_interface_modport_bad.v
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_interface_modport_dir_bad.out
|
Tests: Unsupported test for bug1622.
|
2019-12-07 12:59:00 -05:00 |
t_interface_modport_dir_bad.pl
|
Tests: Unsupported test for bug1622.
|
2019-12-07 12:59:00 -05:00 |
t_interface_modport_dir_bad.v
|
Tests: Unsupported test for bug1622.
|
2019-12-07 12:59:00 -05:00 |
t_interface_modport_export.pl
|
|
|
t_interface_modport_export.v
|
|
|
t_interface_modport_import_noinl.pl
|
|
|
t_interface_modport_import.pl
|
|
|
t_interface_modport_import.v
|
|
|
t_interface_modport_inl.pl
|
|
|
t_interface_modport_noinl.pl
|
|
|
t_interface_modport.pl
|
|
|
t_interface_modport.v
|
|
|
t_interface_modportlist.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_interface_modportlist.v
|
|
|
t_interface_mp_func_noinl.pl
|
|
|
t_interface_mp_func.pl
|
|
|
t_interface_mp_func.v
|
|
|
t_interface_nest_noinl.pl
|
|
|
t_interface_nest.pl
|
|
|
t_interface_nest.v
|
|
|
t_interface_noinl.pl
|
|
|
t_interface_param1.pl
|
|
|
t_interface_param1.v
|
|
|
t_interface_param2.pl
|
|
|
t_interface_param2.v
|
|
|
t_interface_param_acc_bits.out
|
Tests: Test for bug1593.
|
2019-11-07 18:15:55 -05:00 |
t_interface_param_acc_bits.pl
|
Tests: Test for bug1593.
|
2019-11-07 18:15:55 -05:00 |
t_interface_param_acc_bits.v
|
Tests: Test for bug1593.
|
2019-11-07 18:15:55 -05:00 |
t_interface_param_another_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_interface_param_another_bad.pl
|
|
|
t_interface_param_another_bad.v
|
|
|
t_interface_param_loop_bad.pl
|
Tests: Unsupported test for bug1626.
|
2019-12-07 13:46:29 -05:00 |
t_interface_param_loop_bad.v
|
Tests: Unsupported test for bug1626.
|
2019-12-07 13:46:29 -05:00 |
t_interface_parameter_access.pl
|
|
|
t_interface_parameter_access.v
|
Tests: Test for bug1593.
|
2019-11-07 18:15:55 -05:00 |
t_interface_parent_scope_bad.pl
|
Tests: Unsupported test for bug1623.
|
2019-12-07 12:59:00 -05:00 |
t_interface_parent_scope_bad.v
|
Tests: Unsupported test for bug1623.
|
2019-12-07 12:59:00 -05:00 |
t_interface_ref_trace_fst.out
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_ref_trace_fst.pl
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_ref_trace_inla.pl
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_ref_trace_inlab.pl
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_ref_trace_inlb.pl
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_ref_trace.out
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_ref_trace.pl
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_ref_trace.v
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_interface_size_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_interface_size_bad.pl
|
|
|
t_interface_size_bad.v
|
|
|
t_interface_star.pl
|
|
|
t_interface_star.v
|
|
|
t_interface_top_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_interface_top_bad.pl
|
|
|
t_interface_top_bad.v
|
|
|
t_interface_twod_noinl.pl
|
|
|
t_interface_twod.pl
|
|
|
t_interface_twod.v
|
|
|
t_interface_typo_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_interface_typo_bad.pl
|
|
|
t_interface_typo_bad.v
|
|
|
t_interface_wrong_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_interface_wrong_bad.pl
|
|
|
t_interface_wrong_bad.v
|
|
|
t_interface.pl
|
|
|
t_interface.v
|
|
|
t_langext_1_bad.pl
|
|
|
t_langext_1.pl
|
|
|
t_langext_1.v
|
|
|
t_langext_2_bad.pl
|
|
|
t_langext_2.pl
|
|
|
t_langext_2.v
|
|
|
t_langext_3_bad.pl
|
|
|
t_langext_3.pl
|
|
|
t_langext_3.v
|
|
|
t_langext_4_bad.pl
|
|
|
t_langext_4.pl
|
|
|
t_langext_order_sub.v
|
|
|
t_langext_order.pl
|
|
|
t_langext_order.v
|
|
|
t_leak.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_leak.pl
|
Add more Travis coverage
|
2019-07-18 05:31:02 -04:00 |
t_leak.v
|
|
|
t_lint_always_comb_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_always_comb_bad.pl
|
|
|
t_lint_always_comb_bad.v
|
|
|
t_lint_always_comb_iface.pl
|
|
|
t_lint_always_comb_iface.v
|
|
|
t_lint_blksync_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_blksync_bad.pl
|
Fix some errors reporting wrong objects.
|
2019-07-14 12:21:39 -04:00 |
t_lint_blksync_bad.v
|
|
|
t_lint_blksync_loop.pl
|
|
|
t_lint_blksync_loop.v
|
|
|
t_lint_block_redecl_bad.pl
|
|
|
t_lint_block_redecl_bad.v
|
|
|
t_lint_bsspace_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_bsspace_bad.pl
|
|
|
t_lint_bsspace_bad.v
|
|
|
t_lint_colonplus_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_colonplus_bad.pl
|
|
|
t_lint_colonplus_bad.v
|
|
|
t_lint_comb_bad.out
|
Suppress 'command failed' on normal errors.
|
2019-10-27 17:34:04 -04:00 |
t_lint_comb_bad.pl
|
|
|
t_lint_comb_bad.v
|
|
|
t_lint_comb_use.pl
|
|
|
t_lint_comb_use.v
|
|
|
t_lint_declfilename_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_declfilename_bad.pl
|
|
|
t_lint_declfilename.pl
|
|
|
t_lint_declfilename.v
|
|
|
t_lint_defparam_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_defparam_bad.pl
|
|
|
t_lint_defparam.pl
|
|
|
t_lint_defparam.v
|
|
|
t_lint_ifdepth_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_ifdepth_bad.pl
|
|
|
t_lint_ifdepth_bad.v
|
|
|
t_lint_implicit_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_implicit_bad.pl
|
|
|
t_lint_implicit_def_bad.out
|
Add error when `resetall inside module
|
2019-12-14 22:04:58 -05:00 |
t_lint_implicit_def_bad.pl
|
|
|
t_lint_implicit_def_bad.v
|
Add error when `resetall inside module
|
2019-12-14 22:04:58 -05:00 |
t_lint_implicit_port.pl
|
|
|
t_lint_implicit_port.v
|
Fix bad module name.
|
2019-09-16 21:09:18 -04:00 |
t_lint_implicit.pl
|
|
|
t_lint_implicit.v
|
|
|
t_lint_import_name_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_import_name_bad.pl
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_lint_import_name_bad.v
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_lint_importstar_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_importstar_bad.pl
|
|
|
t_lint_importstar_bad.v
|
|
|
t_lint_in_inc_bad_1.vh
|
|
|
t_lint_in_inc_bad_2.vh
|
|
|
t_lint_in_inc_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_in_inc_bad.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_lint_in_inc_bad.v
|
|
|
t_lint_incabspath_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_incabspath_bad.pl
|
|
|
t_lint_incabspath.pl
|
|
|
t_lint_incabspath.v
|
|
|
t_lint_infinite.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_infinite.pl
|
|
|
t_lint_infinite.v
|
|
|
t_lint_inherit.pl
|
|
|
t_lint_inherit.v
|
|
|
t_lint_input_eq_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_input_eq_bad.pl
|
|
|
t_lint_input_eq_bad.v
|
|
|
t_lint_latch_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_latch_bad.pl
|
|
|
t_lint_latch_bad.v
|
|
|
t_lint_literal_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_literal_bad.pl
|
|
|
t_lint_literal_bad.v
|
|
|
t_lint_mod_paren_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_mod_paren_bad.pl
|
|
|
t_lint_mod_paren_bad.v
|
|
|
t_lint_modport_dir_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_modport_dir_bad.pl
|
|
|
t_lint_modport_dir_bad.v
|
|
|
t_lint_multidriven_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_multidriven_bad.pl
|
|
|
t_lint_multidriven_bad.v
|
|
|
t_lint_once_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_once_bad.pl
|
|
|
t_lint_once_bad.v
|
|
|
t_lint_only.pl
|
Add --xml-output option.
|
2019-10-31 21:17:05 -04:00 |
t_lint_only.v
|
|
|
t_lint_pindup_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_pindup_bad.pl
|
|
|
t_lint_pindup_bad.v
|
Offer suggestions on bad identifier errors.
|
2019-07-14 10:08:53 -04:00 |
t_lint_pkg_colon_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_pkg_colon_bad.pl
|
|
|
t_lint_pkg_colon_bad.v
|
|
|
t_lint_realcvt_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_realcvt_bad.pl
|
|
|
t_lint_realcvt_bad.v
|
|
|
t_lint_repeat_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_repeat_bad.pl
|
|
|
t_lint_repeat_bad.v
|
|
|
t_lint_restore_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_restore_bad.pl
|
|
|
t_lint_restore_bad.v
|
|
|
t_lint_rsvd_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_rsvd_bad.pl
|
Quote reserved word messages, and related internal cleanups.
|
2019-07-11 20:49:35 -04:00 |
t_lint_rsvd_bad.v
|
Quote reserved word messages, and related internal cleanups.
|
2019-07-11 20:49:35 -04:00 |
t_lint_setout_bad_noinl.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_setout_bad_noinl.pl
|
|
|
t_lint_setout_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_setout_bad.pl
|
|
|
t_lint_setout_bad.v
|
|
|
t_lint_subout_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_subout_bad.pl
|
|
|
t_lint_subout_bad.v
|
|
|
t_lint_syncasyncnet_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_syncasyncnet_bad.pl
|
|
|
t_lint_syncasyncnet_bad.v
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_unsized_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_lint_unsized_bad.pl
|
|
|
t_lint_unsized_bad.v
|
|
|
t_lint_unsup_deassign.pl
|
|
|
t_lint_unsup_deassign.v
|
|
|
t_lint_unsup_mixed.pl
|
|
|
t_lint_unsup_mixed.v
|
|
|
t_lint_unused_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_unused_bad.pl
|
|
|
t_lint_unused_bad.v
|
|
|
t_lint_unused_iface_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_unused_iface_bad.pl
|
|
|
t_lint_unused_iface_bad.v
|
|
|
t_lint_unused_iface.pl
|
|
|
t_lint_unused_iface.v
|
|
|
t_lint_unused.pl
|
|
|
t_lint_unused.v
|
|
|
t_lint_vcmarker_bad.out
|
Add cleaner error on version control conflicts in sources.
|
2019-12-16 21:54:20 -05:00 |
t_lint_vcmarker_bad.pl
|
Add cleaner error on version control conflicts in sources.
|
2019-12-16 21:54:20 -05:00 |
t_lint_vcmarker_bad.v
|
Add cleaner error on version control conflicts in sources.
|
2019-12-16 21:54:20 -05:00 |
t_lint_width_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_lint_width_bad.pl
|
|
|
t_lint_width_bad.v
|
|
|
t_lint_width_genfor_bad.out
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_lint_width_genfor_bad.pl
|
Tests: Add tests for bug1487.
|
2019-08-09 05:45:44 -04:00 |
t_lint_width_genfor_bad.v
|
Tests: Add tests for bug1487.
|
2019-08-09 05:45:44 -04:00 |
t_lint_width_genfor.pl
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_lint_width_genfor.v
|
Retain widthSized when simulating
|
2019-08-12 15:38:58 -04:00 |
t_lint_width.pl
|
|
|
t_lint_width.v
|
|
|
t_math_arith.pl
|
|
|
t_math_arith.v
|
|
|
t_math_clog2.pl
|
|
|
t_math_clog2.v
|
|
|
t_math_cmp.pl
|
|
|
t_math_cmp.v
|
|
|
t_math_concat0.pl
|
|
|
t_math_concat0.v
|
|
|
t_math_concat64.pl
|
|
|
t_math_concat64.v
|
|
|
t_math_concat_sel_bad.pl
|
|
|
t_math_concat_sel_bad.v
|
|
|
t_math_concat.pl
|
|
|
t_math_concat.v
|
|
|
t_math_cond_clean.pl
|
Optimize mask/and above conditionals.
|
2019-11-10 13:17:29 -05:00 |
t_math_cond_clean.v
|
Optimize mask/and above conditionals.
|
2019-11-10 13:17:29 -05:00 |
t_math_cond_huge.pl
|
|
|
t_math_cond_huge.v
|
|
|
t_math_const.pl
|
|
|
t_math_const.v
|
|
|
t_math_div0.pl
|
|
|
t_math_div0.v
|
|
|
t_math_div.pl
|
|
|
t_math_div.v
|
Optimize modulus by power-of-two constants.
|
2019-11-10 12:12:57 -05:00 |
t_math_divw.pl
|
|
|
t_math_divw.v
|
|
|
t_math_eq.pl
|
|
|
t_math_eq.v
|
Fix signed wildcard comparisons.
|
2019-11-16 09:58:01 -05:00 |
t_math_equal.pl
|
|
|
t_math_equal.v
|
|
|
t_math_imm2.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_math_imm2.pl
|
|
|
t_math_imm2.v
|
|
|
t_math_imm.pl
|
|
|
t_math_imm.v
|
|
|
t_math_msvc_64.pl
|
|
|
t_math_msvc_64.v
|
|
|
t_math_mul.pl
|
|
|
t_math_mul.v
|
|
|
t_math_pick.pl
|
|
|
t_math_pick.v
|
|
|
t_math_pow2.pl
|
|
|
t_math_pow2.v
|
|
|
t_math_pow3.pl
|
|
|
t_math_pow3.v
|
|
|
t_math_pow4.pl
|
|
|
t_math_pow4.v
|
|
|
t_math_pow5.pl
|
|
|
t_math_pow5.v
|
|
|
t_math_pow6.pl
|
|
|
t_math_pow6.v
|
|
|
t_math_pow.pl
|
|
|
t_math_pow.v
|
|
|
t_math_precedence.pl
|
|
|
t_math_precedence.v
|
|
|
t_math_real_public.pl
|
|
|
t_math_real_public.v
|
|
|
t_math_real.pl
|
|
|
t_math_real.v
|
Support shortreal as real, with a SHORTREAL warning.
|
2019-11-23 08:34:40 -05:00 |
t_math_repl.pl
|
|
|
t_math_repl.v
|
Framework for WDatas being vectors of 64-bit EDatas, but not supporting this at this time.
|
2019-12-08 21:36:38 -05:00 |
t_math_reverse.pl
|
|
|
t_math_reverse.v
|
|
|
t_math_shift_over_bad.out
|
Fix core dump on v3Number replace'ed assertions.
|
2019-08-04 14:14:28 -04:00 |
t_math_shift_over_bad.pl
|
|
|
t_math_shift_over_bad.v
|
|
|
t_math_shift_rep.pl
|
|
|
t_math_shift_rep.v
|
|
|
t_math_shift_sel.pl
|
|
|
t_math_shift_sel.v
|
|
|
t_math_shift.pl
|
|
|
t_math_shift.v
|
|
|
t_math_shiftrs.pl
|
|
|
t_math_shiftrs.v
|
|
|
t_math_shortreal_unsup_bad.out
|
Support shortreal as real, with a SHORTREAL warning.
|
2019-11-23 08:34:40 -05:00 |
t_math_shortreal_unsup_bad.pl
|
Support shortreal as real, with a SHORTREAL warning.
|
2019-11-23 08:34:40 -05:00 |
t_math_shortreal_unsup_bad.v
|
Support shortreal as real, with a SHORTREAL warning.
|
2019-11-23 08:34:40 -05:00 |
t_math_shortreal.pl
|
Support shortreal as real, with a SHORTREAL warning.
|
2019-11-23 08:34:40 -05:00 |
t_math_shortreal.v
|
Support / with warning.
|
2019-11-23 09:16:06 -05:00 |
t_math_sign_extend.pl
|
|
|
t_math_sign_extend.v
|
|
|
t_math_signed2.pl
|
|
|
t_math_signed2.v
|
|
|
t_math_signed3.pl
|
|
|
t_math_signed3.v
|
Fix capital S signed numbers.
|
2019-11-16 09:39:41 -05:00 |
t_math_signed4.pl
|
|
|
t_math_signed4.v
|
|
|
t_math_signed5.pl
|
|
|
t_math_signed5.v
|
|
|
t_math_signed6.pl
|
|
|
t_math_signed6.v
|
|
|
t_math_signed7.pl
|
|
|
t_math_signed7.v
|
|
|
t_math_signed_wire.pl
|
|
|
t_math_signed_wire.v
|
|
|
t_math_signed.pl
|
|
|
t_math_signed.v
|
|
|
t_math_strwidth.pl
|
|
|
t_math_strwidth.v
|
|
|
t_math_svl2.pl
|
|
|
t_math_svl2.v
|
|
|
t_math_svl.pl
|
|
|
t_math_svl.v
|
|
|
t_math_swap.pl
|
|
|
t_math_swap.v
|
|
|
t_math_tri.pl
|
|
|
t_math_tri.v
|
|
|
t_math_trig.pl
|
|
|
t_math_trig.v
|
|
|
t_math_vgen.pl
|
|
|
t_math_vgen.v
|
|
|
t_math_vliw.pl
|
|
|
t_math_vliw.v
|
|
|
t_math_width.pl
|
|
|
t_math_width.v
|
|
|
t_mem_banks.pl
|
|
|
t_mem_banks.v
|
|
|
t_mem_cond.pl
|
|
|
t_mem_cond.v
|
|
|
t_mem_fifo.pl
|
|
|
t_mem_fifo.v
|
|
|
t_mem_file.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_mem_file.v
|
|
|
t_mem_first.pl
|
|
|
t_mem_first.v
|
|
|
t_mem_func.pl
|
|
|
t_mem_func.v
|
|
|
t_mem_iforder.pl
|
|
|
t_mem_iforder.v
|
|
|
t_mem_multi_io2_cc.pl
|
|
|
t_mem_multi_io2_sc.pl
|
|
|
t_mem_multi_io2.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_mem_multi_io2.v
|
|
|
t_mem_multi_io3_cc.pl
|
|
|
t_mem_multi_io3_sc.pl
|
|
|
t_mem_multi_io3.cpp
|
Codacy cleanups
|
2020-01-08 19:33:47 -05:00 |
t_mem_multi_io3.v
|
|
|
t_mem_multi_io.pl
|
|
|
t_mem_multi_io.v
|
|
|
t_mem_multi_ref_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_mem_multi_ref_bad.pl
|
|
|
t_mem_multi_ref_bad.v
|
|
|
t_mem_multidim_Ox.pl
|
|
|
t_mem_multidim_trace.pl
|
|
|
t_mem_multidim.pl
|
|
|
t_mem_multidim.v
|
|
|
t_mem_multiwire.pl
|
|
|
t_mem_multiwire.v
|
|
|
t_mem_packed_assign.pl
|
|
|
t_mem_packed_assign.v
|
|
|
t_mem_packed_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_mem_packed_bad.pl
|
|
|
t_mem_packed_bad.v
|
|
|
t_mem_packed.pl
|
|
|
t_mem_packed.v
|
|
|
t_mem_shift.pl
|
|
|
t_mem_shift.v
|
|
|
t_mem_slice_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_mem_slice_bad.pl
|
|
|
t_mem_slice_bad.v
|
|
|
t_mem_slice_conc_bad.pl
|
|
|
t_mem_slice_conc_bad.v
|
|
|
t_mem_slice_dtype_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_mem_slice_dtype_bad.pl
|
|
|
t_mem_slice_dtype_bad.v
|
|
|
t_mem_slice.pl
|
|
|
t_mem_slice.v
|
|
|
t_mem_slot.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_mem_slot.pl
|
|
|
t_mem_slot.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_mem_twoedge.pl
|
|
|
t_mem_twoedge.v
|
|
|
t_mem.pl
|
|
|
t_mem.v
|
|
|
t_metacmt_onoff.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_metacmt_onoff.pl
|
|
|
t_metacmt_onoff.v
|
|
|
t_mod_dup_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_mod_dup_bad.pl
|
|
|
t_mod_dup_bad.v
|
|
|
t_mod_dup_ign.pl
|
|
|
t_mod_dup_ign.v
|
|
|
t_mod_interface_array0_noinl.pl
|
Fix error on multidimensional cells, bug1505.
|
2019-09-12 19:06:26 -04:00 |
t_mod_interface_array0.pl
|
Fix error on multidimensional cells, bug1505.
|
2019-09-12 19:06:26 -04:00 |
t_mod_interface_array0.v
|
Fix error on multidimensional cells, bug1505.
|
2019-09-12 19:06:26 -04:00 |
t_mod_interface_array1_noinl.pl
|
|
|
t_mod_interface_array1.pl
|
|
|
t_mod_interface_array1.v
|
|
|
t_mod_interface_array2_noinl.pl
|
|
|
t_mod_interface_array2.pl
|
|
|
t_mod_interface_array2.v
|
|
|
t_mod_interface_array3.out
|
Fix error on multidimensional cells, bug1505.
|
2019-09-12 19:06:26 -04:00 |
t_mod_interface_array3.pl
|
Fix error on multidimensional cells, bug1505.
|
2019-09-12 19:06:26 -04:00 |
t_mod_interface_array3.v
|
Fix error on multidimensional cells, bug1505.
|
2019-09-12 19:06:26 -04:00 |
t_mod_longname.pl
|
|
|
t_mod_longname.v
|
|
|
t_mod_nomod.pl
|
|
|
t_mod_nomod.v
|
|
|
t_mod_recurse1.pl
|
|
|
t_mod_recurse1.v
|
|
|
t_mod_recurse.pl
|
|
|
t_mod_recurse.v
|
|
|
t_mod_uselib.pl
|
Ignore `uselib to end-of-line, bug1634.
|
2019-12-12 20:57:48 -05:00 |
t_mod_uselib.v
|
Ignore `uselib to end-of-line, bug1634.
|
2019-12-12 20:57:48 -05:00 |
t_multitop1.pl
|
Change MULTITOP to warning to help linting, see manual.
|
2019-06-30 16:46:48 -04:00 |
t_multitop1.v
|
Change MULTITOP to warning to help linting, see manual.
|
2019-06-30 16:46:48 -04:00 |
t_multitop1s.v
|
Change MULTITOP to warning to help linting, see manual.
|
2019-06-30 16:46:48 -04:00 |
t_multitop_sig_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_multitop_sig_bad.pl
|
Change MULTITOP to warning to help linting, see manual.
|
2019-06-30 16:46:48 -04:00 |
t_multitop_sig.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_multitop_sig.pl
|
Change MULTITOP to warning to help linting, see manual.
|
2019-06-30 16:46:48 -04:00 |
t_multitop_sig.v
|
Change MULTITOP to warning to help linting, see manual.
|
2019-06-30 16:46:48 -04:00 |
t_noprot_lib.pl
|
Benchmark --protect-lib runtime, bug1519.
|
2019-10-23 10:03:37 -04:00 |
t_number_bad.out
|
Add error when number missing value.
|
2019-12-02 20:21:24 -05:00 |
t_number_bad.pl
|
Add error when number missing value.
|
2019-12-02 20:21:24 -05:00 |
t_number_bad.v
|
Add error when number missing value.
|
2019-12-02 20:21:24 -05:00 |
t_optm_if_array.pl
|
|
|
t_optm_if_array.v
|
|
|
t_optm_redor.pl
|
|
|
t_optm_redor.v
|
|
|
t_order_2d.pl
|
|
|
t_order_2d.v
|
|
|
t_order_a.v
|
|
|
t_order_b.v
|
|
|
t_order_clkinst_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_order_clkinst_bad.pl
|
|
|
t_order_clkinst.out
|
|
|
t_order_clkinst.pl
|
|
|
t_order_clkinst.v
|
|
|
t_order_comboclkloop.pl
|
|
|
t_order_comboclkloop.v
|
|
|
t_order_comboloop.pl
|
|
|
t_order_comboloop.v
|
|
|
t_order_doubleloop.pl
|
|
|
t_order_doubleloop.v
|
|
|
t_order_first.pl
|
|
|
t_order_first.v
|
|
|
t_order_loop_bad.pl
|
|
|
t_order_loop_bad.v
|
|
|
t_order_multialways.pl
|
|
|
t_order_multialways.v
|
|
|
t_order_multidriven.cpp
|
Add vpiTimeUnit and allow to specify time as string, bug1636.
|
2019-12-13 19:11:37 -05:00 |
t_order_multidriven.pl
|
|
|
t_order_multidriven.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_order_quad.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_order_quad.pl
|
|
|
t_order_quad.v
|
|
|
t_order_wireloop.pl
|
In errors, single quote signals and other from-user data.
|
2019-07-11 22:09:30 -04:00 |
t_order_wireloop.v
|
|
|
t_order.pl
|
|
|
t_order.v
|
|
|
t_package_abs.pl
|
|
|
t_package_abs.v
|
|
|
t_package_ddecl.pl
|
|
|
t_package_ddecl.v
|
|
|
t_package_dimport.pl
|
|
|
t_package_dimport.v
|
|
|
t_package_dot.pl
|
|
|
t_package_dot.v
|
|
|
t_package_enum.pl
|
|
|
t_package_enum.v
|
|
|
t_package_export_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_package_export_bad.pl
|
|
|
t_package_export.pl
|
|
|
t_package_export.v
|
|
|
t_package_param.pl
|
|
|
t_package_param.v
|
|
|
t_package_twodeep.pl
|
|
|
t_package_twodeep.v
|
|
|
t_package_verb.pl
|
|
|
t_package_verb.v
|
|
|
t_package.pl
|
|
|
t_package.v
|
|
|
t_packed_concat_bad.out
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
t_packed_concat_bad.pl
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
t_packed_concat_bad.v
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
t_packed_concat.v
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
t_param_array2.pl
|
|
|
t_param_array2.v
|
|
|
t_param_array3.pl
|
Support some unpacked arrays in parameters, bug1315.
|
2019-11-09 18:31:24 -05:00 |
t_param_array3.v
|
Support some unpacked arrays in parameters, bug1315.
|
2019-11-09 18:31:24 -05:00 |
t_param_array4.pl
|
Support some unpacked arrays in parameters, bug1315.
|
2019-11-09 18:31:24 -05:00 |
t_param_array4.v
|
Support some unpacked arrays in parameters, bug1315.
|
2019-11-09 18:31:24 -05:00 |
t_param_array5.pl
|
Support some unpacked arrays in parameters, bug1315.
|
2019-11-09 18:31:24 -05:00 |
t_param_array5.v
|
Support some unpacked arrays in parameters, bug1315.
|
2019-11-09 18:31:24 -05:00 |
t_param_array.pl
|
|
|
t_param_array.v
|
|
|
t_param_avec.pl
|
|
|
t_param_avec.v
|
|
|
t_param_bit_sel.pl
|
|
|
t_param_bit_sel.v
|
|
|
t_param_ceil.pl
|
|
|
t_param_ceil.v
|
|
|
t_param_chain.pl
|
|
|
t_param_chain.v
|
|
|
t_param_circ_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_param_circ_bad.pl
|
|
|
t_param_circ_bad.v
|
|
|
t_param_concat_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_param_concat_bad.pl
|
Tests: Less verbosity
|
2019-08-04 15:04:34 -04:00 |
t_param_concat.pl
|
|
|
t_param_concat.v
|
|
|
t_param_const_part.pl
|
|
|
t_param_const_part.v
|
|
|
t_param_ddeep_width.pl
|
|
|
t_param_ddeep_width.v
|
|
|
t_param_default_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_param_default_bad.pl
|
|
|
t_param_default_bad.v
|
|
|
t_param_default_presv_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_param_default_presv_bad.pl
|
|
|
t_param_default.pl
|
|
|
t_param_default.v
|
|
|
t_param_first_a.v
|
|
|
t_param_first_b.v
|
|
|
t_param_first.pl
|
|
|
t_param_first.v
|
|
|
t_param_func.pl
|
|
|
t_param_func.v
|
|
|
t_param_if_blk.pl
|
|
|
t_param_if_blk.v
|
|
|
t_param_in_func_bad.out
|
Tests: Unsupported on parameters in functions, bug1624.
|
2019-12-06 18:51:39 -05:00 |
t_param_in_func_bad.pl
|
Tests: Unsupported on parameters in functions, bug1624.
|
2019-12-06 18:51:39 -05:00 |
t_param_in_func_bad.v
|
Tests: Unsupported on parameters in functions, bug1624.
|
2019-12-06 18:51:39 -05:00 |
t_param_local.pl
|
|
|
t_param_local.v
|
|
|
t_param_long.pl
|
|
|
t_param_long.v
|
|
|
t_param_mem_attr.pl
|
|
|
t_param_mem_attr.v
|
|
|
t_param_module.pl
|
|
|
t_param_module.v
|
|
|
t_param_named_2.pl
|
|
|
t_param_named_2.v
|
|
|
t_param_named.pl
|
|
|
t_param_named.v
|
|
|
t_param_no_parentheses.pl
|
|
|
t_param_no_parentheses.v
|
|
|
t_param_noval_bad.out
|
Avoid internal on unsupported; make tests more stable otherwise on internal.
|
2019-11-04 21:11:15 -05:00 |
t_param_noval_bad.pl
|
Fix bad-syntax crasses, bug1591.
|
2019-11-04 19:27:31 -05:00 |
t_param_noval_bad.v
|
Fix bad-syntax crasses, bug1591.
|
2019-11-04 19:27:31 -05:00 |
t_param_package.pl
|
|
|
t_param_package.v
|
|
|
t_param_public.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_param_public.pl
|
|
|
t_param_public.v
|
|
|
t_param_real2_collision.pl
|
|
|
t_param_real2.pl
|
|
|
t_param_real2.v
|
|
|
t_param_real.pl
|
|
|
t_param_real.v
|
|
|
t_param_repl.pl
|
|
|
t_param_repl.v
|
|
|
t_param_scope_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_param_scope_bad.pl
|
|
|
t_param_scope_bad.v
|
|
|
t_param_seg.pl
|
|
|
t_param_seg.v
|
|
|
t_param_sel_range_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_param_sel_range_bad.pl
|
|
|
t_param_sel_range.pl
|
|
|
t_param_sel_range.v
|
|
|
t_param_sel.pl
|
|
|
t_param_sel.v
|
|
|
t_param_shift.pl
|
|
|
t_param_shift.v
|
|
|
t_param_type2.pl
|
|
|
t_param_type2.v
|
|
|
t_param_type_bad2.out
|
Fix missing error when parameter assigned to type, bug1576.
|
2019-10-30 18:18:29 -04:00 |
t_param_type_bad2.pl
|
Fix missing error when parameter assigned to type, bug1576.
|
2019-10-30 18:18:29 -04:00 |
t_param_type_bad2.v
|
Fix missing error when parameter assigned to type, bug1576.
|
2019-10-30 18:18:29 -04:00 |
t_param_type_bad.out
|
Fix missing error when parameter assigned to type, bug1575.
|
2019-10-29 18:38:59 -04:00 |
t_param_type_bad.pl
|
Fix missing error when parameter assigned to type, bug1575.
|
2019-10-29 18:38:59 -04:00 |
t_param_type_bad.v
|
Fix missing error when parameter assigned to type, bug1575.
|
2019-10-29 18:38:59 -04:00 |
t_param_type_collision.pl
|
|
|
t_param_type.pl
|
|
|
t_param_type.v
|
|
|
t_param_up_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_param_up_bad.pl
|
|
|
t_param_up_bad.v
|
|
|
t_param_value.pl
|
|
|
t_param_value.v
|
|
|
t_param_while.pl
|
|
|
t_param_while.v
|
|
|
t_param_wide_io.pl
|
|
|
t_param_wide_io.v
|
|
|
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
|
Tests: Unsupported test for bug1624.
|
2019-12-07 13:15:46 -05:00 |
t_param_width_loc_bad.v
|
Tests: Unsupported test for bug1624.
|
2019-12-07 13:15:46 -05:00 |
t_param.pl
|
|
|
t_param.v
|
|
|
t_parse_delay.pl
|
|
|
t_parse_delay.v
|
|
|
t_past_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_past_bad.pl
|
Fix some errors reporting wrong objects.
|
2019-07-14 12:21:39 -04:00 |
t_past_bad.v
|
|
|
t_past_unsup_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_past_unsup_bad.pl
|
|
|
t_past_unsup_bad.v
|
|
|
t_past.pl
|
|
|
t_past.v
|
Support immediate cover statements & refactor coverage internals.
|
2019-12-16 21:44:20 -05:00 |
t_pipe_exit_bad.pf
|
|
|
t_pipe_exit_bad.pl
|
|
|
t_pipe_filter_inc.vh
|
|
|
t_pipe_filter.out
|
|
|
t_pipe_filter.pf
|
|
|
t_pipe_filter.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_pipe_filter.v
|
|
|
t_pp_circ_subst_bad.out
|
Add recursive define detection, bug1574.
|
2019-10-28 22:35:31 -04:00 |
t_pp_circ_subst_bad.pl
|
Add recursive define detection, bug1574.
|
2019-10-28 22:35:31 -04:00 |
t_pp_circ_subst_bad.v
|
Add recursive define detection, bug1574.
|
2019-10-28 22:35:31 -04:00 |
t_pp_circdef_bad.out
|
|
|
t_pp_circdef_bad.pl
|
|
|
t_pp_circdef_bad.v
|
|
|
t_pp_defkwd_bad.out
|
Add error on redefining preprocessor directives.
|
2019-11-16 10:19:43 -05:00 |
t_pp_defkwd_bad.pl
|
Add error on redefining preprocessor directives.
|
2019-11-16 10:19:43 -05:00 |
t_pp_defkwd_bad.v
|
Add error on redefining preprocessor directives.
|
2019-11-16 10:19:43 -05:00 |
t_pp_defparen_bad.out
|
Add error on misused define.
|
2020-01-11 09:16:26 -05:00 |
t_pp_defparen_bad.pl
|
Add error on misused define.
|
2020-01-11 09:16:26 -05:00 |
t_pp_defparen_bad.v
|
Add error on misused define.
|
2020-01-11 09:16:26 -05:00 |
t_pp_display.out
|
|
|
t_pp_display.pl
|
|
|
t_pp_display.v
|
|
|
t_pp_dupdef_bad.out
|
In errors, single quote signals and other from-user data.
|
2019-07-11 22:36:32 -04:00 |
t_pp_dupdef_bad.pl
|
|
|
t_pp_dupdef.pl
|
|
|
t_pp_dupdef.v
|
|
|
t_pp_lib_inc.vh
|
|
|
t_pp_lib_library.v
|
|
|
t_pp_lib.pl
|
|
|
t_pp_lib.v
|
|
|
t_pp_line_bad.out
|
Add -Wpedantic for compliance testing.
|
2019-11-16 11:59:21 -05:00 |
t_pp_line_bad.pl
|
Add -Wpedantic for compliance testing.
|
2019-11-16 11:59:21 -05:00 |
t_pp_line_bad.v
|
Add -Wpedantic for compliance testing.
|
2019-11-16 11:59:21 -05:00 |
t_pp_misdef_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_pp_misdef_bad.pl
|
|
|
t_pp_misdef_bad.v
|
Offer suggestions on bad identifier errors.
|
2019-07-14 10:08:53 -04:00 |
t_pp_pragma_bad.out
|
Add error when `resetall inside module
|
2019-12-14 22:04:58 -05:00 |
t_pp_pragma_bad.pl
|
With -Wpedentic, warn about bad `pragma
|
2019-12-14 10:13:38 -05:00 |
t_pp_pragma_bad.v
|
Add error when `resetall inside module
|
2019-12-14 22:04:58 -05:00 |
t_pp_pragmas.pl
|
|
|
t_pp_pragmas.v
|
|
|
t_pp_underline_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_pp_underline_bad.pl
|
|
|
t_pp_underline_bad.v
|
|
|
t_preproc_cmtend_bad.out
|
Fix bad-syntax crashes, bug1563.
|
2019-10-18 21:30:34 -04:00 |
t_preproc_cmtend_bad.pl
|
Fix bad-syntax crashes, bug1563.
|
2019-10-18 21:30:34 -04:00 |
t_preproc_cmtend_bad.v
|
Fix bad-syntax crashes, bug1563.
|
2019-10-18 21:30:34 -04:00 |
t_preproc_comments.out
|
|
|
t_preproc_comments.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_preproc_def09.out
|
|
|
t_preproc_def09.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_preproc_def09.v
|
|
|
t_preproc_defines.out
|
|
|
t_preproc_defines.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_preproc_dos.pl
|
|
|
t_preproc_ifdef.pl
|
|
|
t_preproc_ifdef.v
|
|
|
t_preproc_inc2.vh
|
|
|
t_preproc_inc3.vh
|
|
|
t_preproc_inc4.vh
|
|
|
t_preproc_inc_bad.pl
|
|
|
t_preproc_inc_bad.v
|
|
|
t_preproc_inc_inc_bad.vh
|
|
|
t_preproc_inc_notfound_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_preproc_inc_notfound_bad.pl
|
Tests: Add coverage of missing include error.
|
2019-06-26 19:12:57 -04:00 |
t_preproc_inc_notfound_bad.v
|
Tests: Add coverage of missing include error.
|
2019-06-26 19:12:57 -04:00 |
t_preproc_inc_recurse_bad.out
|
Fix misc bad-syntax crashes, bug1548, bug1550-1553.
|
2019-10-15 19:06:00 -04:00 |
t_preproc_inc_recurse_bad.pl
|
Fix misc bad-syntax crashes, bug1548, bug1550-1553.
|
2019-10-15 19:06:00 -04:00 |
t_preproc_inc_recurse_bad.v
|
Fix misc bad-syntax crashes, bug1548, bug1550-1553.
|
2019-10-15 19:06:00 -04:00 |
t_preproc_kwd.pl
|
|
|
t_preproc_kwd.v
|
|
|
t_preproc_noline.out
|
|
|
t_preproc_noline.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_preproc_noline.v
|
|
|
t_preproc_persist2.v
|
|
|
t_preproc_persist_inc.v
|
|
|
t_preproc_persist.out
|
|
|
t_preproc_persist.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_preproc_persist.v
|
|
|
t_preproc_stringend_bad.out
|
Fix bad-syntax crashes, bug1563.
|
2019-10-18 21:30:34 -04:00 |
t_preproc_stringend_bad.pl
|
Fix bad-syntax crashes, bug1563.
|
2019-10-18 21:30:34 -04:00 |
t_preproc_stringend_bad.v
|
Fix bad-syntax crashes, bug1563.
|
2019-10-18 21:30:34 -04:00 |
t_preproc_ttempty.out
|
|
|
t_preproc_ttempty.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_preproc_ttempty.v
|
|
|
t_preproc_undefineall.pl
|
|
|
t_preproc_undefineall.v
|
|
|
t_preproc.out
|
|
|
t_preproc.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_preproc.v
|
|
|
t_program.pl
|
|
|
t_program.v
|
|
|
t_prot_lib_inout_bad.out
|
Avoid internal on unsupported; make tests more stable otherwise on internal.
|
2019-11-04 21:11:15 -05:00 |
t_prot_lib_inout_bad.pl
|
Add --protect-lib to create protected libraries, bug1490.
|
2019-10-09 06:47:26 -04:00 |
t_prot_lib_inout_bad.v
|
Benchmark --protect-lib runtime, bug1519.
|
2019-10-23 10:03:37 -04:00 |
t_prot_lib_secret.pl
|
Tests: Use standard verilator.mk rules for tests.
|
2019-11-02 11:15:58 -04:00 |
t_prot_lib_secret.v
|
Fix overly aggressive --protect-lib check
|
2019-12-02 08:33:44 -05:00 |
t_prot_lib_unpacked_bad.out
|
Avoid internal on unsupported; make tests more stable otherwise on internal.
|
2019-11-04 21:11:15 -05:00 |
t_prot_lib_unpacked_bad.pl
|
Add --protect-lib to create protected libraries, bug1490.
|
2019-10-09 06:47:26 -04:00 |
t_prot_lib_unpacked_bad.v
|
Benchmark --protect-lib runtime, bug1519.
|
2019-10-23 10:03:37 -04:00 |
t_prot_lib.pl
|
Fix --protect-lib test concurrency issue, bug1580.
|
2019-11-05 08:49:43 -05:00 |
t_prot_lib.v
|
Benchmark --protect-lib runtime, bug1519.
|
2019-10-23 10:03:37 -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
|
Add --protect-ids to obscure information in objects, bug1521.
|
2019-10-06 13:24:21 -04:00 |
t_protect_ids_bad.v
|
Add --protect-ids to obscure information in objects, bug1521.
|
2019-10-06 13:24:21 -04:00 |
t_protect_ids_c.cpp
|
Codacy/Cppcheck cleanups and badge.
|
2019-10-24 21:48:45 -04:00 |
t_protect_ids_key.out
|
Add --generate-key.
|
2019-10-09 18:53:30 -04:00 |
t_protect_ids_key.pl
|
Add --generate-key.
|
2019-10-09 18:53:30 -04:00 |
t_protect_ids.pl
|
Add --generate-key.
|
2019-10-09 18:53:30 -04:00 |
t_protect_ids.v
|
Fix interface reference tracing, bug1595.
|
2019-12-07 12:28:19 -05:00 |
t_queue_bounded.pl
|
Add BOUNDED warning and promote bounded queues to unbounded.
|
2019-12-08 15:56:49 -05:00 |
t_queue_bounded.v
|
Support bounded queues.
|
2019-12-14 21:39:47 -05:00 |
t_queue_unsup_bad.out
|
Add BOUNDED warning and promote bounded queues to unbounded.
|
2019-12-08 15:56:49 -05:00 |
t_queue_unsup_bad.pl
|
Support queues (excluding {} notation and pattern assignments), bug545.
|
2019-12-01 12:35:49 -05:00 |
t_queue_unsup_bad.v
|
Support queues (excluding {} notation and pattern assignments), bug545.
|
2019-12-01 12:35:49 -05:00 |
t_queue.pl
|
Support queues (excluding {} notation and pattern assignments), bug545.
|
2019-12-01 12:35:49 -05:00 |
t_queue.v
|
Fix queue issues, bug1643.
|
2019-12-18 18:17:18 -05:00 |
t_real_param.pl
|
|
|
t_real_param.v
|
|
|
t_reloop_cam.pl
|
Add initial Travis CI config
|
2019-06-27 11:26:25 -04:00 |
t_reloop_cam.v
|
|
|
t_repeat.pl
|
|
|
t_repeat.v
|
|
|
t_rnd.pl
|
|
|
t_rnd.v
|
|
|
t_runflag_errorlimit.out
|
Fix earlier +verilated+error+count to do all .
|
2019-11-17 08:12:39 -05:00 |
t_runflag_errorlimit.pl
|
Fix earlier +verilated+error+count to do all .
|
2019-11-17 08:12:39 -05:00 |
t_runflag_errorlimit.v
|
Fix earlier +verilated+error+count to do all .
|
2019-11-17 08:12:39 -05:00 |
t_runflag_seed.pl
|
|
|
t_runflag_seed.v
|
|
|
t_runflag.pl
|
|
|
t_runflag.v
|
|
|
t_savable.pl
|
|
|
t_savable.v
|
Support associative arrays.
|
2019-12-01 11:52:48 -05:00 |
t_scope_map.cpp
|
Add vpiTimeUnit and allow to specify time as string, bug1636.
|
2019-12-13 19:11:37 -05:00 |
t_scope_map.pl
|
|
|
t_scope_map.v
|
|
|
t_select_bad_msb.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_select_bad_msb.pl
|
|
|
t_select_bad_msb.v
|
|
|
t_select_bad_range2.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_select_bad_range2.pl
|
|
|
t_select_bad_range2.v
|
|
|
t_select_bad_range3.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_select_bad_range3.pl
|
|
|
t_select_bad_range3.v
|
|
|
t_select_bad_range.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_select_bad_range.pl
|
|
|
t_select_bad_range.v
|
|
|
t_select_bad_tri.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_select_bad_tri.pl
|
|
|
t_select_bad_tri.v
|
|
|
t_select_bound1.pl
|
|
|
t_select_bound1.v
|
|
|
t_select_bound2.pl
|
|
|
t_select_bound2.v
|
|
|
t_select_index2.pl
|
|
|
t_select_index2.v
|
|
|
t_select_index.pl
|
|
|
t_select_index.v
|
|
|
t_select_lhs_oob2.pl
|
|
|
t_select_lhs_oob2.v
|
|
|
t_select_lhs_oob.pl
|
|
|
t_select_lhs_oob.v
|
|
|
t_select_little_pack.pl
|
|
|
t_select_little_pack.v
|
|
|
t_select_little.pl
|
|
|
t_select_little.v
|
|
|
t_select_loop.pl
|
|
|
t_select_loop.v
|
|
|
t_select_negative.pl
|
|
|
t_select_negative.v
|
|
|
t_select_param.pl
|
|
|
t_select_param.v
|
|
|
t_select_plus.pl
|
|
|
t_select_plus.v
|
|
|
t_select_plusloop.pl
|
|
|
t_select_plusloop.v
|
|
|
t_select_runtime_range.pl
|
|
|
t_select_runtime_range.v
|
|
|
t_select_set.pl
|
|
|
t_select_set.v
|
|
|
t_slice_cond.pl
|
|
|
t_slice_cond.v
|
|
|
t_slice_init.pl
|
|
|
t_slice_init.v
|
|
|
t_slice_struct_array_modport.pl
|
|
|
t_slice_struct_array_modport.v
|
|
|
t_static_elab.pl
|
|
|
t_static_elab.v
|
|
|
t_stop_bad.out
|
Additional lcov code coverage.
|
2019-07-05 22:30:19 -04:00 |
t_stop_bad.pl
|
Additional lcov code coverage.
|
2019-07-05 22:30:19 -04:00 |
t_stop_bad.v
|
Additional lcov code coverage.
|
2019-07-05 22:30:19 -04:00 |
t_stream2.pl
|
|
|
t_stream2.v
|
|
|
t_stream3.pl
|
|
|
t_stream3.v
|
|
|
t_stream.pl
|
|
|
t_stream.v
|
|
|
t_string_type_methods_bad.out
|
Detect wrong number of args on method calls.
|
2019-11-16 15:18:57 -05:00 |
t_string_type_methods_bad.pl
|
Detect wrong number of args on method calls.
|
2019-11-16 15:18:57 -05:00 |
t_string_type_methods_bad.v
|
Detect wrong number of args on method calls.
|
2019-11-16 15:18:57 -05:00 |
t_string_type_methods.pl
|
|
|
t_string_type_methods.v
|
Support string putc, getc, substr, bug1606.
|
2019-12-15 08:09:52 -05:00 |
t_string.pl
|
|
|
t_string.v
|
|
|
t_struct_anon.pl
|
|
|
t_struct_anon.v
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_struct_array.pl
|
|
|
t_struct_array.v
|
|
|
t_struct_init_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_struct_init_bad.pl
|
|
|
t_struct_init_trace.pl
|
|
|
t_struct_init.pl
|
|
|
t_struct_init.v
|
|
|
t_struct_nest.pl
|
|
|
t_struct_nest.v
|
|
|
t_struct_notfound_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_struct_notfound_bad.pl
|
|
|
t_struct_notfound_bad.v
|
|
|
t_struct_packed_sysfunct.pl
|
|
|
t_struct_packed_sysfunct.v
|
|
|
t_struct_packed_value_list.pl
|
|
|
t_struct_packed_value_list.v
|
|
|
t_struct_packed_write_read.pl
|
|
|
t_struct_packed_write_read.v
|
|
|
t_struct_param.pl
|
|
|
t_struct_param.v
|
Internals: Style cleanup. No functional change.
|
2019-10-18 20:28:59 -04:00 |
t_struct_pat_width.pl
|
|
|
t_struct_pat_width.v
|
|
|
t_struct_port.pl
|
|
|
t_struct_port.v
|
|
|
t_struct_portsel.pl
|
|
|
t_struct_portsel.v
|
|
|
t_struct_unaligned.pl
|
|
|
t_struct_unaligned.v
|
|
|
t_struct_unpacked_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_struct_unpacked_bad.pl
|
|
|
t_struct_unpacked_bad.v
|
|
|
t_struct_unpacked.pl
|
|
|
t_struct_unpacked.v
|
|
|
t_sv_bus_mux_demux.pl
|
|
|
t_sv_bus_mux_demux.v
|
|
|
t_sv_conditional.pl
|
|
|
t_sv_conditional.v
|
|
|
t_sv_cpu.pl
|
|
|
t_sv_cpu.v
|
|
|
t_sys_file_autoflush.pl
|
|
|
t_sys_file_basic_input.dat
|
|
|
t_sys_file_basic.pl
|
Tests: Use standard verilator.mk rules for tests.
|
2019-11-02 11:15:58 -04:00 |
t_sys_file_basic.v
|
Support $ungetc.
|
2019-11-16 12:55:10 -05:00 |
t_sys_file_scan_input.dat
|
|
|
t_sys_file_scan.pl
|
|
|
t_sys_file_scan.v
|
|
|
t_sys_fread.out
|
|
|
t_sys_fread.pl
|
|
|
t_sys_fread.v
|
|
|
t_sys_plusargs_bad.pl
|
|
|
t_sys_plusargs_bad.v
|
|
|
t_sys_plusargs.pl
|
Support float and shorts, bug1592, bug1619.
|
2019-12-03 18:26:22 -05:00 |
t_sys_plusargs.v
|
Support float and shorts, bug1592, bug1619.
|
2019-12-03 18:26:22 -05:00 |
t_sys_rand.pl
|
|
|
t_sys_rand.v
|
|
|
t_sys_readmem_align_h.mem
|
|
|
t_sys_readmem_assoc_bad.out
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05:00 |
t_sys_readmem_assoc_bad.pl
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05:00 |
t_sys_readmem_assoc_bad.v
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05: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_assoc.pl
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05:00 |
t_sys_readmem_assoc.v
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05:00 |
t_sys_readmem_b_8.mem
|
|
|
t_sys_readmem_b.mem
|
|
|
t_sys_readmem_bad_addr.mem
|
|
|
t_sys_readmem_bad_addr.pl
|
|
|
t_sys_readmem_bad_addr.v
|
|
|
t_sys_readmem_bad_digit.mem
|
|
|
t_sys_readmem_bad_digit.pl
|
|
|
t_sys_readmem_bad_digit.v
|
|
|
t_sys_readmem_bad_end.mem
|
|
|
t_sys_readmem_bad_end.pl
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05:00 |
t_sys_readmem_bad_end.v
|
|
|
t_sys_readmem_bad_notfound.pl
|
|
|
t_sys_readmem_bad_notfound.v
|
|
|
t_sys_readmem_h.mem
|
|
|
t_sys_readmem.pl
|
|
|
t_sys_readmem.v
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05:00 |
t_sys_sformat_noopt.pl
|
Add more Travis coverage
|
2019-07-18 05:31:02 -04:00 |
t_sys_sformat.pl
|
|
|
t_sys_sformat.v
|
|
|
t_sys_system.pl
|
|
|
t_sys_system.v
|
Additional lcov code coverage.
|
2019-07-05 22:30:19 -04:00 |
t_sys_time.pl
|
|
|
t_sys_time.v
|
|
|
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
|
Support / with assoc arrarys. Closes #2100.
|
2020-01-14 07:01:17 -05:00 |
t_table_fsm.pl
|
|
|
t_table_fsm.v
|
|
|
t_threads_counter_0.pl
|
|
|
t_threads_counter_1.pl
|
|
|
t_threads_counter_2.pl
|
|
|
t_threads_counter_4.pl
|
|
|
t_threads_counter.v
|
|
|
t_threads_nondeterminism.pl
|
|
|
t_timescale.cpp
|
Add vpiTimeUnit and allow to specify time as string, bug1636.
|
2019-12-13 19:11:37 -05:00 |
t_timescale.pl
|
Add vpiTimeUnit and allow to specify time as string, bug1636.
|
2019-12-13 19:11:37 -05:00 |
t_timescale.v
|
Add vpiTimeUnit and allow to specify time as string, bug1636.
|
2019-12-13 19:11:37 -05:00 |
t_trace_array_fst.out
|
|
|
t_trace_array_fst.pl
|
|
|
t_trace_array.pl
|
|
|
t_trace_array.v
|
|
|
t_trace_cat_renew_0000.out
|
|
|
t_trace_cat_renew_0100.out
|
|
|
t_trace_cat_renew.out
|
|
|
t_trace_cat_renew.pl
|
Tests: Minor testbench fixes to prepare for CMake.
|
2019-10-10 19:48:06 -04:00 |
t_trace_cat_reopen_0000.out
|
|
|
t_trace_cat_reopen_0100.out
|
|
|
t_trace_cat_reopen.out
|
|
|
t_trace_cat_reopen.pl
|
Tests: Minor testbench fixes to prepare for CMake.
|
2019-10-10 19:48:06 -04:00 |
t_trace_cat.cpp
|
Add vpiTimeUnit and allow to specify time as string, bug1636.
|
2019-12-13 19:11:37 -05:00 |
t_trace_cat.out
|
|
|
t_trace_cat.pl
|
Tests: Fix t_trace_cat when non-English sort.
|
2019-11-13 06:43:15 -05:00 |
t_trace_cat.v
|
|
|
t_trace_complex_fst_thread.out
|
|
|
t_trace_complex_fst_thread.pl
|
|
|
t_trace_complex_fst.out
|
Fix tracing -1 index arrays. Closes #2090.
|
2020-01-08 07:32:31 -05:00 |
t_trace_complex_fst.pl
|
|
|
t_trace_complex_params_fst.out
|
Fix tracing -1 index arrays. Closes #2090.
|
2020-01-08 07:32:31 -05:00 |
t_trace_complex_params_fst.pl
|
Tests: Minor testbench fixes to prepare for CMake.
|
2019-10-10 19:48:06 -04:00 |
t_trace_complex_params.out
|
Fix tracing -1 index arrays. Closes #2090.
|
2020-01-08 07:32:31 -05:00 |
t_trace_complex_params.pl
|
Tests: Minor testbench fixes to prepare for CMake.
|
2019-10-10 19:48:06 -04:00 |
t_trace_complex_structs_fst.out
|
Fix tracing -1 index arrays. Closes #2090.
|
2020-01-08 07:32:31 -05:00 |
t_trace_complex_structs_fst.pl
|
Tests: Minor testbench fixes to prepare for CMake.
|
2019-10-10 19:48:06 -04:00 |
t_trace_complex_structs.out
|
Fix tracing -1 index arrays. Closes #2090.
|
2020-01-08 07:32:31 -05:00 |
t_trace_complex_structs.pl
|
Tests: Minor testbench fixes to prepare for CMake.
|
2019-10-10 19:48:06 -04:00 |
t_trace_complex.out
|
Fix tracing -1 index arrays. Closes #2090.
|
2020-01-08 07:32:31 -05:00 |
t_trace_complex.pl
|
|
|
t_trace_complex.v
|
Fix tracing -1 index arrays. Closes #2090.
|
2020-01-08 07:32:31 -05:00 |
t_trace_decoration.pl
|
|
|
t_trace_decoration.v
|
|
|
t_trace_ena_cc.out
|
|
|
t_trace_ena_cc.pl
|
|
|
t_trace_ena_sc.out
|
|
|
t_trace_ena_sc.pl
|
|
|
t_trace_ena.v
|
|
|
t_trace_fst.out
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_trace_fst.pl
|
|
|
t_trace_fst.v
|
|
|
t_trace_off_cc.pl
|
|
|
t_trace_off_sc.pl
|
|
|
t_trace_packed_struct_fst.out
|
|
|
t_trace_packed_struct_fst.pl
|
|
|
t_trace_packed_struct.pl
|
|
|
t_trace_packed_struct.v
|
|
|
t_trace_param_fst.pl
|
|
|
t_trace_param.pl
|
|
|
t_trace_param.v
|
|
|
t_trace_primitive_fst.pl
|
|
|
t_trace_primitive.pl
|
|
|
t_trace_primitive.v
|
|
|
t_trace_public_func_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public_func.cpp
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public_func.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public_func.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public_sig_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public_sig.cpp
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public_sig.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public_sig.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_public.out
|
|
|
t_trace_public.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_trace_scstruct.pl
|
|
|
t_trace_scstruct.v
|
|
|
t_trace_string_fst.pl
|
|
|
t_trace_string.pl
|
|
|
t_trace_string.v
|
|
|
t_trace_timescale.cpp
|
Add vpiTimeUnit and allow to specify time as string, bug1636.
|
2019-12-13 19:11:37 -05:00 |
t_trace_timescale.out
|
|
|
t_trace_timescale.pl
|
|
|
t_trace_timescale.v
|
|
|
t_tri_array_bufif.pl
|
|
|
t_tri_array_bufif.v
|
|
|
t_tri_array_pull.pl
|
|
|
t_tri_array_pull.v
|
|
|
t_tri_array.pl
|
|
|
t_tri_array.v
|
|
|
t_tri_compass_bad.out
|
Cleaner tristate error. #2117.
|
2020-01-18 07:56:50 -05:00 |
t_tri_compass_bad.pl
|
Cleaner tristate error. #2117.
|
2020-01-18 07:56:50 -05:00 |
t_tri_compass_bad.v
|
Cleaner tristate error. #2117.
|
2020-01-18 07:56:50 -05:00 |
t_tri_dangle.pl
|
|
|
t_tri_dangle.v
|
|
|
t_tri_eqcase.pl
|
|
|
t_tri_eqcase.v
|
|
|
t_tri_gate_bufif0.pl
|
|
|
t_tri_gate_bufif1.pl
|
|
|
t_tri_gate_cond.pl
|
|
|
t_tri_gate_nmos.pl
|
|
|
t_tri_gate_notif0.pl
|
|
|
t_tri_gate_notif1.pl
|
|
|
t_tri_gate_pmos.pl
|
|
|
t_tri_gate.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_tri_gate.v
|
|
|
t_tri_gen.pl
|
|
|
t_tri_gen.v
|
|
|
t_tri_graph.pl
|
|
|
t_tri_graph.v
|
|
|
t_tri_ifbegin.pl
|
|
|
t_tri_ifbegin.v
|
|
|
t_tri_inout2.pl
|
|
|
t_tri_inout2.v
|
|
|
t_tri_inout.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_tri_inout.pl
|
|
|
t_tri_inout.v
|
|
|
t_tri_inz.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_tri_inz.pl
|
|
|
t_tri_inz.v
|
|
|
t_tri_public.pl
|
|
|
t_tri_public.v
|
|
|
t_tri_pull2_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_tri_pull2_bad.pl
|
|
|
t_tri_pull2_bad.v
|
|
|
t_tri_pull01.pl
|
|
|
t_tri_pull01.v
|
|
|
t_tri_pull_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_tri_pull_bad.pl
|
|
|
t_tri_pull_bad.v
|
|
|
t_tri_pullup.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_tri_pullup.pl
|
|
|
t_tri_pullup.v
|
|
|
t_tri_pullvec_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_tri_pullvec_bad.pl
|
|
|
t_tri_pullvec_bad.v
|
|
|
t_tri_select_unsized.pl
|
|
|
t_tri_select_unsized.v
|
|
|
t_tri_select.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_tri_select.pl
|
|
|
t_tri_select.v
|
|
|
t_tri_unconn.pl
|
|
|
t_tri_unconn.v
|
|
|
t_tri_various.pl
|
|
|
t_tri_various.v
|
|
|
t_type_param_collision.pl
|
|
|
t_type_param.pl
|
|
|
t_type_param.v
|
|
|
t_typedef_array.pl
|
|
|
t_typedef_array.v
|
|
|
t_typedef_circ_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_typedef_circ_bad.pl
|
|
|
t_typedef_circ_bad.v
|
|
|
t_typedef_param.pl
|
|
|
t_typedef_param.v
|
|
|
t_typedef_port.pl
|
|
|
t_typedef_port.v
|
|
|
t_typedef_signed.pl
|
|
|
t_typedef_signed.v
|
|
|
t_typedef.pl
|
|
|
t_typedef.v
|
|
|
t_udp_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_udp_bad.pl
|
|
|
t_udp_lint.pl
|
|
|
t_udp_noname.pl
|
|
|
t_udp_noname.v
|
|
|
t_udp.v
|
|
|
t_unicode.pl
|
|
|
t_uniqueif_fail1.pl
|
|
|
t_uniqueif_fail2.pl
|
|
|
t_uniqueif_fail3.pl
|
|
|
t_uniqueif_fail4.pl
|
|
|
t_uniqueif.pl
|
|
|
t_uniqueif.v
|
|
|
t_unopt_array_csplit.pl
|
|
|
t_unopt_array.pl
|
|
|
t_unopt_array.v
|
|
|
t_unopt_bound.pl
|
|
|
t_unopt_bound.v
|
|
|
t_unopt_combo_bad.out
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_unopt_combo_bad.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_unopt_combo_isolate_vlt.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_unopt_combo_isolate.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_unopt_combo_isolate.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_unopt_combo.pl
|
|
|
t_unopt_combo.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_unopt_converge_initial_run_bad.out
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_initial_run_bad.pl
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_initial.v
|
|
|
t_unopt_converge_ndbg_bad.out
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_ndbg_bad.pl
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_print_bad.out
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_print_bad.pl
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_run_bad.out
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_run_bad.pl
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_unopt_converge_unopt_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_unopt_converge_unopt_bad.pl
|
|
|
t_unopt_converge.v
|
|
|
t_unoptflat_simple_2_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_unoptflat_simple_2_bad.pl
|
|
|
t_unoptflat_simple_2.v
|
|
|
t_unoptflat_simple_3_bad.pl
|
|
|
t_unoptflat_simple_3.v
|
|
|
t_unoptflat_simple_bad.pl
|
|
|
t_unoptflat_simple.v
|
|
|
t_unpacked_array_order.pl
|
|
|
t_unpacked_array_order.v
|
|
|
t_unpacked_concat_bad.out
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
t_unpacked_concat_bad.pl
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
t_unpacked_concat_bad.v
|
Fix error on unpacked concatenations, bug1627.
|
2019-12-07 15:53:34 -05:00 |
t_unroll_complexcond.pl
|
|
|
t_unroll_complexcond.v
|
|
|
t_unroll_forfor.pl
|
|
|
t_unroll_forfor.v
|
|
|
t_unroll_genf.pl
|
|
|
t_unroll_genf.v
|
|
|
t_unroll_signed.pl
|
|
|
t_unroll_signed.v
|
|
|
t_vams_basic.pl
|
|
|
t_vams_basic.v
|
|
|
t_vams_wreal.pl
|
|
|
t_vams_wreal.v
|
|
|
t_var_assign_landr.pl
|
|
|
t_var_assign_landr.v
|
|
|
t_var_bad_hide2.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_bad_hide2.pl
|
|
|
t_var_bad_hide2.v
|
|
|
t_var_bad_hide.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_bad_hide.pl
|
|
|
t_var_bad_hide.v
|
|
|
t_var_bad_sameas.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_bad_sameas.pl
|
|
|
t_var_bad_sameas.v
|
|
|
t_var_bad_sv.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_bad_sv.pl
|
|
|
t_var_bad_sv.v
|
|
|
t_var_const_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_var_const_bad.pl
|
|
|
t_var_const_bad.v
|
|
|
t_var_const.pl
|
|
|
t_var_const.v
|
|
|
t_var_dotted_inl0.pl
|
|
|
t_var_dotted_inl1.pl
|
|
|
t_var_dotted_inl2.pl
|
|
|
t_var_dotted.v
|
|
|
t_var_dup2_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_dup2_bad.pl
|
|
|
t_var_dup2_bad.v
|
|
|
t_var_dup2.pl
|
|
|
t_var_dup2.v
|
|
|
t_var_dup3.pl
|
|
|
t_var_dup3.v
|
|
|
t_var_dup_bad.out
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_var_dup_bad.pl
|
|
|
t_var_dup_bad.v
|
|
|
t_var_escape.out
|
|
|
t_var_escape.pl
|
|
|
t_var_escape.v
|
|
|
t_var_in_assign_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_in_assign_bad.pl
|
|
|
t_var_in_assign_bad.v
|
|
|
t_var_in_assign.pl
|
|
|
t_var_in_assign.v
|
|
|
t_var_init.pl
|
|
|
t_var_init.v
|
|
|
t_var_life.pl
|
|
|
t_var_life.v
|
|
|
t_var_local.pl
|
|
|
t_var_local.v
|
|
|
t_var_nonamebegin__log.out
|
|
|
t_var_nonamebegin.out
|
|
|
t_var_nonamebegin.pl
|
|
|
t_var_nonamebegin.v
|
|
|
t_var_notfound_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_notfound_bad.pl
|
|
|
t_var_notfound_bad.v
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_var_outoforder.pl
|
|
|
t_var_outoforder.v
|
|
|
t_var_overcmp.pl
|
|
|
t_var_overcmp.v
|
|
|
t_var_overwidth_bad.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_var_overwidth_bad.pl
|
|
|
t_var_overwidth_bad.v
|
|
|
t_var_overzero.pl
|
|
|
t_var_overzero.v
|
|
|
t_var_pins_cc.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_var_pins_sc1.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_var_pins_sc2.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_var_pins_sc32.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_var_pins_sc64.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_var_pins_sc_biguint.pl
|
|
|
t_var_pins_sc_uint_biguint.pl
|
|
|
t_var_pins_sc_uint.pl
|
|
|
t_var_pins_scui.pl
|
|
|
t_var_pinsizes.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_var_pinsizes.v
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_var_pinsizes.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_var_port2_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_port2_bad.pl
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_var_port2_bad.v
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_var_port_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_port_bad.pl
|
|
|
t_var_port_bad.v
|
|
|
t_var_ref_bad1.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_var_ref_bad1.pl
|
|
|
t_var_ref_bad1.v
|
|
|
t_var_ref_bad2.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_var_ref_bad2.pl
|
|
|
t_var_ref_bad2.v
|
|
|
t_var_ref_bad3.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_ref_bad3.pl
|
|
|
t_var_ref_bad3.v
|
|
|
t_var_ref_noinline.pl
|
|
|
t_var_ref.pl
|
|
|
t_var_ref.v
|
|
|
t_var_rsvd_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_var_rsvd_bad.pl
|
|
|
t_var_rsvd_port.pl
|
|
|
t_var_rsvd_port.v
|
|
|
t_var_rsvd.pl
|
|
|
t_var_rsvd.v
|
|
|
t_var_set_link.pl
|
|
|
t_var_set_link.v
|
|
|
t_var_static.pl
|
|
|
t_var_static.v
|
|
|
t_var_suggest_bad.out
|
When showing an error, show source code.
|
2019-07-14 21:42:03 -04:00 |
t_var_suggest_bad.pl
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_var_suggest_bad.v
|
Tests: Fill in some missing error coverage holes.
|
2019-07-11 20:18:36 -04:00 |
t_var_tieout.pl
|
|
|
t_var_tieout.v
|
|
|
t_var_types_bad.out
|
When showing an error, show the instance location
|
2019-07-26 12:52:38 -04:00 |
t_var_types_bad.pl
|
|
|
t_var_types_bad.v
|
|
|
t_var_types.pl
|
|
|
t_var_types.v
|
|
|
t_var_vec_sel.pl
|
|
|
t_var_vec_sel.v
|
|
|
t_var_xref_gen.pl
|
|
|
t_var_xref_gen.v
|
|
|
t_verilated_all_newest.pl
|
Tests: Remove some old makefile rules.
|
2019-10-08 19:12:33 -04:00 |
t_verilated_all_oldest.pl
|
|
|
t_verilated_all.pl
|
|
|
t_verilated_all.v
|
|
|
t_verilated_debug.out
|
Improve error messages on DIDNOTSETTLE, bug1556.
|
2019-11-06 19:47:34 -05:00 |
t_verilated_debug.pl
|
Tests: Close some test coverage holes.
|
2019-06-30 22:00:18 -04:00 |
t_verilated_debug.v
|
|
|
t_verilated_threaded.pl
|
Tests: Remove some old makefile rules.
|
2019-10-08 19:12:33 -04:00 |
t_vgen.pl
|
|
|
t_vlcov_data_a.dat
|
|
|
t_vlcov_data_b.dat
|
|
|
t_vlcov_data_c.dat
|
|
|
t_vlcov_data_d.dat
|
|
|
t_vlcov_debugi.pl
|
Additional lcov code coverage.
|
2019-07-05 22:30:19 -04:00 |
t_vlcov_merge.out
|
|
|
t_vlcov_merge.pl
|
|
|
t_vlcov_nfound_bad.out
|
Suppress 'command failed' on normal errors.
|
2019-10-27 17:34:04 -04:00 |
t_vlcov_nfound_bad.pl
|
Additional lcov code coverage.
|
2019-07-05 22:30:19 -04:00 |
t_vlcov_rank.out
|
|
|
t_vlcov_rank.pl
|
|
|
t_vlcov_rewrite.pl
|
|
|
t_vlt_syntax_bad.out
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_vlt_syntax_bad.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01: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 lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_vlt_warn_bad.out
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_vlt_warn_bad.pl
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_vlt_warn_bad.vlt
|
Deprecation (#2088)
|
2020-01-03 17:27:51 +01:00 |
t_vlt_warn.pl
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_vlt_warn.v
|
Rename msg to rule in configuration files (#2080)
|
2019-12-30 19:15:43 +01:00 |
t_vlt_warn.vlt
|
Add lint_off -match waivers (#2102)
|
2020-01-12 10:03:17 +01:00 |
t_vpi_get_public_rw_switch.pl
|
Add --public-flat-rw switch, bug1511.
|
2019-09-23 07:56:07 -04:00 |
t_vpi_get.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_vpi_get.pl
|
Add --public-flat-rw switch, bug1511.
|
2019-09-23 07:56:07 -04:00 |
t_vpi_get.v
|
Add --public-flat-rw switch, bug1511.
|
2019-09-23 07:56:07 -04:00 |
t_vpi_memory.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_vpi_memory.pl
|
|
|
t_vpi_memory.v
|
|
|
t_vpi_module.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_vpi_module.pl
|
Support vpiModule, bug1469.
|
2019-10-01 21:57:45 -04:00 |
t_vpi_module.v
|
Support vpiModule, bug1469.
|
2019-10-01 21:57:45 -04:00 |
t_vpi_sc.cpp
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
t_vpi_sc.pl
|
|
|
t_vpi_sc.v
|
|
|
t_vpi_time_cb.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_vpi_time_cb.pl
|
Fix VPI timed callbacks to be one-shot, pull5.
|
2019-11-19 22:44:33 -05:00 |
t_vpi_time_cb.v
|
Fix VPI timed callbacks to be one-shot, pull5.
|
2019-11-19 22:44:33 -05:00 |
t_vpi_unimpl.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_vpi_unimpl.pl
|
|
|
t_vpi_unimpl.v
|
|
|
t_vpi_var.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_vpi_var.pl
|
|
|
t_vpi_var.v
|
|
|
t_vpi_zero_time_cb.cpp
|
Internals: Create VL_DO_DANGLING. No functional change intended.
|
2020-01-16 20:17:11 -05:00 |
t_vpi_zero_time_cb.pl
|
Fix VPI timed callbacks to be one-shot, pull5.
|
2019-11-19 22:44:33 -05:00 |
t_vpi_zero_time_cb.v
|
Fix VPI timed callbacks to be one-shot, pull5.
|
2019-11-19 22:44:33 -05:00 |
t_wire_beh1364_bad.out
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_beh1364_bad.pl
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_wire_beh1364_bad.v
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_beh1800_bad.out
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_beh1800_bad.pl
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_wire_beh1800_bad.v
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_behp1364_bad.out
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_behp1364_bad.pl
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_wire_behp1364_bad.v
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_behp1800_bad.out
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_behp1800_bad.pl
|
Fix detecting missing reg types, bug1570.
|
2019-11-05 21:15:44 -05:00 |
t_wire_behp1800_bad.v
|
Tests: Add output wire check.
|
2019-12-02 20:38:43 -05:00 |
t_wire_types.pl
|
|
|
t_wire_types.v
|
|
|
t_xml_first.out
|
Add parameter values in XML. #2110.
|
2020-01-14 18:51:20 -05:00 |
t_xml_first.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_xml_first.v
|
Add parameter values in XML. #2110.
|
2020-01-14 18:51:20 -05:00 |
t_xml_output.out
|
Add --xml-output option.
|
2019-10-31 21:17:05 -04:00 |
t_xml_output.pl
|
Add --xml-output option.
|
2019-10-31 21:17:05 -04:00 |
t_xml_output.v
|
Add --xml-output option.
|
2019-10-31 21:17:05 -04:00 |
t_xml_tag.out
|
Fix some parse tokens having wrong fileline.
|
2019-07-13 12:01:26 -04:00 |
t_xml_tag.pl
|
Tests: Rename harness flag. No functional change.
|
2019-10-07 22:15:43 -04:00 |
t_xml_tag.v
|
|
|
TestSimulator.h
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |
TestVpi.h
|
Tests etc: Cleanup some clang-format suggestions. No functional change.
|
2019-11-09 20:35:12 -05:00 |