Wednesday, 1 May 2019

integrated circuit - Is it possible to reverse engineer a chip design?


Can we make something like chip reader, which can understand chip design and generate blueprint of it?



Answer



ChipWorks has an excellent blog about doing exactly this, with lots of great pictures here.


FlyLogic also has an excellent blog. It is here.


The short answer is it is absolutely possible. IC DIEs are basically really small circuit boards. You can reverse engineer them pretty easily, it just takes a different tool set.



I want to particularly call attention to some posts flylogic did on reverse-engineering ICs (how topical!) here and here.


Image borrowed from flylogic
Image from flylogic website


No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...