I am doing my PhD in Computer engineering and have developed a processor which is similar to ARM Cortex M0. I have got the obfuscated code and tried to make the comparisons. I was wondering if anyone could give me the details on the area, speed and power of the Cortex M0. This would be of a great help. Thanks a lot in advance.
Hello yashuhikoumoto.....Thanks a lot for the reply. The speed part helps a lot..... On the area though, the ARM website says they use around 12,000 gates. Using this along with the obfuscated code information, I calculated the number of transistors to be around 72000 - 100,000. Can you please confirm if you know the actual transistor count?
Also, if this count is true, the floor planned area that is given in the specifications as 0.04mm2 seems to be just the transistors area without considering the wiring.
Just wanted to confirm if the area in the specifications is the area of the core Cortex M0?
Thanks a lot in advance
Hello jensbauer,
thank you for your compensation. I forgot the dual core configuration parts.
Hello dr.indira,
regarding the transistor counts, I cannot confirm it because I have no more information.The transistor counts depend on the library and I don't know it.I think the area includes wiring and it is the real (or logical) result when produced by TSMC process.Also it is only the Cortex-M0 area.
Best regards,Yasuhiko Koumoto.
Hi,
Gate count is based on the silicon area of a layout / area of a standard NAND2 gate.
You cannot get the exact gate count by counting the logic operations in the design because synthesis process can easily change the logic structure and compound gates exist for all standard libraries. As a result, your estimation of 72000 to 100000 is completely off
Without going into details, some of the low cost Cortex-M0 microcontrollers on the market has less than 50K gates and that included bus system, peripehrals, and possibly DMA support, etc (exclude memory area and analog components). The 12K gate number is based on minimum configuration at 180ULL process. However, you can get different gate count using different processes, some gives better figure and some give larger areas. For the Cortex-M0 DesignStart, as it has got 16 interrupts and the SysTick timer, the area would be a bit larger than 12K.
If you need further help, you can contact ARM univerity programme and maybe they can give you more information.
regards,
Joseph