mirror of
https://github.com/ringtailsoftware/uvm32.git
synced 2026-06-05 22:43:39 +00:00
This commit is contained in:
parent
0bbe373b56
commit
3d83844d5c
1 changed files with 1 additions and 0 deletions
|
|
@ -155,6 +155,7 @@ In the host:
|
||||||
uvm32_slice_t slice = uvm32_arg_getslice_fixed(vmst, evt, ARG0, sizeof(float) * 3);
|
uvm32_slice_t slice = uvm32_arg_getslice_fixed(vmst, evt, ARG0, sizeof(float) * 3);
|
||||||
float *vector3 = (float *)slice.ptr;
|
float *vector3 = (float *)slice.ptr;
|
||||||
...
|
...
|
||||||
|
```
|
||||||
|
|
||||||
## `uvm32_arg_setval`
|
## `uvm32_arg_setval`
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue