I'm currently in the early stages of a school project that involves analyzing the power draw of different types of processor cores. I'm looking to compare the relative power and performance measurements of a hardcore and softcore processor; unfortunately, I'm having a bit of trouble finding one of the latter examples. I've discovered the Amber project at opencores.org, but I'm not certain I can use it.
The reason, and hence my question, is this: the development board I currently have access to is a Zedboard, with a Zynq-7000 SoC that in turn includes an ARM Cortex A9 processor. The A9 supports the ARM v7 ISA, while the Amber project only supports the ARM v2 ISA. Is there any chance that the v7 architecture is backwards compatible to the v2 architecture, and if so, would anyone know where I might find some resources on that?
Thank you!