Fix markdown blip
Some checks are pending
CI / test (ubuntu-latest) (push) Waiting to run

This commit is contained in:
Toby Jaffey 2025-12-17 11:07:57 +00:00
parent 0bbe373b56
commit 3d83844d5c

View file

@ -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`