Monday 4 March 2019

datasheet - What does the abbreviation IP in "System-on-Chip (SoC) infrastructure IP applications" stand for?


I'm looking at a Texas Instruments datasheet, and noticed the phrase:


"System-on-Chip (SoC) infrastructure IP applications"


and was just wondering what IP stands for.



Answer



As already mentioned by Chetan, it stands for "Intellectual Property".


This Wikipedia article should make the context clearer:



In electronic design a semiconductor intellectual property core, IP core, or IP block is a reusable unit of logic, cell, or chip layout design that is the intellectual property of one party. IP cores may be licensed to another party or can be owned and used by a single party alone.




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...