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

Update pixel.hpp, pixel_original.cpp files

parent f92fc40f
No related branches found
No related tags found
No related merge requests found
#include <stdio.h>
#include<math.h>
#include <string.h>
using namespace std;
typedef ap_axis<32,0,0,0> pkt_t;
static int count_streams = 0;
static long long charIn=0;
static long long final_char=0;
int addNum=0;
long long convert(int n);
int convertBinInt(long long n);
void decrypt(int data);
#include <stdio.h>
#include <hls_stream.h>
#include <ap_axi_sdata.h>
#include<math.h>
#include <string.h>
using namespace std;
typedef ap_axis<32,0,0,0> pkt_t;
static int count_streams = 0;
static long long charIn=0;
static long long final_char=0;
int addNum=0;
long long convert(int n);
int convertBinInt(long long n);
void decrypt(int data);
void pixel(ap_int<32> selector,
ap_int<32> position1,
......
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