Forum Discussion
rkaib
Occasional Contributor
7 years agocustom ip core
I am using de2-115 withquartus. I have created an IP core in the platform designer, addede it to my quartus project main vhdl file, compil it but it is not included whenI open eclipse. how to explo...
rkaib
Occasional Contributor
7 years agoHello Anand,
that's what I did but the problem I am getting different values, maybe I am reading from different location.
I have added these line to my eclipse code:
#define rossler (unsigned char*) MYROSSLER_0_BASE
int main()
{
for (int i=0;i<500;i++)
{
printf("%d, ", *(rossler +i));
}
}
just to remind you Anand, all I need is just retreive one of the three output 32 bits signal x, y and z.
I do not know what I miss.
- AnandRaj_S_Intel7 years ago
Regular Contributor
We are going out of the context of the subject kindly open new case.