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

Update pixel.cpp

parent 42771968
No related branches found
No related tags found
No related merge requests found
......@@ -7,9 +7,9 @@ void pixel(apint &in_decimal,
stream &dout
) {
#pragma HLS INTERFACE ap_ctrl_none port=return
#pragma HLS INTERFACE s_axilite port=in_decimal // ascii values for the characters(word)
#pragma HLS INTERFACE s_axilite port=selector // to select the mode (encoding or decoding)
#pragma HLS INTERFACE s_axilite port=stream_count // size of data stream
#pragma HLS INTERFACE s_axilite port=in_decimal // ascii values for the characters(word)
#pragma HLS INTERFACE s_axilite port=selector // to select the mode (encoding or decoding)
#pragma HLS INTERFACE s_axilite port=stream_count // size of data stream
#pragma HLS INTERFACE axis port=din
#pragma HLS INTERFACE axis port=dout
......
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