Forum Discussion
Altera_Forum
Honored Contributor
14 years agoASI output IP - Easy to use?
Hi, I am new to Altera solutions, but I was looking for an "easy way" to convert parallel TTL (even LVDS) to ASI Out. I found the ASI IP but I am not sure how easy it is to integrate, I mean, if it i...
Altera_Forum
Honored Contributor
14 years agoHi Thiago,
--- Quote Start --- The SPI output from the demodulator has the attached waveform. It is simple: 8 bits data, CLK, sync byte, valid byte. The CLK frequency is around 5 MHz. TTL levels. --- Quote End --- That can easily be captured using a low-end FPGA or CPLD. --- Quote Start --- It would be better if it was free :-P --- Quote End --- If you know what you have to do to reformat the data, then it would be easy to write your own. You could always create a simulation with the Altera ASI IP code, and look at what the output data stream looks like for your given input data, and then write a core to reproduce that functionality. Cheers, Dave