FPGA: Use volatile variable for counter
This commit is contained in:
+1
-1
@@ -3,7 +3,7 @@
|
||||
|
||||
#include "hls_jfjoch.h"
|
||||
|
||||
void timer_host(STREAM_512 &data_in, STREAM_512 &data_out, uint64_t &counter) {
|
||||
void timer_host(STREAM_512 &data_in, STREAM_512 &data_out, volatile uint64_t &counter) {
|
||||
#pragma HLS INTERFACE register both axis port=data_in
|
||||
#pragma HLS INTERFACE register both axis port=data_out
|
||||
#pragma HLS INTERFACE register ap_vld port=counter
|
||||
|
||||
Reference in New Issue
Block a user