Forum Discussion
Altera_Forum
Honored Contributor
13 years agoSending coefficients of degree 1000 from UART to custom logic with Nios II and SOPC.
Hi, I'm pretty new to all this Nios II development and would like to ask advice on the best solution to my project. After receiving coefficients from an UART I have a 2000(GF3 coefficients) cha...
Altera_Forum
Honored Contributor
13 years agoYou are correct I do not need to read them in one clock cycle, the only thing I need is to be able to read the time of calculating the coefficients, the time of sending and reaveiving them doesn't matter. By GF3 I only mean that the coefficients need 3 values(so 00 01 10) hence for a polynomial of degree of 1000 I need 2000 bits to represent it.
Is there any sort of tutorial on how to use the dual-ported RAM? Also how will my logic know that the data is ready to take? And how will the nios ii know that the calculating is over? Thanks for the help again, it was a month since my last post:D Regards, Fred