Hello Everyone,
I have an FPGA application that has some function (i.e: Matrix Multiplication) now I want to create the memory interface for FPGA communication based on the model pushed into the FPGA?
For example, If we have the size of 1024 and the size of data is 10 bit how we can create memory interface a/c to the actual size?
- What are the possibilities which can achieve this mechanism?
-
Can you help me to make pseudo-code or c-code?
I am trying to used sds_lib.h (same as #include ) functions but I have no idea how to that programitically , I tried by my self but still don't know am I doing right or wrong. I have read about memory mapped I/O region but still not clear to me.
I would really appreciate if someone could help me.
Thanks,
RS