We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afc2cc9 commit 53d8136Copy full SHA for 53d8136
include/acl_hal_mmd.h
@@ -139,6 +139,10 @@ typedef struct {
139
// Only populated if MPSIM is active.
140
void (*aocl_mmd_simulation_streaming_kernel_info)(
141
int handle, const aocl_mmd_streaming_kernel_info_t &streaming_info);
142
+ int (*aocl_mmd_simulation_streaming_start)(int handle,
143
+ const std::string &kernel_name);
144
+ int (*aocl_mmd_simulation_streaming_done)(int handle,
145
146
} acl_mmd_dispatch_t;
147
148
typedef struct {
0 commit comments