FPGA: save_to_hbm uses dedicated data structure for completion
This commit is contained in:
@@ -319,7 +319,7 @@ void HLSSimulatedDevice::HLSMainThread() {
|
||||
hls_cores.emplace_back([&] { writer_split(converted_2, converted_3, converted_4,
|
||||
addr3, addr4, addr5); });
|
||||
|
||||
hls::stream<ap_uint<32> > save_to_hbm_completion;
|
||||
hls::stream<axis_completion > save_to_hbm_completion;
|
||||
ap_uint<8> save_to_hbm_err_reg;
|
||||
uint64_t save_to_hbm_packets_processed;
|
||||
ap_uint<1> save_to_hbm_idle;
|
||||
|
||||
Reference in New Issue
Block a user