Forum Discussion
Altera_Forum
Honored Contributor
17 years agoJake -
Thanks a lot. Yes, you are absolutely right, the goal is to save a few IO pins. Unfortunately, I plan to use external SRAM for instructions and data. To be byte addressable, given the constraint of IO pins, it seems that now I have to reduce data bus width from 32-bit to 16-bit (by using 16-bit SRAM). If I do that, I assume my system performance will be reduced by half (rougly) -- due to the reason that for each 32-bit instruction, CPU has to fetch twice instead of once. Is that right? Thanks again for your help!! FZ