Forum Discussion
Altera_Forum
Honored Contributor
9 years agoStarting with FPGA boards
Hi everyone!! My name is Dror, i am an electronic engineer student (final year) and i work at a company as a hardware/software developer. I learned some FPGA in school but just the basics and...
Altera_Forum
Honored Contributor
9 years agoI think you can find floating point ip (maybe free?) as for a UART, this is relatively easy to implement, search this forum for uart. You can instantiate multiple of these entities, but that does not take care of signal levels etc. So maybe you can find all the components you need and you only need to create the glue logic to put it all together. This is a bit like making a pcb; you get all the ic's and then you solder them together. But the question you might want to ask is why use an FPGA. You have ip to read from a camera, but more image processing examples are available on computer (I think).