chip types

Transistor mode of operation
  • Digital chip: 0/1  -> digital clac
  • Analog chip: sound / blight -> physical phenomena
Function of chip
  • Processor chip: CPU
  • Memory storage chip: DRAM / NAND Flash
  • Specific function chip: WIFI / Bluetooth / Power ...
 

chip produce process

  1. 硅提纯。 融化原材料硅 -> 放入晶种 -> 单晶硅 硅锭
  2. 切割晶圆。 硅锭(圆柱体) -> 切割成片 -> 晶圆
  3. 影印。 硅氧化物热处理 -> 涂敷光阻物质 -> 紫外线照射溶解光阻物质
  4. 蚀刻。
  5. 重复,分层。
  6. 封装。
  7. 多次测试。

chip R&D cost

芯片硬件成本 
(晶片成本 + 测试成本 + 封装成本 + 淹膜成本 + IP购买成本×) / 最终成品率
 
芯片设计成本
  1. 工程师人力成本 + EDA工具费用 + 设备费用 + 场地费用 + (ARM阵型的IP费用)
  2. 8:20定价法 国际通用低盈利芯片公司定价法(硬件:软件)
  3. 产量越高,售价越低
 

cpu parameter

内核结构
主频 - cpu工作频率/CPU时钟频率   主频=外频x倍频
外频 - cpu外部时钟频率
倍频 - 外频与主频相差的倍数
接口 - cpu与主板连接的接口
缓存 - 可进行高速数据交换的存储器
电压 - cpu正常工作电压,与制作工艺和集成的晶体管数量相关
多媒体指令集
制造工艺
封装形式
整数单元
浮点单元

chip based learning的更多相关文章

  1. 强化学习之 免模型学习(model-free based learning)

    强化学习之 免模型学习(model-free based learning) ------ 蒙特卡罗强化学习 与 时序查分学习 ------ 部分节选自周志华老师的教材<机器学习> 由于现 ...

  2. Pros and Cons of Game Based Learning

    https://www.gamedesigning.org/learn/game-based-learning/ I remember days gone by at elementary schoo ...

  3. Game Based Learning: Why Does it Work?

    Forty years of research[i] says yes, games are effective learning tools. People learn from games, an ...

  4. Embedded based learning

    简单整理了一些嵌入式底层需要接触的相关概念.   # CPU  CU. Control Unit. send need-clac-data -> ALU clac -> get resul ...

  5. SOME USEFUL MACHINE LEARNING LIBRARIES.

    from: http://www.erogol.com/broad-view-machine-learning-libraries/ http://www.slideshare.net/Vincenz ...

  6. A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python)

    A Complete Tutorial on Tree Based Modeling from Scratch (in R & Python) MACHINE LEARNING PYTHON  ...

  7. A Novel Multi-label Classification Based on PCA and ML-KNN

     ICIC Express Letters                  ICIC International ⓒ2010 ISSN 1881-803X Volume4, Number5, O ...

  8. 海量数据挖掘MMDS week2: Nearest-Neighbor Learning最近邻学习

    http://blog.csdn.net/pipisorry/article/details/48894963 海量数据挖掘Mining Massive Datasets(MMDs) -Jure Le ...

  9. 机器学习算法之旅A Tour of Machine Learning Algorithms

    In this post we take a tour of the most popular machine learning algorithms. It is useful to tour th ...

随机推荐

  1. xposed获取类的属性成员

    XposedBridge.log("开始获取属性:"); Field[] fields = param.thisObject.getClass().getDeclaredField ...

  2. 1.关于OSI七层模型和两主机传输过程

    先回顾一下OSI七层模型有啥内容 (OSI模型与TCP/IP模型类似,这里只针对OSI模型展开) OSI参考模型为什么弃用呢?它的分层过于细致了,以至于使网络的体系结构变得复杂臃肿,有使用重叠的嫌疑, ...

  3. 说一下 atomic 的原理?(未完成)

    说一下 atomic 的原理?(未完成)

  4. 出现 “java”不是内部或外部命令,也不是可运行程序或批处理文件的问题

    用cmd运行测试下springboot入门案例,没想到出现了如下图这一幕 我电脑环境配置从来没改动过,网上查了下没搜到错误的结果. 可能的情况就是: 安装其他程序的时候,path变量被修改了,导致ja ...

  5. python3 准备

    一.前言 1.Python是著名的“龟叔”Guido van Rossum发明的 2.python分为python2和python3两大版本,python2渐渐被淘汰,建议使用python3 3.py ...

  6. 优先级:content –> width –> flex-basis (limted by max|min-width)

    原文: https://www.jianshu.com/p/17b1b445ecd4 -------------------------------------------- 最近在学习Flex Bo ...

  7. Red Hat Enterprise Linux 7.0

    简介 Red Hat Enterprise Linux是Red Hat公司的Linux发行版,面向商业市场,包括大型机.红帽公司从Red Hat Enterprise Linux 5开始对企业版LIN ...

  8. js获取文件后缀名

    function extname(filename){ if(!filename||typeof filename!='string'){ return false }; let a = filena ...

  9. django--没有整理,笔记

    https://docs.djangoproject.com/en/2.2/常用的数据路命令:python manage.py makemigrations 数据移植准备python manage.p ...

  10. Java集合--Iterator和Enumeration比较

    转载请注明出处:http://www.cnblogs.com/skywang12345/admin/EditPosts.aspx?postid=3311275 第1部分 Iterator和Enumer ...