Distinguishing Between Embedded and General-Purpose Computing
标题:嵌入式系统与通用计算机系统的区别
To understand what falls into the category of embedded computing ,it is instructive to note what is not a requirement for embedded
devices.Lifetimes of embedded devices are very different from the three-year obsolescence cycle of general-purpose machines.
Some devices are nearly disposable:the average Japanese cellular phone is replaced in less than one year. At the opposite extreme,
infrastructural devices such as telephone switches depreciate on a 30-year schedule.these lifetime differences have concrete effects
on upgradability and backward compatibility.Few embedded devices have upgrade requirements. For example,avid automotive
enthusiasts change the chips in their cars,but these are usually ROMS,not processors.Most consumer items(e.g,cellular phones and
pagers)are replaced,not upgraded.
Backward compatibility is seldom an embedded requirement,as software does not migrate from one device to another.
(An interesting exception is game consoles:to maintain compatibility ,later console chips must be capable of being exactly as fast as
the early versions despite changes in underlying process technology.in consoles,backward compatibility is often implemented by
putting a complete copy of the previous-generation console in one small corner of the next-generation die.)
Because many embedded designs need not be backward compatible with previous implementations,designers are free to switch
designs with each product generation.Consequently,there is less emphasis on the distinction between architecture and implementation
.if a new version of a chip is slightly incompatible but much better then its predecessors,designers may still be willing to use it.
Designers of embedded devices face more constraints than designers of general-purpose devices. Power,energy efficiency ,cost
,and physical dimensions usually have a much bigger in embedded systems.This is not to say that embedded devices are
more difficult to build than general-purpose devices;the latter tend to have high overall performance goals and huge compatibility
requirements.But the overall priorities and the balance among them are different for embedded devices.
翻译:
首先为了了解哪些属于嵌入式计算范畴,我们必须知道嵌入式设备必须具备哪些特点。就设备生命周期而言,嵌入式设备与三年才更新一次的通用设备存在很大的差异,有些甚至是一次性的。日本人平均不到一年的时间就更换一次手机。与之相反的是,一些基础设置如电话交换机则工作30年。生命周期的不同将会对设备的升级和后续兼容性造成很大的影响。很少有嵌入式设备有升级的必要。比如说,狂热的汽车爱好者通常更换车的芯片是ROM,而不是处理器。大部分的消费产品(如手机,呼机)是被替换掉,而不是升级。
另一方面,向后兼容同样不是嵌入式设备的必须,就像软件不需要考虑向其他平台移植一样。【但是有个有趣的个例:游戏机。为了保持可扩展性,不管基础硬件上有什么样的改变,新的处理器必须能够处理的和原有的一样快;为了实现后续兼容,则是将上一代的控制程序固化到新一代处理器的某个存储区里】因为许多的嵌入式产品不需要和以前的产品保持兼容,所以设计者们可以随心所欲的设计每一代产品。所以,架构和实现并没有特别明显的区别。比如有个最新的芯片与器件有些小小的不相容,但是比以往的性能要好上许多,设计者可能更愿意使用它。
嵌入式设备设计者们将会比通用设备设计者面临更多的束缚。电源,功耗,成本,大小。当然,这并不是说嵌入式设备设计就比通用设备设计要难;通用设计对整体性能和兼容性有很高的要求。当然这些要求与嵌入式设备有着很大的不同。
Distinguishing Between Embedded and General-Purpose Computing的更多相关文章
- PatentTips - Safe general purpose virtual machine computing system
BACKGROUND OF THE INVENTION The present invention relates to virtual machine implementations, and in ...
- General Purpose Hash Function Algorithms
General Purpose Hash Function Algorithms post@: http://www.partow.net/programming/hashfunctions/inde ...
- libeXosip2(2) -- General purpose API.
General purpose API. general purpose API in libeXosip2-4.0.0. More... Modules eXosip2 configuration ...
- However, a general purpose protocol or its implementation sometimes does not scale very well.
https://netty.io/wiki/user-guide-for-4.x.html The Problem Nowadays we use general purpose applicatio ...
- 把书《CUDA By Example an Introduction to General Purpose GPU Programming》读薄
鉴于自己的毕设需要使用GPU CUDA这项技术,想找一本入门的教材,选择了Jason Sanders等所著的书<CUDA By Example an Introduction to Genera ...
- PatentTips - Heterogeneous Parallel Primitives Programming Model
BACKGROUND 1. Field of the Invention The present invention relates generally to a programming model ...
- Apparatus, system, and method for automatically minimizing real-time task latency and maximizing non-real time task throughput
An apparatus, system, and method are provided for automatically minimizing Real-Time (RT) task laten ...
- 【C/C++开发】c++ 工具库 (zz)
下面是收集的一些开发工具包,主要是C/C++方面的,涉及图形.图像.游戏.人工智能等各个方面,感觉是一个比较全的资源.供参考! 原文的出处:http://www.codemonsters.de/ho ...
- 科学家有了钱以后,真是挺吓人的——D.E.Shaw的牛逼人生
科学家有了钱以后,真是挺吓人的——D.E.Shaw的牛逼人生 黑科技,还是要提D.E.Shaw Research这个奇异的存在. 要讲这个黑科技,我们可能要扯远一点,先讲讲D.E. Shaw这个人是怎 ...
随机推荐
- js中this指向问题
1.在全局范围内使用this的时候 它指向的是全局对象 this Window {top: Window, window: Window, location: Location, external: ...
- iOS 时钟动画
在iOS开发中,定时器NSTimer并不能够准确的出发,通常使用NSTimer只能控制不需要精确处理的操作,而CADisplayLink就是在每次屏幕刷新时,通知系统.CADisplayLink最大的 ...
- 解压版本 Tomcat配置--转
http://qsfwy.iteye.com/blog/429973 一 配置JDK 1.下载jdk下载后,解压,假设为D:\Program Files\Java\jdk1.5.0_08,要确保bin ...
- 命令自动补全模块rlcomplete
rlcomplete定义了针对readline模块的命令自动补全函数. 当在unix平台下导入这个模块之后(前提是readline模块可用),一个Complete的实例会自动生成,并且 ...
- JavaScript 验证提交文件的信息
前言 目前工作任务终于告一段落了,今天发现之前写的文件上传的代码有点小瑕疵,就是上传图片如果超过 2M 就会出错,因为七牛云好像限制了上传图片的大小,所以就用 JavaScript 在文件选中之后,上 ...
- php基础知识(每天分享一些以前的笔记希望能帮助自学的朋友)
php基础(第一天) php标签 1. 要知道php是一种嵌入html文档的脚本语言:php语法格式是:<?php 想要写的内容 ?>红色体就是php的标签,注意这些标签都要在英式输入法 ...
- 高效操作DOM
DOM树与Render树 这个应该都是知道的.就是用户请求HTML下来后,浏览器渲染引擎的基本工作中两个概念. copy一张图,流程大概就是:解析html构建DOM树,渲染树构建,渲染树布局,绘制渲染 ...
- C和指针 读书笔记
准备复习一下之前读过的<C和指针>,主要看之前标记过的地方. 感觉像第一次看的地方再记录一下-- 1.预处理器读入源代码,根据预处理指令对其进行修改,然后将修改后的源代码交给编译器. 2. ...
- FastJson中@JSONField注解使用
最近做项目中,使用了json格式在服务器之间进行数据传输.但是发现json格式数据不符合JAVA中的变量定义规则,并且难以理解,因此需要在后台中做二次处理,将数据处理成我们系统中定义的格式. 思路: ...
- Why is celsius = 5 * (fahr - 32) / 9 ?
Go to my personal blog There is a program to print Fahrenheit-Celsius table as below. #include <s ...