Altera_Forum
Honored Contributor
8 years agoHow to tell my computer to run a program on fpga
Hi, i have an important question, which I cant figure it out.
lets say I'm designing an fpga which all he is doing is multiplying matrices,Im writing a matlab program and I want my fpga to use the fpga for (some/all) calculations, how can it be done? I thought about few things: 1.burn the matlab program (somehow, bit/hex/(happy to here for another way)) on the fpga SDRAM - well this is more like a bypass than a solution.. 2.build a compiler for the fpga - I have a lot of motivation, but I'm not superman.. Even the ideas above, Im not sure about them and I (still) don't know how to implement them, I dont know what's possible and what's not, is it even possible to make the fpga "help"? (sounds like a waste of time), or the entire programm must run ont he fpga? when Im thinking about the fpga helping the cpu I'm thinking I need to make something like a controller between the both of them..But again, Im lost in the dark. That's why I need your help, Ill be happy to ear your knowledge. Thanks!edit:
I'm trying to learn to use FPGA, it's not about his functionality,It's about getting there by my own, I dont really wants FPGA that multiple matrices..:D