Skip to content
Snippets Groups Projects
Commit 1415a059 authored by Vipin Thomas's avatar Vipin Thomas
Browse files

Update pixel.cpp

parent c54791fd
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,8 @@ int convertBinInt(long long n);
void decrypt(int data);
void pixel(ap_int<32> selector,
void pixel(char* key;
ap_int<32> selector,
ap_int<32> position1,
ap_int<32> position2,
ap_int<32> stream_count,
......@@ -26,6 +27,7 @@ void pixel(ap_int<32> selector,
hls::stream< pkt_t > &dout
) {
#pragma HLS INTERFACE ap_ctrl_none port=return
#pragma HLS INTERFACE s_axilite port=key
#pragma HLS INTERFACE s_axilite port=selector
#pragma HLS INTERFACE s_axilite port=position1
#pragma HLS INTERFACE s_axilite port=position2
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment