Fab Clement wrote:
> I was thinking of guidelines to have a generalist implementation of 
> exotics processors. I would like to avoid the "if au1200 then use 36 
> bits width else 32" on all the code that requires this adaptation

Oh - I mis-understood your question.

So - the real truth of the situation is generically it would be nice if 
the target addresses are 64bit numbers, the au1200 uses 36 bits, all 
existing arm chips use 32bits...   In effect, we need to *NOT* use  
"uint32_t" for target address and instead perhaps use a typedef 
"TARGET_ADDRESS" which is a 64bit number.

is my understanding correct?

If so - Ugh.. That is a deeper challange... 

-Duane.



_______________________________________________
Openocd-development mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to