FPGA: save_to_hbm uses dedicated data structure for completion

This commit is contained in:
2023-09-11 10:50:15 +02:00
parent ae7ccfdcec
commit 6cd8d768ea
4 changed files with 33 additions and 38 deletions

View File

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