This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Read/Write from register

hi

I'm using the soft-core Cortex-M0,keil uvision 5,vivado 14.4

I am trying to implement a filter on my Cortex m-0 based FPGA

the main idea of this project is to create an accelerator from my C code to reduce the execution time ..and since my accelerator was a function in my code i need to find the register that contain the output of my accelerator to reuse it's value in my code source