Hi,
I know this thread has been inactive for years, but I have a question about the T51 Ram. Is it possible to "tap" into the internal T51 RAM from external Avalon MM? In other words, wire in an AMM master lines to the T51 RAM for direct access. Another way to accomplish this, a better way IMHO, have the T51 use onchip RAM qsys block. AMM slave exported signals from an onchip RAM block (qsys) fed directly into the T51 core so the T51 core can use it as its RAM.
The problem is I have a requirement to use 8051 (existing binary) running in it's own world and we can't rewrite it to run from NIOS, but I need to control some variables in the T51 RAM to enable/disable specific features. Previously, this was done with SPI and I'd like to stay away from that. SPI was used to simply receive address, data and loaded internal RAM contents based on the parsed data.
If OpenCores T51 isn't suitable for this, do you perhaps know of another 8051 core that can use onchip RAM as operating RAM in the same way NIOS uses onchip RAM for its memory?
Thank you.