1 Boolean Logic. Such simple things, And we make of them something so complex it defeats us, Almost. John Ashbery (b. 1927), American poet
|
|
|
- Melvin Howard
- 9 years ago
- Views:
Transcription
1 1 Boolen Logic Such simple things, And we mke of them something so complex it defets us, Almost. John Ashery (. 1927), Americn poet Every digitl device e it personl computer, cellulr telephone, or network rer is sed on set of chips designed to store nd process informtion. Although these chips come in different shpes nd forms, they re ll mde from the sme uilding locks: Elementry logic gtes. The gtes cn e physiclly implemented in mny different mterils nd friction technologies, ut their logicl ehvior is consistent cross ll computers. In this chpter we strt with one primitive logic gte Nnd nd uild ll the other logic gtes from it. The result is rther stndrd set of gtes, which will e lter used to construct our computer s processing nd storge chips. This will e done in chpters 2 nd 3, respectively. All the hrdwre chpters in the ook, eginning with this one, hve the sme structure. Ech chpter focuses on well-defined tsk, designed to construct or integrte certin fmily of chips. The prerequisite knowledge needed to pproch this tsk is provided in rief Bckground section. The next section provides complete Specifiction of the chips strctions, nmely, the vrious services tht they should deliver, one wy or nother. Hving presented the wht, susequent Implementtion section proposes guidelines nd hints how the chips cn e ctully implemented. A Perspective section rounds up the chpter with concluding comments importnt topics tht were left from the discussion. Ech chpter ends with technicl Project section. This section gives step-y-step instructions for ctully uilding the chips on personl computer, using the hrdwre simultor supplied with the ook. This eing the first hrdwre chpter in the ook, the Bckground section is somewht lengthy, feturing specil section on hrdwre description nd simultion tools.
2 8 Chpter Bckground This chpter focuses on the construction of fmily of simple chips clled Boolen gtes. Since Boolen gtes re physicl implementtions of Boolen functions, we strt with rief tretment of Boolen lger. We then show how Boolen gtes implementing simple Boolen functions cn e interconnected to deliver the functionlity of more complex chips. We conclude the ckground section with description of how hrdwre design is ctully done in prctice, using softwre simultion tools Boolen Alger Boolen lger dels with Boolen (lso clled inry) vlues tht re typiclly leled true/flse, 1/0, yes/no, on/off, nd so forth. We will use 1 nd 0. A Boolen function is function tht opertes on inry inputs nd returns inry puts. Since computer hrdwre is sed on the representtion nd mnipultion of inry vlues, Boolen functions ply centrl role in the specifiction, construction, nd optimiztion of hrdwre rchitectures. Hence, the ility to formulte nd nlyze Boolen functions is the first step towrd constructing computer rchitectures. Truth Tle Representtion The simplest wy to specify Boolen function is to enumerte ll the possile vlues of the function s input vriles, long with the function s put for ech set of inputs. This is clled the truth tle representtion of the function, illustrted in figure 1.1. The first three columns of figure 1.1 enumerte ll the possile inry vlues of the function s vriles. For ech one of the 2 n possile tuples v 1...v n (here n ¼ 3), the lst column gives the vlue of f ðv 1...v n Þ. Boolen Expressions In ddition to the truth tle specifiction, Boolen function cn lso e specified using Boolen opertions over its input vriles. The sic Boolen opertors tht re typiclly used re And (x And y is 1 exctly when oth x nd y re 1) Or (x Or y is 1 exctly when either x or y or oth re 1), nd Not (Not x is 1 exctly when x is 0). We will use common rithmetic-like nottion for these opertions: x y (or xy) mens x And y, x þ y mens x Or y, nd x mens Not x. To illustrte, the function defined in figure 1.1 is equivlently given y the Boolen expression f ðx; y; zþ ¼ðx þ yþz. For exmple, let us evlute this expression on the
3 9 Boolen Logic x y z fðx; y; zþ Figure 1.1 Truth tle representtion of Boolen function (exmple). inputs x ¼ 0, y ¼ 1, z ¼ 0 (third row in the tle). Since y is 1, it follows tht x þ y ¼ 1 nd thus 1 0 ¼ 1 1 ¼ 1. The complete verifiction of the equivlence etween the expression nd the truth tle is chieved y evluting the expression on ech of the eight possile input comintions, verifying tht it yields the sme vlue listed in the tle s right column. Cnonicl Representtion As it turns, every Boolen function cn e expressed using t lest one Boolen expression clled the cnonicl representtion. Strting with the function s truth tle, we focus on ll the rows in which the function hs vlue 1. For ech such row, we construct term creted y And-ing together literls (vriles or their negtions) tht fix the vlues of ll the row s inputs. For exmple, let us focus on the third row in figure 1.1, where the function s vlue is 1. Since the vrile vlues in this row re x ¼ 0, y ¼ 1, z ¼ 0, we construct the term xyz. Following the sme procedure, we construct the terms xyz nd xyz for rows 5 nd 7. Now, if we Or-together ll these terms (for ll the rows where the function hs vlue 1), we get Boolen expression tht is equivlent to the given truth tle. Thus the cnonicl representtion of the Boolen function shown in figure 1.1 is f ðx; y; zþ ¼ xyz þ xyz þ xyz. This construction leds to n importnt conclusion: Every Boolen function, no mtter how complex, cn e expressed using three Boolen opertors only: And, Or, nd Not. Two-Input Boolen Functions An inspection of figure 1.1 revels tht the numer of Boolen functions tht cn e defined over n inry vriles is 2 2 n. For exmple, the sixteen Boolen functions spnned y two vriles re listed in figure 1.2. These functions were constructed systemticlly, y enumerting ll the possile 4-wise comintions of inry vlues in the four right columns. Ech function hs conventionl
4 10 Chpter 1 Function x y Constnt And x y x And Not y x y x x Not x And y x y y y Xor x y þ x y Or x þ y Nor x þ y Equivlence x y þ x y Not y y If y then x xþ y Not x x If x then y x þ y Nnd x y Constnt Figure 1.2 All the Boolen functions of two vriles. nme tht seeks to descrie its underlying opertion. Here re some exmples: The nme of the Nor function is shorthnd for Not-Or: Tke the Or of x nd y, then negte the result. The Xor function shorthnd for exclusive or returns 1 when its two vriles hve opposing truth-vlues nd 0 otherwise. Conversely, the Equivlence function returns 1 when the two vriles hve identicl truth-vlues. The If-x-then-y function (lso known s x! y, or x Implies y ) returns 1 when x is 0 or when oth x nd y re 1. The other functions re self-explntory. The Nnd function (s well s the Nor function) hs n interesting theoreticl property: Ech one of the opertions And, Or, nd Not cn e constructed from it, nd it lone (e.g., x Or y ¼ðx Nnd xþ Nnd ðy Nnd yþ. And since every Boolen function cn e constructed from And, Or, nd Not opertions using the cnonicl representtion method, it follows tht every Boolen function cn e constructed from Nnd opertions lone. This result hs fr-reching prcticl implictions: Once we hve in our disposl physicl device tht implements Nnd, we cn use mny copies of this device (wired in certin wy) to implement in hrdwre ny Boolen function.
5 11 Boolen Logic Gte Logic A gte is physicl device tht implements Boolen function. If Boolen function f opertes on n vriles nd returns m inry results (in ll our exmples so fr, m ws 1), the gte tht implements f will hve n input pins nd m put pins. When we put some vlues v 1...v n in the gte s input pins, the gte s logic its internl structure should compute nd put f ðv 1...v n Þ. And just like complex Boolen functions cn e expressed in terms of simpler functions, complex gtes re composed from more elementry gtes. The simplest gtes of ll re mde from tiny switching devices, clled trnsistors, wired in certin topology designed to effect the overll gte functionlity. Although most digitl computers tody use electricity to represent nd trnsmit inry dt from one gte to nother, ny lterntive technology permitting switching nd conducting cpilities cn e employed. Indeed, during the lst fifty yers, reserchers hve uilt mny hrdwre implementtions of Boolen functions, including mgnetic, opticl, iologicl, hydrulic, nd pneumtic mechnisms. Tody, most gtes re implemented s trnsistors etched in silicon, pckged s chips. In this ook we use the words chip nd gte interchngely, tending to use the term gtes for simple chips. The vilility of lterntive switching technology options, on the one hnd, nd the oservtion tht Boolen lger cn e used to strct the ehvior of ny such technology, on the other, is extremely importnt. Bsiclly, it implies tht computer scientists don t hve to worry physicl things like electricity, circuits, switches, relys, nd power supply. Insted, computer scientists cn e content with the strct notions of Boolen lger nd gte logic, trusting tht someone else (the physicists nd electricl engineers less their souls) will figure how to ctully relize them in hrdwre. Hence, primitive gte (see figure 1.3) cn e viewed s lck ox device tht implements n elementry logicl opertion in one wy or nother we don t cre how. A hrdwre designer strts from such primitive gtes nd designs more complicted functionlity y interconnecting them, leding to the construction of composite gtes. And Or in Not Figure 1.3 Stndrd symolic nottion of some elementry logic gtes.
6 12 Chpter 1 Gte interfce Gte implementtion c And And If ==c=1 then =1 else =0 c And Figure 1.4 Composite implementtion of three-wy And gte. The rectngle on the right defines the conceptul oundries of the gte interfce. Primitive nd Composite Gtes Since ll logic gtes hve the sme input nd put semntics (0 s nd 1 s), they cn e chined together, creting composite gtes of ritrry complexity. For exmple, suppose we re sked to implement the 3-wy Boolen function Andð; ; cþ. Using Boolen lger, we cn egin y oserving tht c ¼ð Þc, or, using prefix nottion, Andð; ; cþ ¼AndðAndð; Þ; cþ. Next, we cn use this result to construct the composite gte depicted in figure 1.4. The construction descried in figure 1.4 is simple exmple of gte logic, lso clled logic design. Simply put, logic design is the rt of interconnecting gtes in order to implement more complex functionlity, leding to the notion of composite gtes. Since composite gtes re themselves reliztions of ( possily complex) Boolen functions, their side ppernce (e.g., left side of figure 1.4) looks just like tht of primitive gtes. At the sme time, their internl structure cn e rther complex. We see tht ny given logic gte cn e viewed from two different perspectives: externl nd internl. The right-hnd side of figure 1.4 gives the gte s internl rchitecture, or implementtion, wheres the left side shows only the gte interfce, nmely, the input nd put pins tht it exposes to the side world. The former is relevnt only to the gte designer, wheres the ltter is the right level of detil for other designers who wish to use the gte s n strct off-the-shelf component, with pying ttention to its internl structure. Let us consider nother logic design exmple tht of Xor gte. As discussed efore, Xorð; Þ is 1 exctly when either is 1 nd is 0, or when is 0 nd is 1. Sid otherwise, Xorð; Þ ¼OrðAndð; NotðÞÞ; AndðNotðÞ; ÞÞ. This definition leds to the logic design shown in figure 1.5. Note tht the gte interfce is unique: There is only one wy to descrie it, nd this is normlly done using truth tle, Boolen expression, or some verl specific-
7 13 Boolen Logic Xor And Or And Figure 1.5 Xor gte, long with possile implementtion. tion. This interfce, however, cn e relized using mny different implementtions, some of which will e etter thn others in terms of cost, speed, nd simplicity. For exmple, the Xor function cn e implemented using four, rther thn five, And, Or, nd Not gtes. Thus, from functionl stndpoint, the fundmentl requirement of logic design is tht the gte implementtion will relize its stted interfce, in one wy or nother. From n efficiency stndpoint, the generl rule is to try to do more with less, tht is, use s few gtes s possile. To sum up, the rt of logic design cn e descried s follows: Given gte specifiction (interfce), find n efficient wy to implement it using other gtes tht were lredy implemented. This, in nutshell, is wht we will do in the rest of this chpter Actul Hrdwre Construction Hving descried the logic of composing complex gtes from simpler ones, we re now in position to discuss how gtes re ctully uilt. Let us strt with n intentionlly nïve exmple. Suppose we open chip friction shop in our home grge. Our first contrct is to uild hundred Xor gtes. Using the order s downpyment, we purchse soldering gun, roll of copper wire, nd three ins leled And gtes, Or gtes, nd Not gtes, ech contining mny identicl copies of these elementry logic gtes. Ech of these gtes is seled in plstic csing tht exposes some input nd put pins, s well s power supply plug. To get strted, we pin figure 1.5 to our grge wll nd proceed to relize it using our hrdwre. First, we tke two And gtes, two Not gtes, nd one Or gte, nd mount them on ord ccording to the
8 14 Chpter 1 figure s ly. Next, we connect the chips to one nother y running copper wires mong them nd y soldering the wire ends to the respective input/put pins. Now, if we follow the gte digrm crefully, we will end up hving three exposed wire ends. We then solder pin to ech one of these wire ends, sel the entire device (except for the three pins) in plstic csing, nd lel it Xor. We cn repet this ssemly process mny times over. At the end of the dy, we cn store ll the chips tht we ve uilt in new in nd lel it Xor gtes. If we (or other people) re sked to construct some other chips in the future, we ll e le to use these Xor gtes s elementry uilding locks, just s we used the And, Or, nd Not gtes efore. As the reder hs proly sensed, the grge pproch to chip production leves much to e desired. For strters, there is no gurntee tht the given chip digrm is correct. Although we cn prove correctness in simple cses like Xor, we cnnot do so in mny relisticlly complex chips. Thus, we must settle for empiricl testing: Build the chip, connect it to power supply, ctivte nd dectivte the input pins in vrious configurtions, nd hope tht the chip puts will gree with its specifictions. If the chip fils to deliver the desired puts, we will hve to tinker with its physicl structure rther messy ffir. Further, even if we will come up with the right design, replicting the chip ssemly process mny times over will e time-consuming nd error-prone ffir. There must e etter wy! Hrdwre Description Lnguge ( HDL) Tody, hrdwre designers no longer uild nything with their re hnds. Insted, they pln nd optimize the chip rchitecture on computer worksttion, using structured modeling formlisms like Hrdwre Description Lnguge, or HDL (lso known s VHDL, where V stnds for Virtul ). The designer specifies the chip structure y writing n HDL progrm, which is then sujected to rigorous ttery of tests. These tests re crried virtully, using computer simultion: A specil softwre tool, clled hrdwre simultor, tkes the HDL progrm s input nd uilds n imge of the modeled chip in memory. Next, the designer cn instruct the simultor to test the virtul chip on vrious sets of inputs, generting simulted chip puts. The puts cn then e compred to the desired results, s mndted y the client who ordered the chip uilt. In ddition to testing the chip s correctness, the hrdwre designer will typiclly e interested in vriety of prmeters such s speed of computtion, energy consumption, nd the overll cost implied y the chip design. All these prm-
9 15 Boolen Logic eters cn e simulted nd quntified y the hrdwre simultor, helping the designer optimize the design until the simulted chip delivers desired cost/performnce levels. Thus, using HDL, one cn completely pln, deug, nd optimize the entire chip efore single penny is spent on ctul production. When the HDL progrm is deemed complete, tht is, when the performnce of the simulted chip stisfies the client who ordered it, the HDL progrm cn ecome the lueprint from which mny copies of the physicl chip cn e stmped in silicon. This finl step in the chip life cycle from n optimized HDL progrm to mss production is typiclly sourced to compnies tht specilize in chip friction, using one switching technology or nother. Exmple: Building Xor Gte As we hve seen in figures 1.2 nd 1.5, one wy to define exclusive or is Xorð; Þ ¼OrðAndð; NotðÞÞ; AndðNotðÞ; ÞÞ. This logic cn e expressed either grphiclly, s gte digrm, or textully, s n HDL progrm. The ltter progrm is written in the HDL vrint used through this ook, defined in ppendix A. See figure 1.6 for the detils. Explntion An HDL definition of chip consists of heder section nd prts section. The heder section specifies the chip interfce, nmely the chip nme nd the nmes of its input nd put pins. The prts section descries the nmes nd topology of ll the lower-level prts (other chips) from which this chip is constructed. Ech prt is represented y sttement tht specifies the prt nme nd the wy it is connected to other prts in the design. Note tht in order to write such sttements legily, the HDL progrmmer must hve complete documenttion of the underlying prts interfces. For exmple, figure 1.6 ssumes tht the input nd put pins of the Not gte re leled in nd, nd those of And nd Or re leled, nd. This API-type informtion is not ovious, nd one must hve ccess to it efore one cn plug the chip prts into the present code. Inter-prt connections re descried y creting nd connecting internl pins, s needed. For exmple, consider the ottom of the gte digrm, where the put of Not gte is piped into the input of susequent And gte. The HDL code descries this connection y the pir of sttements Not(...,=not) nd And(=not,...). The first sttement cretes n internl pin (ound wire) nmed not, feeding into it. The second sttement feeds the vlue of not into the input of n And gte. Note tht pins my hve n unlimited fn. For exmple, in figure 1.6, ech input is simultneously fed into two gtes. In gte
10 16 Chpter 1 in not And w1 Or in not And w2 HDL progrm (Xor.hdl) Test script (Xor.tst) Output file (Xor.) /* Xor (exclusive or) gte: If <> =1 else =0. */ CHIP Xor { IN, ; OUT ; PARTS: Not(in=, =not); Not(in=, =not); And(=, =not, =w1); And(=not, =, =w2); Or(=w1, =w2, =); } lod Xor.hdl, put-list,, ; set 0, set 0, evl, put; set 0, set 1, evl, put; set 1, set 0, evl, put; set 1, set 1, evl, put; Figure 1.6 HDL implementtion of Xor gte. digrms, multiple connections re descried using forks. In HDL, the existence of forks is implied y the code. Testing Rigorous qulity ssurnce mndtes tht chips e tested in specific, replicle, nd well-documented fshion. With tht in mind, hrdwre simultors re usully designed to run test scripts, written in some scripting lnguge. For exmple, the test script in figure 1.6 is written in the scripting lnguge understood y the hrdwre simultor supplied with the ook. This scripting lnguge is descried fully in ppendix B. Let us give rief description of the test script from figure 1.6. The first two lines of the test script instruct the simultor to lod the Xor.hdl progrm nd get redy to
11 17 Boolen Logic print the vlues of selected vriles. Next, the script lists series of testing scenrios, designed to simulte the vrious contingencies under which the Xor chip will hve to operte in rel-life situtions. In ech scenrio, the script instructs the simultor to ind the chip inputs to certin dt vlues, compute the resulting put, nd record the test results in designted put file. In the cse of simple gtes like Xor, one cn write n exhustive test script tht enumertes ll the possile input vlues of the gte. The resulting put file (right side of figure 1.6) cn then e viewed s complete empiricl proof tht the chip is well designed. The luxury of such certitude is not fesile in more complex chips, s we will see lter Hrdwre Simultion Since HDL is hrdwre construction lnguge, the process of writing nd deugging HDL progrms is quite similr to softwre development. The min difference is tht insted of writing code in lnguge like Jv, we write it in HDL, nd insted of using compiler to trnslte nd test the code, we use hrdwre simultor. The hrdwre simultor is computer progrm tht knows how to prse nd interpret HDL code, turn it into n executle representtion, nd test it ccording to the specifictions of given test script. There exist mny commercil hrdwre simultors on the mrket, nd these vry gretly in terms of cost, complexity, nd ese of use. Together with this ook we provide simple (nd free!) hrdwre simultor tht is sufficiently powerful to support sophisticted hrdwre design projects. In prticulr, the simultor provides ll the necessry tools for uilding, testing, nd integrting ll the chips presented in the ook, leding to the construction of generl-purpose computer. Figure 1.7 illustrtes typicl chip simultion session. 1.2 Specifiction This section specifies typicl set of gtes, ech designed to crry common Boolen opertion. These gtes will e used in the chpters tht follow to construct the full rchitecture of typicl modern computer. Our strting point is single primitive Nnd gte, from which ll other gtes will e derived recursively. Note tht we provide only the gtes specifictions, or interfces, delying implementtion detils until susequent section. Reders who wish to construct the specified gtes in HDL re encourged to do so, referring to ppendix A s needed. All the gtes cn e uilt nd simulted on personl computer, using the hrdwre simultor supplied with the ook.
12 18 Chpter 1 simultor controls test script HDL progrm current pin vlues typicl simultion step put file Figure 1.7 A screen shot of simulting n Xor chip on the hrdwre simultor. The simultor stte is shown just fter the test script hs completed running. The pin vlues correspond to the lst simultion step ( ¼ ¼ 1). Note tht the put file generted y the simultion is consistent with the Xor truth tle, indicting tht the loded HDL progrm delivers correct Xor functionlity. The compre file, not shown in the figure nd typiclly specified y the chip s client, hs exctly the sme structure nd contents s tht of the put file. The fct tht the two files gree with ech other is evident from the sttus messge displyed t the ottom of the screen.
13 19 Boolen Logic The Nnd Gte The strting point of our computer rchitecture is the Nnd gte, from which ll other gtes nd chips re uilt. The Nnd gte is designed to compute the following Boolen function: Nndð; Þ Through the ook, we use chip API oxes to specify chips. For ech chip, the API specifies the chip nme, the nmes of its input nd put pins, the function or opertion tht the chip effects, nd n optionl comment. Chip nme: Nnd Inputs:, Outputs: Function: If ==1 then =0 else =1 Comment: This gte is considered primitive nd thus there is no need to implement it Bsic Logic Gtes Some of the logic gtes presented here re typiclly referred to s elementry or sic. At the sme time, every one of them cn e composed from Nnd gtes lone. Therefore, they need not e viewed s primitive. Not The single-input Not gte, lso known s converter, converts its input from 0 to 1 nd vice vers. The gte API is s follows: Chip nme: Not Inputs: in Outputs: Function: If in=0 then =1 else =0.
14 20 Chpter 1 And The And function returns 1 when oth its inputs re 1, nd 0 otherwise. Chip nme: And Inputs:, Outputs: Function: If ==1 then =1 else =0. Or The Or function returns 1 when t lest one of its inputs is 1, nd 0 otherwise. Chip nme: Or Inputs:, Outputs: Function: If ==0 then =0 else =1. Xor The Xor function, lso known s exclusive or, returns 1 when its two inputs hve opposing vlues, nd 0 otherwise. Chip nme: Xor Inputs:, Outputs: Function: If =/ then =1 else =0. Multiplexor A multiplexor (figure 1.8) is three-input gte tht uses one of the inputs, clled selection it, to select nd put one of the other two inputs, clled dt its. Thus, etter nme for this device might hve een selector. The nme multiplexor ws dopted from communictions systems, where similr devices re used to serilize (multiplex) severl input signls over single put wire. Chip nme: Mux Inputs:,, sel Outputs: Function: If sel=0 then = else =.
15 21 Boolen Logic sel sel Mux sel Figure 1.8 on the left. Multiplexor. The tle t the top right is n revited version of the truth tle sel 0 in in in DMux sel Figure 1.9 Demultiplexor. Demultiplexor A demultiplexor (figure 1.9) performs the opposite function of multiplexor: It tkes single input nd chnnels it to one of two possile puts ccording to selector it tht specifies which put to chose. Chip nme: DMux Inputs: in, sel Outputs:, Function: If sel=0 then {=in, =0} else {=0, =in} Multi-Bit Versions of Bsic Gtes Computer hrdwre is typiclly designed to operte on multi-it rrys clled uses. For exmple, sic requirement of 32-it computer is to e le to compute (it-wise) n And function on two given 32-it uses. To implement this opertion, we cn uild n rry of 32 inry And gtes, ech operting seprtely
16 22 Chpter 1 on pir of its. In order to enclose ll this logic in one pckge, we cn encpsulte the gtes rry in single chip interfce consisting of two 32-it input uses nd one 32-it put us. This section descries typicl set of such multi-it logic gtes, s needed for the construction of typicl 16-it computer. We note in pssing tht the rchitecture of n-it logic gtes is siclly the sme irrespective of n s vlue. When referring to individul its in us, it is common to use n rry syntx. For exmple, to refer to individul its in 16-it us nmed dt, we use the nottion dt[0], dt[1],..., dt[15]. Multi-Bit Not An n-it Not gte pplies the Boolen opertion Not to every one of the its in its n-it input us: Chip nme: Not16 Inputs: in[16] // 16-it pin Outputs: [16] Function: For i=0..15 [i]=not(in[i]). Multi-Bit And An n-it And gte pplies the Boolen opertion And to every one of the n it-pirs rryed in its two n-it input uses: Chip nme: And16 Inputs: [16], [16] Outputs: [16] Function: For i=0..15 [i]=and([i],[i]). Multi-Bit Or An n-it Or gte pplies the Boolen opertion Or to every one of the n it-pirs rryed in its two n-it input uses: Chip nme: Or16 Inputs: [16], [16] Outputs: [16] Function: For i=0..15 [i]=or([i],[i]).
17 23 Boolen Logic Multi-Bit Multiplexor An n-it multiplexor is exctly the sme s the inry multiplexor descried in figure 1.8, except tht the two inputs re ech n-it wide; the selector is single it. Chip nme: Mux16 Inputs: [16], [16], sel Outputs: [16] Function: If sel=0 then for i=0..15 [i]=[i] else for i=0..15 [i]=[i] Multi-Wy Versions of Bsic Gtes Mny 2-wy logic gtes tht ccept two inputs hve nturl generliztion to multiwy vrints tht ccept n ritrry numer of inputs. This section descries set of multi-wy gtes tht will e used susequently in vrious chips in our computer rchitecture. Similr generliztions cn e developed for other rchitectures, s needed. Multi-Wy Or An n-wy Or gte puts 1 when t lest one of its n it inputs is 1, nd 0 otherwise. Here is the 8-wy vrint of this gte: Chip nme: Or8Wy Inputs: in[8] Outputs: Function: =Or(in[0],in[1],...,in[7]). Multi-Wy/ Multi-Bit Multiplexor An m-wy n-it multiplexor selects one of mnit input uses nd puts it to single n-it put us. The selection is specified y set of k control its, where k ¼ log 2 m. Figure 1.10 depicts typicl exmple. The computer pltform tht we develop in this ook requires two vritions of this chip: A 4-wy 16-it multiplexor nd n 8-wy 16-it multiplexor:
18 24 Chpter 1 sel[1] sel[0] c 1 1 d c d 4-wy Mux,,c,d nd re ech 16-it wide sel[1] sel[0] Figure wy multiplexor. The width of the input nd put uses my vry. Chip nme: Mux4Wy16 Inputs: [16], [16], c[16], d[16], sel[2] Outputs: [16] Function: If sel=00 then = else if sel=01 then = else if sel=10 then =c else if sel=11 then =d Comment: The ssignment opertions mentioned ove re ll 16-it. For exmple, "=" mens "for i=0..15 [i]=[i]". Chip nme: Mux8Wy16 Inputs: [16],[16],c[16],d[16],e[16],f[16],g[16],h[16], sel[3] Outputs: [16] Function: If sel=000 then = else if sel=001 then = else if sel=010 =c... else if sel=111 then =h Comment: The ssignment opertions mentioned ove re ll 16-it. For exmple, "=" mens "for i=0..15 [i]=[i]". Multi-Wy/ Multi-Bit Demultiplexor An m-wy n-it demultiplexor (figure 1.11) chnnels single n-it input into one of m possile n-it puts. The selection is specified y set of k control its, where k ¼ log 2 m. The specific computer pltform tht we will uild requires two vritions of this chip: A 4-wy 1-it demultiplexor nd n 8-wy 1-it multiplexor, s follows.
19 25 Boolen Logic sel[1] sel[0] c d 0 0 in in in in in sel[1] 4-wy DMux sel[0] Figure wy demultiplexor. Chip nme: DMux4Wy Inputs: in, sel[2] Outputs:,, c, d Function: If sel=00 then {=in, =c=d=0} else if sel=01 then {=in, =c=d=0} else if sel=10 then {c=in, ==d=0} else if sel=11 then {d=in, ==c=0}. Chip nme: DMux8Wy Inputs: in, sel[3] Outputs:,, c, d, e, f, g, h Function: If sel=000 then {=in, =c=d=e=f=g=h=0} else if sel=001 then {=in, =c=d=e=f=g=h=0} else if sel= else if sel=111 then {h=in, ==c=d=e=f=g=0}. 1.3 Implementtion Similr to the role of xioms in mthemtics, primitive gtes provide set of elementry uilding locks from which everything else cn e uilt. Opertionlly, primitive gtes hve n off-the-shelf implementtion tht is supplied externlly. Thus, they cn e used in the construction of other gtes nd chips with worrying their internl design. In the computer rchitecture tht we re now eginning
20 26 Chpter 1 to uild, we hve chosen to se ll the hrdwre on one primitive gte only: Nnd. We now turn to lining the first stge of this ottom-up hrdwre construction project, one gte t time. Our implementtion guidelines re intentionlly prtil, since we wnt you to discover the ctul gte rchitectures yourself. We reiterte tht ech gte cn e implemented in more thn one wy; the simpler the implementtion, the etter. Not: The implementtion of unry Not gte from inry Nnd gte is simple. Tip: Think positive. And: Once gin, the gte implementtion is simple. Tip: Think negtive. Or/ Xor: These functions cn e defined in terms of some of the Boolen functions implemented previously, using some simple Boolen mnipultions. Thus, the respective gtes cn e uilt using previously uilt gtes. Multiplexor/ Demultiplexor: gtes. Likewise, these gtes cn e uilt using previously uilt Multi-Bit Not/And/Or Gtes: Since we lredy know how to implement the elementry versions of these gtes, the implementtion of their n-ry versions is simply mtter of constructing rrys of n elementry gtes, hving ech gte operte seprtely on its it inputs. This implementtion tsk is rther oring, ut it will crry its weight when these multi-it gtes re used in more complex chips, s descried in susequent chpters. Multi-Bit Multiplexor: The implementtion of n n-ry multiplexor is simply mtter of feeding the sme selection it to every one of n inry multiplexors. Agin, oring tsk resulting in very useful chip. Multi-Wy Gtes: Implementtion tip: Think forks. 1.4 Perspective This chpter descried the first steps tken in n pplied digitl design project. In the next chpter we will uild more complicted functionlity using the gtes uilt here.
21 27 Boolen Logic Although we hve chosen to use Nnd s our sic uilding lock, other pproches re possile. For exmple, one cn uild complete computer pltform using Nor gtes lone, or, lterntively, comintion of And, Or, nd Not gtes. These constructive pproches to logic design re theoreticlly equivlent, just s ll theorems in geometry cn e founded on different sets of xioms s lterntive points of deprture. The theory nd prctice of such constructions re covered in stndrd textooks digitl design or logic design. Through the chpter, we pid no ttention to efficiency considertions such s the numer of elementry gtes used in constructing composite gte or the numer of wire crossovers implied y the design. Such considertions re criticlly importnt in prctice, nd gret del of computer science nd electricl engineering expertise focuses on optimizing them. Another issue we did not ddress t ll is the physicl implementtion of gtes nd chips using the lws of physics, for exmple, the role of trnsistors emedded in silicon. There re of course severl such implementtion options, ech hving its own chrcteristics (speed, power requirements, production cost, etc.). Any nontrivil coverge of these issues requires some ckground in electronics nd physics. 1.5 Project Ojective Implement ll the logic gtes presented in the chpter. The only uilding locks tht you cn use re primitive Nnd gtes nd the composite gtes tht you will grdully uild on top of them. Resources The only tool tht you need for this project is the hrdwre simultor supplied with the ook. All the chips should e implemented in the HDL lnguge specified in ppendix A. For ech one of the chips mentioned in the chpter, we provide skeletl.hdl progrm (text file) with missing implementtion prt. In ddition, for ech chip we provide.tst script file tht tells the hrdwre simultor how to test it, long with the correct put file tht this script should generte, clled.cmp or compre file. Your jo is to complete the missing implementtion prts of the supplied.hdl progrms. Contrct When loded into the hrdwre simultor, your chip design (modified.hdl progrm), tested on the supplied.tst file, should produce the puts listed in the supplied.cmp file. If tht is not the cse, the simultor will let you know.
22 28 Chpter 1 Tips The Nnd gte is considered primitive nd thus there is no need to uild it: Whenever you use Nnd in one of your HDL progrms, the simultor will utomticlly invoke its uilt-in tools/uiltin/nnd.hdl implementtion. We recommend implementing the other gtes in this project in the order in which they pper in the chpter. However, since the uiltin directory fetures working versions of ll the chips descried in the ook, you cn lwys use these chips with defining them first: The simultor will utomticlly use their uilt-in versions. For exmple, consider the skeletl Mux.hdl progrm supplied in this project. Suppose tht for one reson or nother you did not complete this progrm s implementtion, ut you still wnt to use Mux gtes s internl prts in other chip designs. This is not prolem, thnks to the following convention. If our simultor fils to find Mux.hdl file in the current directory, it utomticlly invokes uilt-in Mux implementtion, pre-supplied with the simultor s softwre. This uiltin implementtion Jv clss stored in the uiltin directory hs the sme interfce nd functionlity s those of the Mux gte descried in the ook. Thus, if you wnt the simultor to ignore one or more of your chip implementtions, simply move the corresponding.hdl files of the current directory. Steps We recommend proceeding in the following order: 0. The hrdwre simultor needed for this project is ville in the tools directory of the ook s softwre suite. 1. Red ppendix A, sections A1 A6 only. 2. Go through the hrdwre simultor tutoril, prts I, II, nd III only. 3. Build nd simulte ll the chips specified in the projects/01 directory.
CS99S Laboratory 2 Preparation Copyright W. J. Dally 2001 October 1, 2001
CS99S Lortory 2 Preprtion Copyright W. J. Dlly 2 Octoer, 2 Ojectives:. Understnd the principle of sttic CMOS gte circuits 2. Build simple logic gtes from MOS trnsistors 3. Evlute these gtes to oserve logic
Regular Sets and Expressions
Regulr Sets nd Expressions Finite utomt re importnt in science, mthemtics, nd engineering. Engineers like them ecuse they re super models for circuits (And, since the dvent of VLSI systems sometimes finite
5 a LAN 6 a gateway 7 a modem
STARTER With the help of this digrm, try to descrie the function of these components of typicl network system: 1 file server 2 ridge 3 router 4 ckone 5 LAN 6 gtewy 7 modem Another Novell LAN Router Internet
Homework 3 Solutions
CS 341: Foundtions of Computer Science II Prof. Mrvin Nkym Homework 3 Solutions 1. Give NFAs with the specified numer of sttes recognizing ech of the following lnguges. In ll cses, the lphet is Σ = {,1}.
Reasoning to Solve Equations and Inequalities
Lesson4 Resoning to Solve Equtions nd Inequlities In erlier work in this unit, you modeled situtions with severl vriles nd equtions. For exmple, suppose you were given usiness plns for concert showing
EQUATIONS OF LINES AND PLANES
EQUATIONS OF LINES AND PLANES MATH 195, SECTION 59 (VIPUL NAIK) Corresponding mteril in the ook: Section 12.5. Wht students should definitely get: Prmetric eqution of line given in point-direction nd twopoint
Section 5-4 Trigonometric Functions
5- Trigonometric Functions Section 5- Trigonometric Functions Definition of the Trigonometric Functions Clcultor Evlution of Trigonometric Functions Definition of the Trigonometric Functions Alternte Form
Lec 2: Gates and Logic
Lec 2: Gtes nd Logic Kvit Bl CS 34, Fll 28 Computer Science Cornell University Announcements Clss newsgroup creted Posted on we-pge Use it for prtner finding First ssignment is to find prtners Due this
Learning Outcomes. Computer Systems - Architecture Lecture 4 - Boolean Logic. What is Logic? Boolean Logic 10/28/2010
/28/2 Lerning Outcomes At the end of this lecture you should: Computer Systems - Architecture Lecture 4 - Boolen Logic Eddie Edwrds [email protected] http://www.doc.ic.c.uk/~eedwrds/compsys (Hevily sed
Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE. Date: Friday 16 th May 2008. Time: 14:00 16:00
COMP20212 Two hours UNIVERSITY OF MANCHESTER SCHOOL OF COMPUTER SCIENCE Digitl Design Techniques Dte: Fridy 16 th My 2008 Time: 14:00 16:00 Plese nswer ny THREE Questions from the FOUR questions provided
Section 5.2, Commands for Configuring ISDN Protocols. Section 5.3, Configuring ISDN Signaling. Section 5.4, Configuring ISDN LAPD and Call Control
Chpter 5 Configurtion of ISDN Protocols This chpter provides instructions for configuring the ISDN protocols in the SP201 for signling conversion. Use the sections tht reflect the softwre you re configuring.
Welch Allyn CardioPerfect Workstation Installation Guide
Welch Allyn CrdioPerfect Worksttion Instlltion Guide INSTALLING CARDIOPERFECT WORKSTATION SOFTWARE & ACCESSORIES ON A SINGLE PC For softwre version 1.6.5 or lter For network instlltion, plese refer to
A.7.1 Trigonometric interpretation of dot product... 324. A.7.2 Geometric interpretation of dot product... 324
A P P E N D I X A Vectors CONTENTS A.1 Scling vector................................................ 321 A.2 Unit or Direction vectors...................................... 321 A.3 Vector ddition.................................................
Bayesian Updating with Continuous Priors Class 13, 18.05, Spring 2014 Jeremy Orloff and Jonathan Bloom
Byesin Updting with Continuous Priors Clss 3, 8.05, Spring 04 Jeremy Orloff nd Jonthn Bloom Lerning Gols. Understnd prmeterized fmily of distriutions s representing continuous rnge of hypotheses for the
Experiment 6: Friction
Experiment 6: Friction In previous lbs we studied Newton s lws in n idel setting, tht is, one where friction nd ir resistnce were ignored. However, from our everydy experience with motion, we know tht
and thus, they are similar. If k = 3 then the Jordan form of both matrices is
Homework ssignment 11 Section 7. pp. 249-25 Exercise 1. Let N 1 nd N 2 be nilpotent mtrices over the field F. Prove tht N 1 nd N 2 re similr if nd only if they hve the sme miniml polynomil. Solution: If
Words Symbols Diagram. abcde. a + b + c + d + e
Logi Gtes nd Properties We will e using logil opertions to uild mhines tht n do rithmeti lultions. It s useful to think of these opertions s si omponents tht n e hooked together into omplex networks. To
Polynomial Functions. Polynomial functions in one variable can be written in expanded form as ( )
Polynomil Functions Polynomil functions in one vrible cn be written in expnded form s n n 1 n 2 2 f x = x + x + x + + x + x+ n n 1 n 2 2 1 0 Exmples of polynomils in expnded form re nd 3 8 7 4 = 5 4 +
Small Businesses Decisions to Offer Health Insurance to Employees
Smll Businesses Decisions to Offer Helth Insurnce to Employees Ctherine McLughlin nd Adm Swinurn, June 2014 Employer-sponsored helth insurnce (ESI) is the dominnt source of coverge for nonelderly dults
One Minute To Learn Programming: Finite Automata
Gret Theoreticl Ides In Computer Science Steven Rudich CS 15-251 Spring 2005 Lecture 9 Fe 8 2005 Crnegie Mellon University One Minute To Lern Progrmming: Finite Automt Let me tech you progrmming lnguge
OUTLINE SYSTEM-ON-CHIP DESIGN. GETTING STARTED WITH VHDL August 31, 2015 GAJSKI S Y-CHART (1983) TOP-DOWN DESIGN (1)
August 31, 2015 GETTING STARTED WITH VHDL 2 Top-down design VHDL history Min elements of VHDL Entities nd rhitetures Signls nd proesses Dt types Configurtions Simultor sis The testenh onept OUTLINE 3 GAJSKI
Appendix D: Completing the Square and the Quadratic Formula. In Appendix A, two special cases of expanding brackets were considered:
Appendi D: Completing the Squre nd the Qudrtic Formul Fctoring qudrtic epressions such s: + 6 + 8 ws one of the topics introduced in Appendi C. Fctoring qudrtic epressions is useful skill tht cn help you
AntiSpyware Enterprise Module 8.5
AntiSpywre Enterprise Module 8.5 Product Guide Aout the AntiSpywre Enterprise Module The McAfee AntiSpywre Enterprise Module 8.5 is n dd-on to the VirusScn Enterprise 8.5i product tht extends its ility
4.11 Inner Product Spaces
314 CHAPTER 4 Vector Spces 9. A mtrix of the form 0 0 b c 0 d 0 0 e 0 f g 0 h 0 cnnot be invertible. 10. A mtrix of the form bc d e f ghi such tht e bd = 0 cnnot be invertible. 4.11 Inner Product Spces
How To Network A Smll Business
Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology
New Internet Radio Feature
XXXXX XXXXX XXXXX /XW-SMA3/XW-SMA4 New Internet Rdio Feture EN This wireless speker hs een designed to llow you to enjoy Pndor*/Internet Rdio. In order to ply Pndor/Internet Rdio, however, it my e necessry
FAULT TREES AND RELIABILITY BLOCK DIAGRAMS. Harry G. Kwatny. Department of Mechanical Engineering & Mechanics Drexel University
SYSTEM FAULT AND Hrry G. Kwtny Deprtment of Mechnicl Engineering & Mechnics Drexel University OUTLINE SYSTEM RBD Definition RBDs nd Fult Trees System Structure Structure Functions Pths nd Cutsets Reliility
0.1 Basic Set Theory and Interval Notation
0.1 Bsic Set Theory nd Intervl Nottion 3 0.1 Bsic Set Theory nd Intervl Nottion 0.1.1 Some Bsic Set Theory Notions Like ll good Mth ooks, we egin with definition. Definition 0.1. A set is well-defined
Example 27.1 Draw a Venn diagram to show the relationship between counting numbers, whole numbers, integers, and rational numbers.
2 Rtionl Numbers Integers such s 5 were importnt when solving the eqution x+5 = 0. In similr wy, frctions re importnt for solving equtions like 2x = 1. Wht bout equtions like 2x + 1 = 0? Equtions of this
Integration by Substitution
Integrtion by Substitution Dr. Philippe B. Lvl Kennesw Stte University August, 8 Abstrct This hndout contins mteril on very importnt integrtion method clled integrtion by substitution. Substitution is
SPECIAL PRODUCTS AND FACTORIZATION
MODULE - Specil Products nd Fctoriztion 4 SPECIAL PRODUCTS AND FACTORIZATION In n erlier lesson you hve lernt multipliction of lgebric epressions, prticulrly polynomils. In the study of lgebr, we come
Factoring Polynomials
Fctoring Polynomils Some definitions (not necessrily ll for secondry school mthemtics): A polynomil is the sum of one or more terms, in which ech term consists of product of constnt nd one or more vribles
PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY
MAT 0630 INTERNET RESOURCES, REVIEW OF CONCEPTS AND COMMON MISTAKES PROF. BOYAN KOSTADINOV NEW YORK CITY COLLEGE OF TECHNOLOGY, CUNY Contents 1. ACT Compss Prctice Tests 1 2. Common Mistkes 2 3. Distributive
2 DIODE CLIPPING and CLAMPING CIRCUITS
2 DIODE CLIPPING nd CLAMPING CIRCUITS 2.1 Ojectives Understnding the operting principle of diode clipping circuit Understnding the operting principle of clmping circuit Understnding the wveform chnge of
Operations with Polynomials
38 Chpter P Prerequisites P.4 Opertions with Polynomils Wht you should lern: Write polynomils in stndrd form nd identify the leding coefficients nd degrees of polynomils Add nd subtrct polynomils Multiply
Object Semantics. 6.170 Lecture 2
Object Semntics 6.170 Lecture 2 The objectives of this lecture re to: to help you become fmilir with the bsic runtime mechnism common to ll object-oriented lnguges (but with prticulr focus on Jv): vribles,
Use Geometry Expressions to create a more complex locus of points. Find evidence for equivalence using Geometry Expressions.
Lerning Objectives Loci nd Conics Lesson 3: The Ellipse Level: Preclculus Time required: 120 minutes In this lesson, students will generlize their knowledge of the circle to the ellipse. The prmetric nd
P.3 Polynomials and Factoring. P.3 an 1. Polynomial STUDY TIP. Example 1 Writing Polynomials in Standard Form. What you should learn
33337_0P03.qp 2/27/06 24 9:3 AM Chpter P Pge 24 Prerequisites P.3 Polynomils nd Fctoring Wht you should lern Polynomils An lgeric epression is collection of vriles nd rel numers. The most common type of
LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES
LINEAR TRANSFORMATIONS AND THEIR REPRESENTING MATRICES DAVID WEBB CONTENTS Liner trnsformtions 2 The representing mtrix of liner trnsformtion 3 3 An ppliction: reflections in the plne 6 4 The lgebr of
Small Business Networking
Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology
Small Business Networking
Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd processes. Introducing technology
Integration. 148 Chapter 7 Integration
48 Chpter 7 Integrtion 7 Integrtion t ech, by supposing tht during ech tenth of second the object is going t constnt speed Since the object initilly hs speed, we gin suppose it mintins this speed, but
Algebra Review. How well do you remember your algebra?
Algebr Review How well do you remember your lgebr? 1 The Order of Opertions Wht do we men when we write + 4? If we multiply we get 6 nd dding 4 gives 10. But, if we dd + 4 = 7 first, then multiply by then
Small Business Networking
Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology
Virtual Machine. Part II: Program Control. Building a Modern Computer From First Principles. www.nand2tetris.org
Virtul Mchine Prt II: Progrm Control Building Modern Computer From First Principles www.nnd2tetris.org Elements of Computing Systems, Nisn & Schocken, MIT Press, www.nnd2tetris.org, Chpter 8: Virtul Mchine,
1.00/1.001 Introduction to Computers and Engineering Problem Solving Fall 2011 - Final Exam
1./1.1 Introduction to Computers nd Engineering Problem Solving Fll 211 - Finl Exm Nme: MIT Emil: TA: Section: You hve 3 hours to complete this exm. In ll questions, you should ssume tht ll necessry pckges
Engineer-to-Engineer Note
Engineer-to-Engineer Note EE-265 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t [email protected] nd t [email protected] Or visit our
How To Set Up A Network For Your Business
Why Network is n Essentil Productivity Tool for Any Smll Business TechAdvisory.org SME Reports sponsored by Effective technology is essentil for smll businesses looking to increse their productivity. Computer
JaERM Software-as-a-Solution Package
JERM Softwre-s--Solution Pckge Enterprise Risk Mngement ( ERM ) Public listed compnies nd orgnistions providing finncil services re required by Monetry Authority of Singpore ( MAS ) nd/or Singpore Stock
Or more simply put, when adding or subtracting quantities, their uncertainties add.
Propgtion of Uncertint through Mthemticl Opertions Since the untit of interest in n eperiment is rrel otined mesuring tht untit directl, we must understnd how error propgtes when mthemticl opertions re
Hillsborough Township Public Schools Mathematics Department Computer Programming 1
Essentil Unit 1 Introduction to Progrmming Pcing: 15 dys Common Unit Test Wht re the ethicl implictions for ming in tody s world? There re ethicl responsibilities to consider when writing computer s. Citizenship,
Introducing Kashef for Application Monitoring
WextWise 2010 Introducing Kshef for Appliction The Cse for Rel-time monitoring of dtcenter helth is criticl IT process serving vriety of needs. Avilbility requirements of 6 nd 7 nines of tody SOA oriented
Pentominoes. Pentominoes. Bruce Baguley Cascade Math Systems, LLC. The pentominoes are a simple-looking set of objects through which some powerful
Pentominoes Bruce Bguley Cscde Mth Systems, LLC Astrct. Pentominoes nd their reltives the polyominoes, polycues, nd polyhypercues will e used to explore nd pply vrious importnt mthemticl concepts. In this
Small Business Networking
Why network is n essentil productivity tool for ny smll business Effective technology is essentil for smll businesses looking to increse the productivity of their people nd business. Introducing technology
Start Here. IMPORTANT: To ensure that the software is installed correctly, do not connect the USB cable until step 17. Remove tape and cardboard
Strt Here 1 IMPORTANT: To ensure tht the softwre is instlled correctly, do not connect the USB cle until step 17. Follow the steps in order. If you hve prolems during setup, see Trouleshooting in the lst
9 CONTINUOUS DISTRIBUTIONS
9 CONTINUOUS DISTIBUTIONS A rndom vrible whose vlue my fll nywhere in rnge of vlues is continuous rndom vrible nd will be ssocited with some continuous distribution. Continuous distributions re to discrete
Techniques for Requirements Gathering and Definition. Kristian Persson Principal Product Specialist
Techniques for Requirements Gthering nd Definition Kristin Persson Principl Product Specilist Requirements Lifecycle Mngement Elicit nd define business/user requirements Vlidte requirements Anlyze requirements
All pay auctions with certain and uncertain prizes a comment
CENTER FOR RESEARC IN ECONOMICS AND MANAGEMENT CREAM Publiction No. 1-2015 All py uctions with certin nd uncertin prizes comment Christin Riis All py uctions with certin nd uncertin prizes comment Christin
6.2 Volumes of Revolution: The Disk Method
mth ppliction: volumes of revolution, prt ii Volumes of Revolution: The Disk Method One of the simplest pplictions of integrtion (Theorem ) nd the ccumultion process is to determine so-clled volumes of
Binary Representation of Numbers Autar Kaw
Binry Representtion of Numbers Autr Kw After reding this chpter, you should be ble to: 1. convert bse- rel number to its binry representtion,. convert binry number to n equivlent bse- number. In everydy
Morgan Stanley Ad Hoc Reporting Guide
spphire user guide Ferury 2015 Morgn Stnley Ad Hoc Reporting Guide An Overview For Spphire Users 1 Introduction The Ad Hoc Reporting tool is ville for your reporting needs outside of the Spphire stndrd
A Network Management System for Power-Line Communications and its Verification by Simulation
A Network Mngement System for Power-Line Communictions nd its Verifiction y Simultion Mrkus Seeck, Gerd Bumiller GmH Unterschluerscher-Huptstr. 10, D-90613 Großhersdorf, Germny Phone: +49 9105 9960-51,
Vectors 2. 1. Recap of vectors
Vectors 2. Recp of vectors Vectors re directed line segments - they cn be represented in component form or by direction nd mgnitude. We cn use trigonometry nd Pythgors theorem to switch between the forms
Data replication in mobile computing
Technicl Report, My 2010 Dt repliction in mobile computing Bchelor s Thesis in Electricl Engineering Rodrigo Christovm Pmplon HALMSTAD UNIVERSITY, IDE SCHOOL OF INFORMATION SCIENCE, COMPUTER AND ELECTRICAL
IaaS Configuration for Virtual Platforms
IS Configurtion for Virtul Pltforms vcloud Automtion Center 6.0 This document supports the version of ech product listed nd supports ll susequent versions until the document is replced y new edition. To
COMPONENTS: COMBINED LOADING
LECTURE COMPONENTS: COMBINED LOADING Third Edition A. J. Clrk School of Engineering Deprtment of Civil nd Environmentl Engineering 24 Chpter 8.4 by Dr. Ibrhim A. Asskkf SPRING 2003 ENES 220 Mechnics of
Solenoid Operated Proportional Directional Control Valve (with Pressure Compensation, Multiple Valve Series)
Solenoid Operted Proportionl Directionl Control Vlve (with Pressure Compenstion, Multiple Vlve Series) Hydrulic circuit (Exmple) v Fetures hese stcking type control vlves show pressure compensted type
Combined Liability Insurance. Information and Communication Technology Proposal form
Comined Liility Insurnce Informtion nd Communiction Technology Proposl form Comined Liility Insurnce Informtion nd Communiction Technology - Proposl form This proposl form must e completed nd signed y
APPLICATION NOTE Revision 3.0 MTD/PS-0534 August 13, 2008 KODAK IMAGE SENDORS COLOR CORRECTION FOR IMAGE SENSORS
APPLICATION NOTE Revision 3.0 MTD/PS-0534 August 13, 2008 KODAK IMAGE SENDORS COLOR CORRECTION FOR IMAGE SENSORS TABLE OF FIGURES Figure 1: Spectrl Response of CMOS Imge Sensor...3 Figure 2: Byer CFA Ptterns...4
VoIP for the Small Business
Reducing your telecommunictions costs VoIP (Voice over Internet Protocol) offers low cost lterntive to expensive trditionl phone services nd is rpidly becoming the communictions system of choice for smll
Health insurance exchanges What to expect in 2014
Helth insurnce exchnges Wht to expect in 2014 33096CAEENABC 02/13 The bsics of exchnges As prt of the Affordble Cre Act (ACA or helth cre reform lw), strting in 2014 ALL Americns must hve minimum mount
1.2 The Integers and Rational Numbers
.2. THE INTEGERS AND RATIONAL NUMBERS.2 The Integers n Rtionl Numers The elements of the set of integers: consist of three types of numers: Z {..., 5, 4, 3, 2,, 0,, 2, 3, 4, 5,...} I. The (positive) nturl
Java CUP. Java CUP Specifications. User Code Additions You may define Java code to be included within the generated parser:
Jv CUP Jv CUP is prser-genertion tool, similr to Ycc. CUP uilds Jv prser for LALR(1) grmmrs from production rules nd ssocited Jv code frgments. When prticulr production is recognized, its ssocited code
Rotating DC Motors Part II
Rotting Motors rt II II.1 Motor Equivlent Circuit The next step in our consiertion of motors is to evelop n equivlent circuit which cn be use to better unerstn motor opertion. The rmtures in rel motors
Source Code verification Using Logiscope and CodeReducer. Christophe Peron Principal Consultant Kalimetrix
Source Code verifiction Using Logiscope nd CodeReducer Christophe Peron Principl Consultnt Klimetrix Agend Introducing Logiscope: Improving confidence nd developer s productivity Bsed on stte-of-the-rt
GFI MilArchiver 6 vs Quest Softwre Archive Mnger GFI Softwre www.gfi.com GFI MilArchiver 6 vs Quest Softwre Archive Mnger GFI MilArchiver 6 Quest Softwre Archive Mnger Who we re Generl fetures Supports
DEVELOPMENT. Introduction to Virtualization E-book. anow is the time to realize all of the benefits of virtualizing your test and development lab.
Introduction to Virtuliztion E-book S Now is the time to relize ll of the benefits of virtulizing your test nd development lb. YOUR CHAPTER 3 p 2 A TEST AND p 4 VOLATILE IT S p 7 p 9 p 10 YOUR CHAPTER
Concept Formation Using Graph Grammars
Concept Formtion Using Grph Grmmrs Istvn Jonyer, Lwrence B. Holder nd Dine J. Cook Deprtment of Computer Science nd Engineering University of Texs t Arlington Box 19015 (416 Ytes St.), Arlington, TX 76019-0015
RTL Power Optimization with Gate-level Accuracy
RTL Power Optimiztion with Gte-level Accurcy Qi Wng Cdence Design Systems, Inc Sumit Roy Clypto Design Systems, Inc 555 River Oks Prkwy, Sn Jose 95125 2903 Bunker Hill Lne, Suite 208, SntClr 95054 [email protected]
Treatment Spring Late Summer Fall 0.10 5.56 3.85 0.61 6.97 3.01 1.91 3.01 2.13 2.99 5.33 2.50 1.06 3.53 6.10 Mean = 1.33 Mean = 4.88 Mean = 3.
The nlysis of vrince (ANOVA) Although the t-test is one of the most commonly used sttisticl hypothesis tests, it hs limittions. The mjor limittion is tht the t-test cn be used to compre the mens of only
Graphs on Logarithmic and Semilogarithmic Paper
0CH_PHClter_TMSETE_ 3//00 :3 PM Pge Grphs on Logrithmic nd Semilogrithmic Pper OBJECTIVES When ou hve completed this chpter, ou should be ble to: Mke grphs on logrithmic nd semilogrithmic pper. Grph empiricl
Tool Support for Feature-Oriented Software Development
Tool Support for Feture-Oriented Softwre Development FetureIDE: An Eclipse-Bsed Approch Thoms Leich [email protected] Sven Apel [email protected] Lur Mrnitz [email protected] ABSTRACT
HP Application Lifecycle Management
HP Appliction Lifecycle Mngement Softwre Version: 11.00 Tutoril Document Relese Dte: Novemer 2010 Softwre Relese Dte: Novemer 2010 Legl Notices Wrrnty The only wrrnties for HP products nd services re set
Basic Analysis of Autarky and Free Trade Models
Bsic Anlysis of Autrky nd Free Trde Models AUTARKY Autrky condition in prticulr commodity mrket refers to sitution in which country does not engge in ny trde in tht commodity with other countries. Consequently
GFI MilArchiver 6 vs C2C Archive One Policy Mnger GFI Softwre www.gfi.com GFI MilArchiver 6 vs C2C Archive One Policy Mnger GFI MilArchiver 6 C2C Archive One Policy Mnger Who we re Generl fetures Supports
Enterprise Risk Management Software Buyer s Guide
Enterprise Risk Mngement Softwre Buyer s Guide 1. Wht is Enterprise Risk Mngement? 2. Gols of n ERM Progrm 3. Why Implement ERM 4. Steps to Implementing Successful ERM Progrm 5. Key Performnce Indictors
Recognition Scheme Forensic Science Content Within Educational Programmes
Recognition Scheme Forensic Science Content Within Eductionl Progrmmes one Introduction The Chrtered Society of Forensic Sciences (CSoFS) hs been ccrediting the forensic content of full degree courses
Small Business Cloud Services
Smll Business Cloud Services Summry. We re thick in the midst of historic se-chnge in computing. Like the emergence of personl computers, grphicl user interfces, nd mobile devices, the cloud is lredy profoundly
, and the number of electrons is -19. e e 1.60 10 C. The negatively charged electrons move in the direction opposite to the conventional current flow.
Prolem 1. f current of 80.0 ma exists in metl wire, how mny electrons flow pst given cross section of the wire in 10.0 min? Sketch the directions of the current nd the electrons motion. Solution: The chrge
Solution to Problem Set 1
CSE 5: Introduction to the Theory o Computtion, Winter A. Hevi nd J. Mo Solution to Prolem Set Jnury, Solution to Prolem Set.4 ). L = {w w egin with nd end with }. q q q q, d). L = {w w h length t let
DlNBVRGH + Sickness Absence Monitoring Report. Executive of the Council. Purpose of report
DlNBVRGH + + THE CITY OF EDINBURGH COUNCIL Sickness Absence Monitoring Report Executive of the Council 8fh My 4 I.I...3 Purpose of report This report quntifies the mount of working time lost s result of
5.2. LINE INTEGRALS 265. Let us quickly review the kind of integrals we have studied so far before we introduce a new one.
5.2. LINE INTEGRALS 265 5.2 Line Integrls 5.2.1 Introduction Let us quickly review the kind of integrls we hve studied so fr before we introduce new one. 1. Definite integrl. Given continuous rel-vlued
Engineer-to-Engineer Note
Engineer-to-Engineer Note EE-280 Technicl notes on using Anlog Devices DSPs, processors nd development tools Visit our Web resources http://www.nlog.com/ee-notes nd http://www.nlog.com/processors or e-mil
Protocol Analysis. 17-654/17-764 Analysis of Software Artifacts Kevin Bierhoff
Protocol Anlysis 17-654/17-764 Anlysis of Softwre Artifcts Kevin Bierhoff Tke-Awys Protocols define temporl ordering of events Cn often be cptured with stte mchines Protocol nlysis needs to py ttention
