Skip to content

Commit 53d8136

Browse files
committed
hal_mmd: define streaming control interface to simulator
1 parent afc2cc9 commit 53d8136

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/acl_hal_mmd.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ typedef struct {
139139
// Only populated if MPSIM is active.
140140
void (*aocl_mmd_simulation_streaming_kernel_info)(
141141
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+
const std::string &kernel_name);
142146
} acl_mmd_dispatch_t;
143147

144148
typedef struct {

0 commit comments

Comments
 (0)