Wilson Snyder
|
d232923051
|
Change `--output-groups` to default to value of `--build-jobs`.
Those using build farms may need to now use `--output-groups 0` or otherwise.
|
2025-02-24 20:38:08 -05:00 |
Yilou Wang
|
dae4c8ee22
|
Support constrained random for arrays in structs (#5765) (#5802)
|
2025-02-24 17:51:51 -05:00 |
Wilson Snyder
|
4ce8164277
|
Fix parsing input wire with default and range (#5800).
|
2025-02-24 03:51:49 -05:00 |
Todd Strader
|
7ec32799b0
|
Fix expression coverage + VarXRefs (#5797)
|
2025-02-22 15:55:23 -05:00 |
Geza Lore
|
812861e7f2
|
Optimize splitting trigger computation and dump (#5798)
|
2025-02-23 05:57:36 +10:00 |
Wilson Snyder
|
1857f6399c
|
Fix `$monitor` with dotted references (#5794).
|
2025-02-21 17:18:49 -05:00 |
Todd Strader
|
f7ccc013e7
|
Improve V3EmitV for interfaces (#5796)
|
2025-02-21 16:49:14 -05:00 |
Kamil Rakoczy
|
2e1fa8f338
|
Add `--preproc-resolve` for modules in preprocessor output (#5789)
Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
|
2025-02-22 04:47:54 +10:00 |
Todd Strader
|
70459b3208
|
Fix V3EmitV for non-zero based arrays (#5790)
|
2025-02-21 05:49:32 +11:00 |
Ryszard Rozak
|
2a23ec74e4
|
Fix dpi context functions (#5788)
|
2025-02-20 10:15:09 +01:00 |
Wilson Snyder
|
be1ace423e
|
Fix time import error on time parameters (#5786).
|
2025-02-19 17:03:59 -05:00 |
Todd Strader
|
34ced254c0
|
Support expression coverage (#5719)
|
2025-02-19 16:42:23 -05:00 |
Yutetsu TAKATSUKASA
|
1a07af57a3
|
Fix unpacked split_var (#5782) (#5785)
|
2025-02-18 05:34:57 +11:00 |
Kamil Rakoczy
|
c840ffb0ae
|
Support nested classes (#4178) (#5778)
Signed-off-by: Kamil Rakoczy <krakoczy@antmicro.com>
|
2025-02-17 23:47:41 +11:00 |
Todd Strader
|
b645fcf027
|
More V3EmitV support (#5779)
|
2025-02-14 14:58:11 -05:00 |
Krzysztof Bieganski
|
ffb02cea15
|
Fix ignoring joins in stringify in preprocessor (#5777)
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
|
2025-02-13 18:33:12 -05:00 |
Krzysztof Bieganski
|
f753ae2518
|
Support selects on arbitrary string expressions (#5773)
|
2025-02-11 12:06:34 -05:00 |
github action
|
cc1133c0d9
|
Apply 'make format'
|
2025-02-08 00:07:38 +00:00 |
Moubarak Jeje
|
ac659d525b
|
Support VPI array accessors (#5612)
|
2025-02-07 19:06:46 -05:00 |
Krzysztof Bieganski
|
283f6c7433
|
Add `--preproc-token-limit` (#5768)
|
2025-02-07 10:32:12 -05:00 |
Yilou Wang
|
6b4183632c
|
Support Unpacked Structures' Constrained Randomization (#5657) (#5759)
|
2025-02-03 11:56:00 -05:00 |
Bartłomiej Chmiel
|
a379382d32
|
Fix handling forced assigns in V3Life (#5757)
|
2025-01-28 07:30:40 -05:00 |
Wilson Snyder
|
41bb54bc2c
|
Add Makefile targets count to stats
|
2025-01-25 13:35:56 -05:00 |
Wilson Snyder
|
001c098e5a
|
Optimize empty function definition bodies (#5750).
|
2025-01-25 12:13:25 -05:00 |
Wilson Snyder
|
05c7a3b90b
|
Optimize labels as final `if` block statements (#5744).
|
2025-01-25 10:29:35 -05:00 |
Wilson Snyder
|
694f2ff7c7
|
Tests: renames
|
2025-01-25 10:24:59 -05:00 |
Wilson Snyder
|
929e15fa4c
|
Fix various round-trip Verilog output, including packed arrays
|
2025-01-24 21:00:45 -05:00 |
Wilson Snyder
|
d8080008b4
|
Commentary
|
2025-01-24 07:47:32 -05:00 |
Bartłomiej Chmiel
|
35fa0d051d
|
Support integer atom type ports in `--hierarchical` (#5748)
|
2025-01-24 07:47:11 -05:00 |
Bartłomiej Chmiel
|
0507fb4655
|
Improve hierarchical DPI wrapper scheduling performance (#2583) (#5734)
|
2025-01-20 14:24:09 -05:00 |
Geza Lore
|
f4a01eb452
|
Fix inlined expression with assignment under LHS of NBA (#5736) (#5740)
|
2025-01-20 07:23:10 -05:00 |
Wilson Snyder
|
fa1b11252e
|
Fix duplicate-named class variable equivalence (#5737).
|
2025-01-18 15:25:49 -05:00 |
Andrew Nolte
|
dddc1b5b4d
|
Fix vpiDefName issues with non-inlined scopes and dpi conflicts (#5732)
|
2025-01-16 15:02:36 -05:00 |
Wilson Snyder
|
fdf29b970f
|
Fix VL_UNLIKELY with constructors
|
2025-01-11 15:27:11 -05:00 |
Andrew Nolte
|
f8dd65c7cd
|
Add `--public-ignore` to ignore public metacomments (#7819)
|
2025-01-11 12:29:39 -05:00 |
Yilou Wang
|
d3e205f201
|
Support constraints on associative array user-defined keys (#5671) (#5729)
|
2025-01-11 12:07:52 -05:00 |
Wilson Snyder
|
dfe28f7ed0
|
Fix misoptimizing away `$urandom` (#5703).
|
2025-01-11 08:48:40 -05:00 |
github action
|
bb871728c9
|
Apply 'make format'
|
2025-01-10 00:05:16 +00:00 |
Krzysztof Starecki
|
69dce205d3
|
Support multidimensional array access via VPI (#2812) (#5573)
|
2025-01-09 19:04:26 -05:00 |
Krzysztof Bieganski
|
052812bb87
|
Fix `BLKSEQ` on suspendable processes (#5722)
Signed-off-by: Krzysztof Bieganski <kbieganski@antmicro.com>
|
2025-01-09 08:40:32 -05:00 |
Yilou Wang
|
0380a36c76
|
Fix constrained random for > 64-bit associative arrays (#5670) (#5682)
|
2025-01-09 08:33:38 -05:00 |
Wilson Snyder
|
44f49669a3
|
Support side effects of form `variable[index_function()]++`.
|
2025-01-08 19:37:20 -05:00 |
github action
|
ff244c1d1f
|
Apply 'make format'
|
2025-01-08 14:44:48 +00:00 |
Krzysztof Starecki
|
260ac342f4
|
Tests: Add support for Questa in TestSimulator class (#5718)
|
2025-01-08 09:43:57 -05:00 |
Nick Brereton
|
87d856339f
|
Add lint error on importing package within a class (#5634) (#5679)
|
2025-01-07 16:52:44 -05:00 |
Wilson Snyder
|
e171463fa2
|
Add COVERIGN warning, as a more specific UNSUPPORTED error.
|
2025-01-06 18:48:32 -05:00 |
Andrew Nolte
|
b8288b97f7
|
Improve VPI write errors (#5712)
|
2025-01-06 17:56:18 -05:00 |
Andrew Nolte
|
0d34f56b74
|
Fix packages with `--public-depth 1` (#5708)
|
2025-01-06 15:21:32 -05:00 |
Wilson Snyder
|
dcaf6476e8
|
Fix matching language extension options including dots.
|
2025-01-05 22:52:29 -05:00 |
Wilson Snyder
|
76b2ac9cc1
|
Support `+incdir` with multiple directories.
|
2025-01-05 19:30:39 -05:00 |