Wilson Snyder
|
e94023367f
|
Fix elaboration of member selected classes (#3890).
|
2023-01-19 17:44:27 -05:00 |
|
Wilson Snyder
|
035bf13e4a
|
Fix foreach unnamedblk duplicate error (#3885).
|
2023-01-18 21:48:06 -05:00 |
|
Wilson Snyder
|
5fce23e90d
|
Fix empty case items crash (#3851).
|
2023-01-10 07:18:12 -05:00 |
|
Wilson Snyder
|
30f6831be6
|
Commentary: Changes update
|
2023-01-07 14:54:12 -05:00 |
|
Wilson Snyder
|
b24d7c83d3
|
Copyright year update
|
2023-01-01 10:18:39 -05:00 |
|
Wilson Snyder
|
3ccb2e0f2d
|
Fix initiation of function variables (#3815).
|
2022-12-23 10:51:52 -05:00 |
|
Wilson Snyder
|
71d29a235f
|
Commentary: Changes update
|
2022-12-20 19:51:17 -05:00 |
|
Wilson Snyder
|
bae60ab8ea
|
devel release
|
2022-12-14 22:08:39 -05:00 |
|
Wilson Snyder
|
4cefccf5d2
|
Version bump
|
2022-12-14 21:59:58 -05:00 |
|
Wilson Snyder
|
01b521a0ea
|
Commentary: Changes update
|
2022-12-11 15:10:23 -05:00 |
|
Wilson Snyder
|
afc66f6a85
|
Fix make jobserver with submakes (#3758).
|
2022-12-11 14:19:40 -05:00 |
|
Wilson Snyder
|
722e38f532
|
Commentary, part of last commit (#3783)
|
2022-12-11 13:30:00 -05:00 |
|
Wilson Snyder
|
3f4d4dec77
|
Fix ENUMVALUE on typedef (#3777)
|
2022-12-11 11:50:22 -05:00 |
|
Wilson Snyder
|
a0e7930036
|
docs: Fix spelling
|
2022-12-09 22:39:41 -05:00 |
|
Wilson Snyder
|
e465a30eee
|
Fix lint_off EOFNEWLINE in .vlt files (#3796).
|
2022-12-01 18:27:36 -05:00 |
|
Wilson Snyder
|
d87ef8394a
|
Fix CASEINCOMPLETE when covers all enum values (#3745) (#3782).
Co-authored-by: "G-A. Kamendje" <gkamendje@gmail.com>
|
2022-11-30 19:42:21 -05:00 |
|
Wilson Snyder
|
8ff607f679
|
Deprecate verilated_fst_sc.cpp and verilated_vcd_sc.cpp (#3507)
|
2022-11-29 22:17:50 -05:00 |
|
Wilson Snyder
|
f4be3d5d2b
|
Fix empty string literals converting to string types (#3774).
|
2022-11-27 13:28:57 -05:00 |
|
Wilson Snyder
|
aacb38b776
|
Support assignment expressions.
|
2022-11-19 15:23:37 -05:00 |
|
Wilson Snyder
|
3c77c7bb92
|
Support and
|
2022-11-16 21:10:54 -05:00 |
|
Wilson Snyder
|
c6ecd60993
|
Support pre_randomize and post_randomize.
|
2022-11-13 11:59:40 -05:00 |
|
Wilson Snyder
|
d25834e57b
|
Add ENUMVALUE warning when value misused for enum (#726).
|
2022-11-12 20:11:05 -05:00 |
|
Wilson Snyder
|
0a045a7bf6
|
Change ENDLABEL from warning into an error.
|
2022-11-12 12:09:48 -05:00 |
|
Wilson Snyder
|
a427860825
|
Support randcase.
|
2022-11-11 21:53:05 -05:00 |
|
Wilson Snyder
|
227e61f891
|
Fix comparing ranged slices of unpacked arrays.
|
2022-11-11 18:01:30 -05:00 |
|
Wilson Snyder
|
9d7c4d9af3
|
Fix wait 0.
|
2022-11-11 17:18:59 -05:00 |
|
Wilson Snyder
|
16586d1d37
|
Fix tracing parameters overridden with -G (#3723).
|
2022-11-10 20:30:10 -05:00 |
|
Wilson Snyder
|
e64295e92b
|
Fix missing UNUSED warnings with --coverage (#3736).
|
2022-11-09 21:45:14 -05:00 |
|
Wilson Snyder
|
167f4ebbd4
|
Commentary: Changes update
|
2022-11-05 09:32:41 -04:00 |
|
Wilson Snyder
|
0b0b642241
|
devel release
|
2022-10-29 17:54:12 -04:00 |
|
Wilson Snyder
|
52d29d238c
|
Version bump
|
2022-10-29 17:45:54 -04:00 |
|
Wilson Snyder
|
5c658f8cd5
|
Fix width mismatch on inside operator (#3714).
|
2022-10-28 06:38:49 -04:00 |
|
Wilson Snyder
|
5f9b0929b4
|
Commentary: Changes update
|
2022-10-27 21:35:09 -04:00 |
|
Wilson Snyder
|
4154584c4b
|
Commentary: Changes update
|
2022-10-21 20:04:07 -04:00 |
|
Wilson Snyder
|
a57a3579c0
|
Fix false LATCH warning on 'unique if' (#3088).
|
2022-10-21 19:10:06 -04:00 |
|
Wilson Snyder
|
347e9b4ec8
|
Fix cell assigning integer array parameters (#3299).
|
2022-10-21 18:26:39 -04:00 |
|
Wilson Snyder
|
79682e6072
|
Support empty generate_regions (#3695). [mpb27]
|
2022-10-20 22:04:50 -04:00 |
|
Wilson Snyder
|
7e1b92fa75
|
Add --get-supported to determine what features are in Verilator (#3688).
|
2022-10-20 21:42:30 -04:00 |
|
Wilson Snyder
|
e7068369fe
|
Fix $display of fixed-width numbers (#3565).
|
2022-10-18 21:10:35 -04:00 |
|
Wilson Snyder
|
b930d0731a
|
Fix foreach and pre/post increment in functions (#3613).
|
2022-10-18 20:04:09 -04:00 |
|
Wilson Snyder
|
2723223884
|
Fix LSB error on --hierarchical submodules (#3539).
|
2022-10-18 17:29:51 -04:00 |
|
Wilson Snyder
|
cb7b024e8f
|
Commentary: Spelling, and add upgrade notes (#3462)
|
2022-10-16 11:10:41 -04:00 |
|
Wilson Snyder
|
b16b607b98
|
Commentary: Changes update
|
2022-10-15 11:04:03 -04:00 |
|
Wilson Snyder
|
732d5bea10
|
Commentary: Standard format for company contributions
|
2022-10-15 10:59:31 -04:00 |
|
Wilson Snyder
|
d9a0d0ade2
|
Commentary (fix earlier commit)
|
2022-10-15 10:57:46 -04:00 |
|
Wilson Snyder
|
14f58ed6c7
|
Add error on real edge event control.
|
2022-10-15 06:21:34 -04:00 |
|
Geza Lore
|
b2070a9407
|
Commentary: Mention DFG in changes
|
2022-10-12 10:21:02 +01:00 |
|
Wilson Snyder
|
880cac2fdd
|
Merge branch 'master' into develop-v5
|
2022-10-01 11:24:55 -04:00 |
|
Wilson Snyder
|
0b843ada03
|
devel release
|
2022-10-01 08:34:43 -04:00 |
|
Wilson Snyder
|
746c7ea8f7
|
Version bump
|
2022-10-01 08:28:27 -04:00 |
|