Use of compiler optimization of software bypassing as a method to improve energy efficiency of exposed data path architectures

Size: px
Start display at page:

Download "Use of compiler optimization of software bypassing as a method to improve energy efficiency of exposed data path architectures"

Transcription

1 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 RESEARCH Open Access Use of compiler optimiztion of softwre ypssing s method to improve energy efficiency of exposed dt pth rchitectures Vldimír Guzm *, Teemu Pitkänen nd Jrmo Tkl Astrct In the design of emedded systems, hrdwre nd softwre need to e co-explored together to meet trgets of performnce nd energy. With the use of ppliction-specific instruction-set processors, s stnd-lone solution or s prt of system on chip, the customiztion of processors for prticulr ppliction is known method to reduce energy requirements nd provide performnce. In prticulr, processor designs with exposed dt pths trde compile time complexity for simplified control hrdwre nd lower running costs. An exposed dt pth lso llows the removl of unused components of interconnection network, once the ppliction is compiled. In this pper, we propose the use of compiler technique for processors with exposed dt pths, clled softwre ypssing. Softwre ypssing llows the compiler to schedule dt trnsfers etween execution units directly, ypssing the use of generl-purpose register file, incresing scheduling freedom, with reduced dependencies induced y the reuse of registers, decresing the numer of red nd write ccesses to register files, nd llowing the use of register files with less red nd write ports while mintining or improving performnce nd mintining reprogrmmility. We compre our proposl ginst n rchitecture explortion technique, connectivity reduction, which finds in compiled ppliction ll interconnection network components tht re used nd removes those which re not, leding to n energy-efficient ppliction-specific instruction-set processor. We oserve tht the use of softwre ypssing leds to improvements in ppliction speed, with rchitectures hving the smllest numer of register file ports consistently outperforming rchitectures with lrger numer of ports, nd reduction in energy consumption. In contrst, connectivity reduction mintins the sme ppliction speed, reduces energy consumption, nd llows for increse in processor frequency; however, with the clock frequency incresed to mtch the performnce of softwre ypssing, energy consumption grows. We lso oserve tht in cse reprogrmmility is not n issue, the most energy-efficient solution is comintion of softwre ypssing nd connectivity reduction. 1 Introduction In n emedded domin, unlike in more trditionl highperformnce computing, performnce closely reltes to energy. Efficient solutions utilize the knowledge of ppliction or ppliction domin to explore hrdwre nd softwre techniques, eventully leding to ppliction-specific instruction-set processors, nd to provide enough performnce for prticulr tsk, or set of tsks, while minimizing energy requirements. The explortion of ville instruction-level prllelism *Correspondence: vldimir.guzm@tut.fi Deprtment of Computer Systems, Tmpere University of Technology, Tmpere 3372, Finlnd (ILP) nd the use of instruction-set extensions re common wys to improve clock cycle performnce, leding to lower opertion frequencies nd lower energy requirements. When exploring ILP in computtion, lrge numer of generl-purpose registers contriutes to the increse in performnce. Hving progrm vriles in independent registers llows dt-independent computtion pths to e scheduled in prllel, on different execution units. However, in terms of lgorithm computtion, the time nd energy spent on trnsferring vlues etween functionunitsndregisterfilesrewsted,notcontriuting to ctul computtion directly, since only the energy spent 213 Guzm et l.; licensee Springer. This is n Open Access rticle distriuted under the terms of the Cretive Commons Attriution License ( which permits unrestricted use, distriution, nd reproduction in ny medium, provided the originl work is properly cited.

2 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 2 of 3 while computing in function units is ctully useful to compute results. In ddition, when prllel execution requires ccess to severl generl-purpose registers in the sme cycle, register files need to provide enough red nd write ports to llow such ccess, leding to incresed complexity nd higher energy requirements of register files. Another method on how to increse the performnce of emedded processors is the customiztion of instruction set [1,2]. Complex computtion ptterns cn e implemented s custom function units, providing etter performnce nd freeing other processor resources for independent computtion pths. This customiztion, however, often leds to implementtion with higher numer of input vlues nd produces severl results, further elevting the prolem of the numer of register file ports nd necessry dt trnsports etween function units nd register files. Yet nother method to reduce energy requirements of custom processor is the optimiztion of the dt pth. To mintin the est progrmmility nd llow mximum ILP exploittion, processor interconnection networks tend to e designed for the worst cse scenrio. However, once the ppliction schedule is set, we cnsimplyremovelltheunusedcomponentsofthe interconnection network, eventully mintining only the required connections (connectivity reduction). Thishs n effect on reduction in interconnection network complexity, instruction fetch nd decode energy requirements, nd cn llow for increse in processor clock frequency. An unfortunte effect of connectivity reduction, however, is limittion to reprogrmmility, or no reprogrmmility t ll, of such processor. In cse the ppliction is modified nd needs to e recompiled for the reduced rchitecture, the compiler my produce inefficient schedule working round missing connections or fil to schedule completely. In this pper, we propose the use of compiler optimiztion technique clled softwre ypssing, suitle for rchitectures with exposed dt pths, s tool for improving energy efficiency. By llowing the compiler to schedule dt trnsfers directly etween function unit outputs nd inputs, reding the vlue of previous computtion from the register file ecomes unnecessry. This helps reduce unnecessry energy costs of register files. In ddition, in the cse where ll of the uses of produced vlues cn e ypssed directly, the ctul write of vlue to generl-purpose register cn e discrded during compiltion (ded result move elimintion), reducing the totl numer of dt trnsfers on the interconnection network nd further contriuting to reduction in processor energy consumption. Additionl enefit of this optimiztion is the reduction of flse dt dependencies creted y register lloction when severl progrm vriles reuse the sme register to store the dt, effectively llowing the scheduler more scheduling freedom nd increses ville ILP to explore during instruction scheduling. We reson tht the comined enefits of softwre ypssing (reduction in register file reds nd writes, reduction in the numer of dt trnsfers on the interconnection network, nd improved cycle count) mtch those of connectivity reduction when it comes to energy efficiency while mintining full reprogrmmility. In situtions where reprogrmmility is not n issue, we propose the use of comintion of softwre ypssing nd connectivity reduction. We reson tht the enefits of these two complement ech other, providing for lrge energy svings. In prticulr, in order to mtch the clock cycleimprovementsginedytheuseofsoftwreypssing, processor with only reduced connectivity needs to run with higher clock frequency, eventully leding to n increse in energy requirements, possily exceeding energy udget. In our previous work [3], we considered conservtive pproch to softwre ypssing nd investigted its effect on clock cycle performnce nd reduction in register files reds nd writes depending on the heuristic prmeter guiding ypssing decisions. We lso discussed the impct of heuristic when to ypss on register file nd interconnection network energy consumption, however, using only hrdwre estimtor [4] nd single rchitecture. In this pper, we propose novel ypssing lgorithm nd use n extensive set of register file rchitecture types to investigte the effect of ypssing nd connectivity reduction on the energy of vrious processor core components directly influenced y one or oth of the methods. In ddition, we investigte the cost of mtching the performnce improvements rought y ypssing vi synthesis for higher clock frequency when only connectivity reduction is ville. We evlute our pproch using commercilly ville tools for processor synthesis, gte level simultion, nd power nlysis. The rest of this pper is orgnized s follows: Section 2 discusses previous work. Section 3 gives short introduction to rchitectures with exposed dt pths nd descries our choice, trnsport-triggered rchitectures. Section 4 gives n overview of our novel softwre ypssing lgorithm with integrted ded result move elimintion, s well s connectivity reduction. Section 5 outlines our experimentl setup, nd Section 6 provides discussion of the results of our experiments. Finlly, Section 7 concludesthispper. 2 Relted work Effects of ypssing register files re known nd pprecited in processor design [5,6], with reported register file power reduction of 12% on verge for Intel XScle

3 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 3 of 3 processor nd performnce loss of 2% in [5] nd up to 8% register file energy reduction compred to Reduced Instruction Set Computer (RISC)/Very Long Instruction Word (VLIW) counterprts in [6]. More nd more effort is spent in focusing on computtion nd distncing from the temporry dt storge. The trditionl use of register files for storing dt ecomes prolem with monolithic register files (RF) in VLIW processors with lrge numer of function units. The requirement of lrge numer of RF ports in such cse mkes the use of monolithic RF prohiitively expensive. Common solutions involve the clustering of RF into numer of smller ones. Intercluster communictioncntheneimplementedusingrftorfcopying nd/or red/write etween dedicted function units nd RF cross clusters. However, s shown in [7,8], using only register to register copies etween clusters reduces chievle ILP when compred to monolithic RF. Results closer to monolithic RF file cn e chieved with the use of direct reds nd writes from dedicted function unit to RF in different clusters, suggesting tht the RF to RF copies etween clusters should e voided when possile. Another step towrds etter performnce nd more chievle ILP is ypssing dt directly from function unit to function unit, voiding the use of RF ltogether. Such solution improves performnce nd reduces the energy required y RF ut cn e lso used to reduce the numer of required RF ports while retining performnce. The effective use of RF ypssing is dependent on the rchitecture s division of work etween the softwre nd the hrdwre. In order to ypss the RF, the compiler or hrdwre logic must e le to determine wht the consumers of the ypssed vlue re, effectively requiring dt flow informtion, nd how the direct opernd trnsfer cn e performed in the hrdwre. While hrdwre implementtions of RF ypssing my e trnsprent to progrmmer, they lso require dditionl logic nd wiring in the processor nd cn only nlyze limited instruction window for the required dt flow informtion. Hrdwre implementtions of ypssing cnnot get the enefit of reduced register pressure since the registers re lredy llocted to the vriles when the progrm is executing. However, the enefits from the reduced numer of RF ccesses re chieved. Register renming [9] lso increses ville ILP y the removl of flse dependencies. Dynmic strnds presented in [1] re n exmple of n lterntive hrdwre implementtion of RF ypssing. Strnds re dynmiclly detected tomic units of execution where registers cn e replced y direct dt trnsports etween opertions. In Explicit Dt Grph Execution (EDGE) rchitectures [11], opertions re stticlly ssigned to execution units, ut they re scheduled dynmiclly in dt-flow fshion. Instructions re orgnized in locks, nd ech lock specifies its register nd memory inputs nd outputs. Execution units re rrnged in mtrix, nd ech unit in the mtrix is ssigned sequence of opertions from the lock to e executed. Ech opertion is nnotted with the ddress of the execution unit to which the result should e sent. Intermedite results re thus trnsported directly to their destintions. Sttic strnds in [12] follow n erlier work [1] to decrese hrdwre costs. Strnds re found stticlly during compiltion nd nnotted to pss the informtion to the hrdwre. As result, the numer of required registers is reduced lredy in the compile time. This method ws, however, pplied only to trnsient opernds with single definition nd single use, effectively up to 72% of dynmic integer opernds, ypssing out hlf of them [12]. The uthors reported 16% to 24% svings in issue energy, 17% to 2% svings in ypss energy, 13% to 14% svings in register file energy, nd 15% improvement in instruction per cycle, using cycle-ccurte simultor for two hrdwre models: Reness (formerly Hitchi) SuperH SH4 nd IBM PowerPC 75FX emedded microprocessor. Dtflow mini-grphs [13] re treted s tomic units y processor. They hve the interfce of single instruction, with intermedite vriles live only in the ypss network. In [14], rchitecturlly visile virtul registers re used to reduce register pressure through ypssing. In this method, virtul register is only tg mrking dt dependence etween opertions without hving physicl storgeloctionintherf. Softwre implementtions of ypssing nlyze codes during compile time nd pss to the processor the exct informtion out the sources nd the destintions of ypssed dt trnsports, thus voiding ny dditionl ypssing nd nlyzing logic in the hrdwre. This requires n rchitecture with n exposed dt pth tht llows such direct progrmming, like the trnsport-triggered rchitectures (TTA) [15,16], synchronous trnsfer rchitecture [17], FlexCore [18], noinstruction-set-computer [19], or sttic pipelining [2]. A commercil ppliction of the TTA prdigm is the Mxim MAXQ generl-purpose microcontroller fmily [21]. The ssignment of destintion ddresses in n EDGE rchitecture corresponds to softwre ypssing in trnsport-triggered setting. Softwre-only ypssing ws previously implemented for TTA rchitecture using the experimentl MOVE frmework [22,23] nd MOVE-Pro [6]. TTAs re specil type of VLIW rchitectures. They llow progrms to define explicitly the opertions executed in ech function unit (FU) s well s to define how (with position in instruction defining us) nd when

4 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 4 of 3 dt re trnsferred (moved) to ech prticulr port of ech unit. With the option of hving registers in input nd output ports of FUs, TTA llows the scheduler to move opernds to FUs in different cycles nd red results severl cycles fter they re computed. Therefore, the limiting fctor for ypssing is the vilility of connections etween the source FU nd destintion FUs. In our previous work [3], we introduced simple, conservtive softwre ypssing implementtion. We, however, only focused on the improvements in cycle counts nd register file red nd write ccesses when chnging ypss ggressiveness heuristics. In [24], we discussed the mentioned simple ypssing lgorithm in terms of energy only using hrdwre cost estimtion model [4] nd single rchitecture. 3 Exposing dt pths: trnsport triggering pproch TTA [15] is n exposed dt pth rchitecture which llows the numer of rchitecturl resources to e selected, e.g., selection of the numer nd size of register files, numer of red nd write ports for ech register file individully. Similrly, the numer of function units s well s the opertion set of ech function unit cn e defined y n rchitecture designer. To connect them together, the interconnection network is designed, with choice of the numer of uses nd sockets to e used. Ech socket provides connection etween the function unit or register file port nd one or more uses. This llows for fully connected rchitectures, with most compiler freedom to choose how to trnsport dt etween the source nd destintion, s well s hevily reduced connectivity, with uses connecting only smll numer of components. It is necessry to point out tht complex fully connected interconnection network is expensive nd limits the mximum clock frequency. Alterntively, n optimized connectivity could llow for higher frequency; however, it reduces scheduling freedom. With less lterntives for trnsport, potentilly prllel dt trnsports often need to e serilized. Figure 1 shows n exmple of TTA. There re two function units in Figure 1, denoted s FU: one serving s n rithmetic nd logic unit (ALU) nd the other s LSU. GCU: denotes glol control unit, which is responsile for rnching opertions, nd RF: denotes single register file with two red nd two write ports. Figure 1 lso shows five trnsport uses nd 13 sockets connected to units nd uses.itcneseeninfigure1thtnotllthesockets re connected to ll the uses (s the lck dot denotes connection). Another interesting spect of TTA comes from VLIW inheritnce. An instruction defines wht dt trnsports re to e performed on ech us, which leds to wide instruction words. As mtter of fct, for ech us in the system, the instruction word encodes the source field of trnsport s well s destintion field of trnsport. While incresing numer of uses leds to more freedom for the compiler to schedule, it lso increses the instruction width. Reducing the connectivity etween sockets nd uses typiclly leds to lower numer of its required to encode dt trnsport for individul us nd nrrows the instruction width. However, in order to significntly reduce the negtive impct of the instruction width, instruction compression cn e pplied. Using dictionry compression [25,26], for exmple, the code density cn e improved significntly with decrese in spent energy s well. 4 Softwre ypssing nd connectivity reduction lgorithms In this section, we first discuss our two implementtions of softwre ypssing: First is conservtive pproch, previously pulished in [3], while the second one is n opportunistic pproch, which hs not een pulished previously. 4.1 Softwre ypssing nd ded result move elimintion Softwre ypssing nd ded result move elimintion on TTA processors cn e illustrted with n exmple. Let us consider the following code excerpt on RISC-type rchitecture: dd R3,r1,r2 dd R5,r4,R3 mul r1,r3,r5 The sme code in typicl TTA syntx on mchine with two uses could e the following: r2 -> dd.t; r1 -> dd.o; dd.r -> R3; r4 -> dd.o; R3 -> mul.o; R3 -> dd.t; dd.r -> R5;...; R5 -> mul.t;...; mul.r -> r1;...; We cn see tht individul dt trnsport to opernd (denoted with.o suffix) registers nd trigger registers (.t) from the generl-purpose registers (rx or RX) reexplicitly defined. In the sme mnner, the dt trnsport from the result register (.r) to generl-purpose registers re explicit. It is worth noting tht the timing of dt trnsport is not fixed. For instnce, register r4 is written to the opernd register of dd one cycle efore register R3 is written to the trigger register of dd, strtingctul computtion. Similrly, the opernd write of mul is two cycles efore the trigger write of the sme opertion strts execution.

5 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 5 of 3 Function units Register File Control Unit FU: ALU { dd, nd, gtu } FU: LSU { ldw, stw } RF: RF 42x32 GCU: gcu { jump, cll } Buses Trigger port Sockets Connections Figure 1 An exmple of TTA with five uses nd reduced connectivity. A TTA rchitecture with reduced connections etween sockets nd uses. A fully connected rchitecture would hve connection to ll uses in ech socket. The sme code with softwre ypssing nd ded result move elimintion pplied could e the following: r2 -> dd.t; r1 -> dd.o; dd.r -> mul.o; r4 -> dd.o; dd.r -> dd.t;...; dd.r -> mul.t;...; mul.r -> r1;...; We cn oserve direct dt trnsports from the result to opernd or trigger registers. Dt trnsports from the result register to the generl-purpose register re completely scrped for oth dditions (ded result move elimintion), s the results re used just once in multipliction, where they re trnsported directly from the result register of the dder. Compred to the first RISC-like exmple, we cn oserve tht ll the registers denoted with cpitl RX hve disppered, while the mount of work function units performed remins the sme. As the numer of registers ville in the rchitecture is limited, the compiler reuses the sme registers to store different vriles through the execution of the progrm. This leds to flse dependencies when instruction scheduling s reordering of the dt trnsport cn e limited y not rel dt dependence, such s producer consumer, ut flse dependence such s write-fter-red or write-fter-write. The removl of the uses of registers reduces this prolem induced y register lloction. Our first ypssing lgorithm is sed on dt dependence grph s prt of list scheduling, previously pulished in [3]. In order to prevent possile dedlocks, the lgorithm uses conservtive implementtion, which first schedules dt trnsports of ll opernds efore ttempting to ypss opernds directly from the result registers of other function units which produced required vlues. Redundnt result writes to the register file cn e removed only once ll the uses of the vlue written to the register file get ypssed nd the vlue is not used outside the current sic lock. As heuristic when not to ypss, simple distnce in cycles etween the originl write to the register, where the producer produces vlue, nd the cycle where the vlue is scheduled to e red from the register to the opernd of the consumer is used (lookbckdistnce). It is notle tht this implementtion works with top-down scheduling lgorithms [27]. Our second ypssing lgorithm is lso sed on dt dependence grph. However, while in the first cse we used top-down scheduling lgorithm, in this cse, we reversed the direction nd implemented ypssing during ottom-up scheduling. Due to the nture of ottom-up scheduling, we strt the scheduling of opertion y scheduling ll result moves of opertion. This hs n dvntge of immedite vilility of informtion whether or not ll of the uses of the result vlue ecome ypssed nd n unnecessry write to the register file cn e removed immeditely. In ddition, our implementtion strts with scheduling ofresultmoveswithnttempttofindllypssdestintions nd crete direct ypss moves - erly ypssing. Only in cse some of the destintions cnnot e ypssed, or the result vlue needs to e used outside the scope of the current sic lock, the result move to register in the register file is scheduled. Afterwrds, the ypssing is ttempted once gin for the destintions tht did not get

6 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 6 of 3 ypssed during erly ypssing. While this lte ypssing does not contriute to improvement in cycle counts of the current opertion nymore, it still removes unnecessry red from the register file nd frees register file red port. Only once ll of the result moves of the opertion re scheduled, with or without ypsses, the lgorithm ttempts to schedule input opernd moves s well. In cse the schedule of opernd moves fils, the result moves re unscheduled nd reschedule is ttempted, with only erly ypssing enled. If the scheduling of opernds still fils, result moves re unscheduled gin nd reschedule is ttempted, with only lte ypssing enled. Once gin, if the schedule of opernds still fils, scheduled moves re unscheduled nd reschedule is ttempted, without ny ypssing enled. Only if ll previous ttempts fil, the strting cycle of the scheduling is decresed nd reschedule is ttempted. The outline of our scheduling lgorithm is presented in Algorithm 1, with inputs denoting the set of the input opernds of the opertion eing scheduled nd with outputs denoting the possily empty set of the results the opertion produces. The ScheduleOperndWrites method simply tries to schedule input opernds of the opertion s lte s possile once the results of the opertion re successfully scheduled, tking into ccount the ltency nd pipeline chrcteristics of the opertion on the selected function unit. The method UnscheduleResultReds simply unschedules ll the previously scheduled results of the opertion nd undo possile ypsses. Actul ypssing of result moves is presented in Algorithm2, withcycle denoting the strting cycle from which the scheduling strts, outputs denoting the possily empty set of results the opertion eing scheduled produces, nd the two flgs ypsserly nd ypsslte indicting if ypssing should e ttempted erly or lte or oth. The method ScheduleCndidteALAP tries to schedule the originl result move to register s lte s possile, strting from cycle, in cse not ll of the result reds were successfully ypssed or if the result is used in different sic lock. Other ypssing strtegies re possile, including preregister lloction ypssing [28], recursively ypssing chin of opertions on criticl pth, ypssing fter the lock is fully scheduled without chnging schedule to reduce only register file ccesses, etc. 4.2 Simple connectivity reduction With the freedom of design choices offered y trnsporttriggered rchitectures, the process of mnully optimizing the connectivity of ctul processor cn ecome rther difficult. We strt y mnully selecting register file configurtion, s will e descried in Section 5, nd fully connected interconnection network. We used simple connectivity reduction. The ide ehind the lgorithm is to schedule n ppliction for fully connected TTA nd then simply remove the connections of function units nd register files to the uses tht were never used in the existing schedule. In ddition, whole function units nd their respective sockets could e removed, if unused y the ppliction. The reduction in the numer of socket-to-us connection should led to less its required to encode source nd destintion fields of dt trnsports for uses nd possily llow for higher clock frequency to e chieved. 5 Experimentl setup We selected open-source TTA-sed Co-design Environment [29,3] s the pltform for our experiments. To evlute the effect of softwre ypssing nd connectivity reduction, we selected n integer suset of CHStone v1.7 [31] enchmrk, s descried in Tle 1. The selected designs were identicl except for their register file configurtions. The numer of interconnection uses nd function units remin the sme for ll the tested rchitectures s well s the totl numer of registers. We selected the numer of interconnection uses in such wy tht they do not limit the mximum chievle instructionlevel prllelism ville in the selected enchmrks. Selected register file configurtions could e split into three ctegories: 1. Architectures with single multi-ported (SM) register file SM RF - 4 red 4 write ports (42 registers; Figure 2) SM RF - 3 red 3 write ports (42 registers; Figure 2) SM RF - 2 red 2 write ports (42 registers; Figure 2c) SM RF - 4 red 2 write ports (42 registers; Figure 2d) Tle 1 Integer suset of CHStone enchmrk used in our experiments Benchmrk Origin dpcm CHStone/SNU es CHStone/AIL lowfish CHStone/MiBench gsm CHStone/MediBench jpeg CHStone/The Portle Video Reserch Group mips CHStone motion CHStone/MediBench sh CHStone/MiBench

7 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 7 of 3 Algorithm 1 Scheduling moves of single opertion in ottom-up fshion 1: ScheduleOpertion(inputs, outputs) 2: resultsfiled := true 3: operndsfiled := true 4: ypsserly := true 5: ypsslte := true 6: cycle := DDGLtestCycle(outputs) 7: while cycle > or resultsfiled or operndsfiled do 8: resultsfiled := ScheduleResultReds(cycle, outputs, ypsserly, ypsslte) 9: if not resultsfiled then 1: {Result moves scheduled} 11: else if ypsserly nd ypsslte then 12: ypsslte := flse 13: continue {Retry with the sme strt cycle without lte ypssing} 14: else if ypsserly nd notypsslte then 15: ypsserly := flse 16: ypsslte := true 17: continue {Retry with the sme strt cycle without erly ypssing} 18: else if not ypsserly nd ypsslte then 19: ypsslte := flse 2: continue {Retry with the sme strt cycle without ny ypssing} 21: else 22: ypsserly := true 23: ypsslte := true 24: cycle := cycle 1 25: continue {Retry with erlier strt cycle nd oth ypssing methods} 26: end if 27: operndsfiled := ScheduleOperndWrites(cycle, inputs) 28: if not operndsfiled then 29: {Both, results nd opernds of opertion, successfully scheduled} 3: return true 31: else 32: {Opernd moves cnnot e scheduled} 33: {with current position of result moves.} 34: UnscheduleResultReds(outputs) 35: if ypsserly nd ypsslte then 36: ypsslte := flse 37: else if ypsserly nd notypsslte then 38: ypsserly := flse 39: ypsslte := true 4: else if not ypsserly nd ypsslte then 41: ypsslte := flse 42: else 43: ypsserly := true 44: ypsslte := true 45: cycle := cycle 1 46: end if 47: end if 48: end while

8 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 8 of 3 Algorithm 2 Schedule nd ypss result reds 1: ScheduleResultReds(cycle, outputs, ypsserly, ypsslte) 2: for ll result in outputs do 3: ypsssuccess := flse 4: if ypsserly then 5: Try to ypss ll uses of the result move 6: ypsssuccess := BypssMove(result, cycle) 7: if ypsssuccess nd result not used outside the current lock then 8: All moves tht use result were ypssed 9: continue 1: end if 11: end if 12: {Not ll uses of result were ypssed} 13: {or the result is used in different lock.} 14: ScheduleCndidteALAP(result, cycle) 15: if not result is scheduled then 16: UndoBypss(result) 17: return flse 18: end if 19: if ypsslte then 2: {Still try to ypss result uses to reduce ntidependencies} 21: BypssMove(result, cycle) 22: end if 23: end for 24: return true RF: RF 42x32 RF: RF 42x32 RF: RF 42x32 RF: RF 42x32 c d Figure 2 Register file with multiple red nd write ports. An exmple of single register file with multiple write ports, connected to the interconnection us. () SM () SM (c) SM (d) SM

9 Guzm et l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 9 of 3 2. Architectures with single register file with single red nd single write port (SS) or multiple register files with single red nd single write port (MS) SS RF - 1 red 1 write port (42 registers; Figure 3) MS RFs - 1 red 1 write port in ech (2 21 registers; Figure 3) MS RFs - 1 red 1 write port in ech (3 14 registers; Figure 3c) 3. Architectures with multiple register files with multiple red nd write ports (MM) MM RFs-2red1writeportin ech (2 21 registers; Figure 4) MM RFs-2red2writeportin ech (2 21 registers; Figure 4) Exmples of register file implementtions re shown in Figure 5,. The structure of the register file cn e divided into three prts: input control register nk output control For ech dt input port, the register file contins n input opcode, which specifies the register ought to e written in the register nk, nd n input trigger, which descries when the dt re ought to e written to the register descried in the corresponding opcode. For ech dt output port, the register file contins n output opcode, which descries which register is fed to the output port. When using the register file with single input nd output ports, the complexity of the write nd red control RF: RF 42x32 RF: RF 21x32 RF: RF_1 21x32 RF: RF 14x32 RF: RF_1 14x32 RF: RF_2 14x32 Figure 3 Register file with one red nd one write port. An exmple of register file with one red nd one write port, connected to the interconnection us. () SS () MS (c) MS c

10 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 1 of 3 RF: RF 21x32 RF: RF_1 21x32 RF: RF 21x32 RF: RF_1 21x32 Figure 4 Two register files with two red nd one or two write ports ech. An exmple of two register files with two red nd one or two write ports in ech, connected to the interconnection us. () MM () MM is trnsferred to the interconnection network nd, while eing visile in the dt pth, cn e optimized more effectively y compiler techniques nd in the design spce explortion. Usully, the register file tends to e the end point of the criticl pth of the processors. Incresing the input control cpcitnce nd dely y dding write port hs n effect not only on the input control logic of the register file, ut lso in the interconnection network. The ddition of red port to the register file hs minor effects to the cpcitnce nd the dely of the control logic. Remining prts of our processor sty the sme, with three-integer ALUs, one multiplier, lod store unit, nd eighteen uses to ccommodte for ILP ville cross our set of enchmrks. We schedule our selected enchmrks for the set of preselected TTA designs four times. First, we use our previously pulished top-down scheduling lgorithm [3], with ctul softwre ypssing disled, nd collect resulting dt, such s the numer of clock cycles the enchmrked ppliction needs to end nd the numer of reds nd writes of the registers in ll ville register files. We lso collect informtion out instruction width nd the numer of socket-to-us connections. Afterwrds, we enle softwre ypssing with topdown scheduler nd recompile our set of enchmrk pplictions for ll the selected rchitectures gin, collecting the sme dt s ove. Collecting informtion from more conservtive softwre ypssing implementtion, we repet the steps ove using our new, erly softwre ypssing during the ottom-up scheduling lgorithm, presented in Section 4.1. We collect dt without softwre ypssing enled nd gin with softwre ypssing enled. This will llow us to consider differences tht scheduling nd ypssing strtegies hve. For second test, for ech comintion of enchmrk nd rchitecture, we remove unused connections. This hs no effect on ctul cycle counts, or the numer of register file reds nd writes, ut reduces the numer of socket-to-us connections nd in some cses nrrows the instruction word width s the numer of its required to ddress ll sockets connected to ny us cn drop. The ppliction of ypssing of course chnges the schedule, so in some cses, the numer of removed connections cn e higher for the cse without ypssing nd vice vers. Tking those eight sets of dt, we synthesize ech rchitecture to 13-nm CMOS stndrd cell ASIC technology with Synopsys Design Compiler nd run gte-level simultion with Mentor ModelSim. From the results of the gte-level simultion, we cquire gte ctivity for the Synopsys Power compiler. From the Synopsys Power compiler, we cquire power used y individul rchitecturl components of the processor core, such s interconnection network, individul register files, function units, instruction fetch, nd instruction decode. The processors were synthesized to 25-MHz clock frequency (4-ns clock period) since for this vlue, rchitectures with lrger numer of red nd write ports cn still e synthesized nd meet timing constrints. In ddition, fter collecting the results from the experiments s descried ove, we select the rchitecture configurtion tht showed the est energy efficiency with softwre ypssing cross our set of enchmrks nd tke the enchmrk s cycle counts s mesure of rel-time performnce t 25-MHz frequency. Connectivity reduction does not improve clock cycle performnce; therefore, to chieve the sme rel-time performnce, we compute the required frequency s follows: Required frequency = 25 MHz (Reduced connectivity cycles/bypssed cycles). Wethen ttempt to synthesize ech of the enchmrks for it s required frequency, run gte-level simultion, nd collect power dt, s descried ove. Results of our experiments re discussed in detil in Section 6.

11 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 11 of 3 Port 1 D in 1 opc D CLK Q Port 1 Q out 1 opc D Q CLK CLK Port 2 D in 2 opc D CLK Q Port 2 Q out 2 opc D Q CLK CLK Port 1 D D Q Port 2 D CLK in 1 opc Port 1 Q in 2 opc out 1 opc out 2 opc D CLK Q D Q Port 2 Q CLK D Q CLK CLK Figure 5 Exmples of implementtions of register files. In this figure, we disply the implementtion of () two register files, ech with one red nd one write port nd () single register file with two red nd two write ports. 6 Results In the following, we first present results collected during setting up our experiment in Susection 6.1. Afterwrds, we discuss energy results otined y synthesis nd simultion in Susection 6.2. In ddition, we discuss results collected when trying to mtch rel-time performnce otined y the use of softwre ypssing vi synthesizing for higher frequency in Susection 6.3.

12 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 12 of Dt collected efore synthesisnd simultion Figure 6 shows results we collected when scheduling our set of enchmrks for the selected rchitectures with nd without softwre ypssing. The cycle counts do not chnge with connectivity reduction pplied s reduction is done fter the schedule is generted. All the results re normlized to the worst cse of top-down scheduler (TD), which is the single register file with single red nd single write port. It is cler from the figure tht the ypssing hs drmtic effect on the clock cycles. Additionl scheduling freedom nd direct red of result from the result register to the opernd sves significnt numer of clock cycles. This is fctor we expect to hugely contriute to totl energy reduction when using softwre ypssing. The difference etween our conservtive top-down scheduling nd ypssing compred to the more opportunistic ottom-up scheduling (BU) nd ypssing is lso visile on this figure. The use of the top-down scheduling lgorithm trnsltes to slightly etter results in terms of clock cycle counts compred to the ottom-up scheduler, in prticulr for n rchitecture with single red nd single write port in the single register file. This is minly cused y the use of nother optimiztion, the dely slot filling. Ourimplementtion of dely slot filling tkes dvntge of predicted execution, llowing to fill in more thn dely slots fter the rnch opertion. Prcticlly, s soon s the predicte used y rnch instruction is computed, the opertions from the following sic locks, including the top of the loop ody, cn e scheduled, gurded y the sme predicte. When scheduling the loop ody, the top-down scheduler schedules opertions not on the criticl pth, such s loop counter increment nd loop repet condition evlution, s erly s possile, while the ottom-up scheduler schedules them s lte s possile, virtully just efore the rnch tkes plce. In cse Figure 6 Sttistics collected from softwre ypssing nd reduced connectivity for ech rchitecture. In this figure, we present () the numer of clock cycles normlized to the worst cse of no ypssing nd top-down scheduler, () the numer of register reds nd writes normlized to the cse with no ypssing nd top-down scheduler, (c) reduction in instruction width normlized to the cse without connectivity reduction with top-down scheduler, (d) the numer of connections left fter connectivity reduction normlized to the cse without connectivity reduction with top-down scheduler.

13 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 13 of 3 loop counter increment is used immeditely t the eginning of the sic lock, in the cse of the top-down scheduler, it is therefore possile to schedule the conditionl execution of the opertions from the top of the sic lock even efore the rnch opertion, nd the rnch opertion then chnges the control flow to the lter prt of the sic lock fter those filled opertions, eventully creting smller loop ody. In the cse of the ottom-up scheduler, the lte computtion of the loop counter nd loop predicte prevents this from hppening. Further optimiztion of identifying such dependencies nd tking mixed pproch of ottomup nd top-down scheduling would ring the est of oth worlds. However, once the ypssing is enled, the cycle count differences ecome much smller, removing the penlty of worse strting point of the ottom-up scheduler. More detiled results of the chieved clock cycles of the two typicl cses of our enchmrks, gsm nd motion,represented in Figure 7, respectively. Here, we oserve tht the effects of using ypssing s well s different register file configurtions vries etween individul enchmrks. The ddition of red nd write ports improves the cycle count to lesser extent thn softwre ypssing, with exception of the gsm enchmrk, where ypssing with single register file with single red nd single write port does not improve performnce s much s the ddition of red nd write ports or more register files. On the contrry, for the cse of the motion enchmrk, ypssing leds to rther uniform clock cycle counts through the rnge of rchitectures. In Figure 6, we cn see reduction in the numer of reds nd writes of the register files for ech of the selected rchitectures when softwre ypssing is pplied. Results re normlized to the numer of reds nd writes without ypssing with TD. It is cler from this figure tht clock cycles (normlized) No ypssing TD With ypssing TD No ypssing BU With ypssing BU 4 clock cycles (normlized) Figure 7 The numer of clock cycles with nd without softwre ypssing for ech rchitecture. In this figure, we disply the numer of clock cycles normlized to the worst cse without softwre ypssing with top-down scheduler for () gsm nd ()motion.

14 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 14 of 3 the use of ottom-up scheduling nd ypssing leds to significnt decrese in the numer of register reds nd writes compred to more conservtive ypssing using top-down scheduling. As previously descried, more detiled nlysis of two individul enchmrks, mips nd motion, isshowninfigure8,,respectively.weoserve tht in the cse of the mips enchmrk, out 45% of register reds nd writes re eliminted when using softwre ypssing, which represents the worst result from our set of enchmrks. On the other hnd, the motion enchmrk shows drmtic difference in reduction of register file reds etween the top-down nd ottom-up schedulers, reducing over 8% of register writes nd 6% of register reds. In Figure 6c, we cn see reduction in instruction width when connectivity reduction is pplied, nd Figure 6d shows the numer of socket-to-us connections left fter connectivity reduction. It cn e seen from Figure 6c,d % of mximum reds/writes without ypssing Register reds TD Register writes TD Register reds BU Register writes BU 9 8 % of mximum reds/writes without ypssing Figure 8 The numer of register file reds nd writes left fter ypssing for ech rchitecture. In this figure, we disply the numer of dynmic register file reds nd writes fter the ppliction of softwre ypssing normlized to the worst cse without softwre ypssing with top-down scheduler for () mips nd () motion.

15 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 15 of 3 tht there is vrition when pplying connectivity reduction for cses without ypssing nd with ypssing. Since ypssing cuses chnges to the schedule, there re dded direct dt trnsports etween function units nd the schedule is more compct, leding to more ctivity per cycle. On the other hnd, the numer of dt trnsports etween function units nd register file decreses with softwre ypssing; therefore, connectivity to the register file cn e reduced. It cn e seen from those two figures tht once gin ottom-up scheduling nd erly ypssing leds to more reduction of instruction width nd lower numer of connections left; vrition is however only out 5%. A detiled view of the reduction of instruction width with softwre ypssing of enchmrks dpcm nd lowfish is presented in Figure 9,, respectively. Here, we oserve tht for three of the rchitectures with single register file, the removl of unused connection did not led to decrese in instruction width t ll. For other rchitectures, we oserve tht reduction for rchitectures with severl register files vries, following very similr ptternsseeninfigure6c,withvritionsofonlyfew percentge points. A detiled view of the numer of socket-to-us connections left fter connectivity reduction for dpcm nd lowfish is shown in Figure 1,, respectively. We oserve cler generl pttern tht ctully spred through ll the enchmrks. The lest numer of connections left is generlly present with severl simple register files, while single multi-ported register file requires lrger numer reltive instruction width reduction in % of fully connected No ypssing TD With ypssing TD No ypssing BU With ypssing BU reltive instruction width reduction in % of fully connected Figure 9 Reduction in instruction width fter removing connections for ech rchitecture. In this figure, we disply reduction in instruction width fter connectivity reduction compred to the cse without reduced connections nd softwre ypssing with top-down scheduler for () dpcm nd () lowfish.

16 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 16 of 3 reltive numer of connections left in % of fully connected reltive numer of connections left in % of fully connected No ypssing TD With ypssing TD No ypssing BU With ypssing BU Figure 1 The normlized numer of connections left fter connectivity reduction for ech rchitecture. In this figure, we disply the numer of connections left fter connectivity reduction normlized to the cse without connectivity reduction nd softwre ypssing pplied with top-down scheduler for () dpcm nd () lowfish. of connections to remin. It cn lso e seen from this figure tht softwre ypssing hs little effect on the numer of connections removed, with the lrgest difference of only out 5% nd vrition etween the top-down nd ottom-up schedules of only out 1%. Overll, Figure 6 shows tht the connectivity reduction indeed leds to reduction in instruction width nd successfully removes lrge numer of socket-to-us connections nd tht the softwre ypssing produces lrge reduction in dynmic register reds nd writes s well s lrge drop in cycle counts, with eventully simpler rchitectures with single red nd single write port in the register file outperforming much lrger rchitectures with multi-ported register files without ypssing.

17 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 17 of 3 The comintion of these reductions hs n effect on the power of individul processor components nd results in energy reduction. However, we cn lso oserve tht the effect of softwre ypssing on the successful removl of connections is clerly limited. There is typiclly t most 5% vrition in the numer of connections removed etween using softwre ypssing or not nd similrly smll vrition in instruction width reduction. A lrger vrition is visile etween top-down scheduling with conservtive ypssing nd ottom-up scheduling with erly ypssing. We oserve tht while the older top-down scheduler provides etter strting point in terms of clock cycles thn new ottom-up scheduler implementtion, the difference nrrows when ypssing is enled, nd overll, in terms of register file ccesses, connectivity removl, nd instruction width, the novel lgorithm performs etter. 6.2 Results of synthesis nd simultion After performing gte-level simultion on ll our enchmrks, rchitectures, nd optimiztion comintions s descried in Section 5, we collected power dt for individul processor components. We computed the energy of individul processor components using the common formul Energy = Power Cycles/Frequency. We computed the verges for ll enchmrked pplictions to focus on overll trends, in ddition to individul enchmrks. Figure 11 shows the energy of ll processor core components s it chnges for rchitectures nd pplied connectivity reduction nd ypssing. Specificlly, on Figure 11, FC TD denotes fully connected rchitecture configurtion with top-down scheduling, RC TD denotes n rchitecture with reduced connectivity with top-down scheduling, FC BU denotes fully connected rchitecture configurtion with ottom-up scheduling, nd RC BU denotes n rchitecture with reduced connectivity with ottom-up scheduling. On Figure 11, FC + ypss TD denotes fully connected rchitecture with softwre ypssing pplied with top-down scheduler, RC + ypss TD denotes softwre ypssing pplied followed y the ppliction of connectivity reduction with top-down scheduler, FC + ypss BU denotes fully connected rchitecture with softwre ypssing pplied with ottom-up scheduler, nd RC + ypss BU denotes softwre ypssing pplied followed y the ppliction of connectivity reduction with ottom-up scheduler. Itcneseenfromthefigurethttheeffectofconnectivity reduction is lrger for cses with single-ported register files. In ech of the cses, the effect of softwre % of mximum energy FC TD RC TD FC BU RC BU % of mximum energy FC+ypss TD RC+ypss TD FC+ypss BU RC+ypss BU 2 Figure 11 Averge spent energy for ech rchitecture. In this figure, we disply the reltive energy for () fully connected rchitecturesnd reduced connectivity without ypssing nd () fully connected rchitectures nd reduced connectivity with softwre ypssing.

18 Guzmet l. EURASIP Journl on Emedded Systems 213, 213:9 Pge 18 of 3 ypssing on the overll energy is lrger thn tht of connectivity reduction. Miniml energy cn e found with the comintion of oth, softwre ypssing nd connectivity reduction, s they complement ech other, with out 5% reduction compred to the lrgest rchitecture without ypssing nd connectivity reduction. It is notle tht ottom-up scheduling without softwre ypssing produces worse energy results due to the penlty of slightly higher clock cycles. However, the ppliction of connectivity reduction erses this penlty leding to results similr to top-down scheduling, nd the ppliction of ypssing nd connectivity reduction produces slightly etter energy results for ottom-up scheduling thn top-down for most of the rchitectures. For individul enchmrks of mips nd motion, Figure 12, shows the sme dt, with the left side of the figure displying dt without ypssing nd the right side of the figure with ypssing enled. The effect of connectivity reduction nd softwre ypssing follows the ptterns oserved previously in Figure 6, with Figure 12 representing the worst oserved result nd Figure 12 the est oserved result. Overll, results in Figure 11 show tht the comintion of softwre ypssing nd connectivity reduction leds to energy svings up to 5% using single-ported register files compred to the energy required y the lrgest rchitecture with four red nd four write ports while mintining or improving cycle counts. Looking into more detil, Figure 13 shows the effect of ypssing nd connectivity reduction on the energy of register files, with the left grph displying dt without ypssing nd the right grph with ypssing. Due to it s nture, connectivity reduction does not contriute significntly to the reduction of energy of register files (with the exception of possile uffer distriution, s discussed previously in Section 5), nd the min enefit is from the effect of ypssing, comining drop in cycle counts (Figure 6) s well s ctul reduction in the numer of dynmic register reds nd writes (Figure 6). It cn e seen from this figure tht the ddition of write port increses the energy drmticlly, this trend is visile regrdless of the use of softwre ypssing. As mtter of fct, from the single register file, we oserved liner progression when dding register file write ports. Strting from the rchitecture with single register file with single red nd write port (denoted s 1 1 1) through two red nd two write ports (1 2 2), three red nd write ports (1 3 3) until the most expensive four red nd write ports (1 4 4). The ddition of red ports (rchitecture with four red nd two write ports, denoted s 1 4 2), however, does not significntly differentite from two red nd two write ports. A similr oservtion cnemdeforthecseoftworegisterfiles.therchitecture with two register files, ech with single red nd single write port (2 1 1) does not differentite significntly from the rchitecture with two red nd single write ports in ech register file (2 2 1). However, the ddition of second write port to oth register files (2 2 2) leds to significnt jump in energy consumption. While in Figure 6, we oserved firly consistent clock cycle performnce cross the rnge of rchitectures fter the ppliction of softwre ypssing s well s reduction in register file reds nd write, Figure 13 clerly shows how expensive more complex register file configurtions re, even with softwre ypssing. Figure 14, shows the rekdown of the register consumption of register files for mips nd motion enchmrks, with visile effect of drmtic reduction in register file reds nd writes oserved in Figure 8 cusing significnt difference in energy etween softwre ypssing with top-down scheduler nd softwre ypssing with ottom-up scheduler in the cse of motion. Figure 13 shows the effect of ypssing nd connectivity reduction on the interconnection network. Both reduced the connectivity nd ypssing results in the drop of energy, with the comintion of oth providing the est results. However, while connectivity reduction cuses drop of energy y ctully removing components tht consume energy, the enefit from softwre ypssing is lrgely due to decrese in cycle counts nd interconnection network trffic. The use of new ottom-up scheduling nd ypssing lgorithm results in etter interconnection energy results for ll of the rchitectures. Figure 15, shows the sme informtion for mips nd motion, respectively. As discussed in Section 5, the register files nd interconnection network interct. Therefore, when synthesizing for reduced connectivity, the synthesis tool redistriuted cpcitnce etween the interconnection network nd register file, which shows, for the rchitecture mrked s 3 1 1, s slight increse in interconnection network energy. In order to investigte the clim tht connectivity reduction leds to decrese in processor core energy, we present Figure 16, where the rekdown for mips nd motion enchmrks shows comined energy of register file(s) nd interconnection network, respectively. We oserve tht in cses where connectivity reduction cused slight increse in register file energy or interconnection energy, the sum of those two still shows miniml difference compred to fully connected rchitectures. The sme result hs een oserved for ll the enchmrks. Figure 17 shows the results of energy reduction in decode, following similr suite. A notle exception

CHAPTER 2 LITERATURE STUDY

CHAPTER 2 LITERATURE STUDY CHAPTER LITERATURE STUDY. Introduction Multipliction involves two bsic opertions: the genertion of the prtil products nd their ccumultion. Therefore, there re two possible wys to speed up the multipliction:

More information

Mixed CMOS PTL Adders

Mixed CMOS PTL Adders Anis do XXVI Congresso d SBC WCOMPA l I Workshop de Computção e Aplicções 14 20 de julho de 2006 Cmpo Grnde, MS Mixed CMOS PTL Adders Déor Mott, Reginldo d N. Tvres Engenhri em Sistems Digitis Universidde

More information

Area-Time Efficient Digit-Serial-Serial Two s Complement Multiplier

Area-Time Efficient Digit-Serial-Serial Two s Complement Multiplier Are-Time Efficient Digit-Seril-Seril Two s Complement Multiplier Essm Elsyed nd Htem M. El-Boghddi Computer Engineering Deprtment, Ciro University, Egypt Astrct - Multipliction is n importnt primitive

More information

Multi-beam antennas in a broadband wireless access system

Multi-beam antennas in a broadband wireless access system Multi-em ntenns in rodnd wireless ccess system Ulrik Engström, Mrtin Johnsson, nders Derneryd nd jörn Johnnisson ntenn Reserch Center Ericsson Reserch Ericsson SE-4 84 Mölndl Sweden E-mil: ulrik.engstrom@ericsson.com,

More information

Sequential Logic (2) Synchronous vs Asynchronous Sequential Circuit. Clock Signal. Synchronous Sequential Circuits. FSM Overview 9/10/12

Sequential Logic (2) Synchronous vs Asynchronous Sequential Circuit. Clock Signal. Synchronous Sequential Circuits. FSM Overview 9/10/12 9//2 Sequentil (2) ENGG5 st Semester, 22 Dr. Hden So Deprtment of Electricl nd Electronic Engineering http://www.eee.hku.hk/~engg5 Snchronous vs Asnchronous Sequentil Circuit This Course snchronous Sequentil

More information

Algorithms for Memory Hierarchies Lecture 14

Algorithms for Memory Hierarchies Lecture 14 Algorithms for emory Hierrchies Lecture 4 Lecturer: Nodri Sitchinv Scribe: ichel Hmnn Prllelism nd Cche Obliviousness The combintion of prllelism nd cche obliviousness is n ongoing topic of reserch, in

More information

Dataflow Language Model. DataFlow Models. Applications of Dataflow. Dataflow Languages. Kahn process networks. A Kahn Process (1)

Dataflow Language Model. DataFlow Models. Applications of Dataflow. Dataflow Languages. Kahn process networks. A Kahn Process (1) The slides contin revisited mterils from: Peter Mrwedel, TU Dortmund Lothr Thiele, ETH Zurich Frnk Vhid, University of liforni, Riverside Dtflow Lnguge Model Drsticlly different wy of looking t computtion:

More information

Kirchhoff s Rules. Kirchhoff s Laws. Kirchhoff s Rules. Kirchhoff s Laws. Practice. Understanding SPH4UW. Kirchhoff s Voltage Rule (KVR):

Kirchhoff s Rules. Kirchhoff s Laws. Kirchhoff s Rules. Kirchhoff s Laws. Practice. Understanding SPH4UW. Kirchhoff s Voltage Rule (KVR): SPH4UW Kirchhoff s ules Kirchhoff s oltge ule (K): Sum of voltge drops round loop is zero. Kirchhoff s Lws Kirchhoff s Current ule (KC): Current going in equls current coming out. Kirchhoff s ules etween

More information

Geometric quantities for polar curves

Geometric quantities for polar curves Roerto s Notes on Integrl Clculus Chpter 5: Bsic pplictions of integrtion Section 10 Geometric quntities for polr curves Wht you need to know lredy: How to use integrls to compute res nd lengths of regions

More information

Math Circles Finite Automata Question Sheet 3 (Solutions)

Math Circles Finite Automata Question Sheet 3 (Solutions) Mth Circles Finite Automt Question Sheet 3 (Solutions) Nickols Rollick nrollick@uwterloo.c Novemer 2, 28 Note: These solutions my give you the nswers to ll the prolems, ut they usully won t tell you how

More information

Magnetic monopole field exposed by electrons

Magnetic monopole field exposed by electrons Mgnetic monopole field exposed y electrons A. Béché, R. Vn Boxem, G. Vn Tendeloo, nd J. Vereeck EMAT, University of Antwerp, Groenenorgerln 171, 22 Antwerp, Belgium Opticl xis Opticl xis Needle Smple Needle

More information

ABB STOTZ-KONTAKT. ABB i-bus EIB Current Module SM/S Intelligent Installation Systems. User Manual SM/S In = 16 A AC Un = 230 V AC

ABB STOTZ-KONTAKT. ABB i-bus EIB Current Module SM/S Intelligent Installation Systems. User Manual SM/S In = 16 A AC Un = 230 V AC User Mnul ntelligent nstlltion Systems A B 1 2 3 4 5 6 7 8 30 ma 30 ma n = AC Un = 230 V AC 30 ma 9 10 11 12 C ABB STOTZ-KONTAKT Appliction Softwre Current Vlue Threshold/1 Contents Pge 1 Device Chrcteristics...

More information

MAXIMUM FLOWS IN FUZZY NETWORKS WITH FUNNEL-SHAPED NODES

MAXIMUM FLOWS IN FUZZY NETWORKS WITH FUNNEL-SHAPED NODES MAXIMUM FLOWS IN FUZZY NETWORKS WITH FUNNEL-SHAPED NODES Romn V. Tyshchuk Informtion Systems Deprtment, AMI corportion, Donetsk, Ukrine E-mil: rt_science@hotmil.com 1 INTRODUCTION During the considertion

More information

To provide data transmission in indoor

To provide data transmission in indoor Hittite Journl of Science nd Engineering, 2018, 5 (1) 25-29 ISSN NUMBER: 2148-4171 DOI: 10.17350/HJSE19030000074 A New Demodultor For Inverse Pulse Position Modultion Technique Mehmet Sönmez Osmniye Korkut

More information

On the Description of Communications Between Software Components with UML

On the Description of Communications Between Software Components with UML On the Description of Communictions Between Softwre Components with UML Zhiwei An Dennis Peters Fculty of Engineering nd Applied Science Memoril University of Newfoundlnd St. John s NL A1B 3X5 zhiwei@engr.mun.c

More information

CHAPTER 3 AMPLIFIER DESIGN TECHNIQUES

CHAPTER 3 AMPLIFIER DESIGN TECHNIQUES CHAPTER 3 AMPLIFIER DEIGN TECHNIQUE 3.0 Introduction olid-stte microwve mplifiers ply n importnt role in communiction where it hs different pplictions, including low noise, high gin, nd high power mplifiers.

More information

Chapter 2 Literature Review

Chapter 2 Literature Review Chpter 2 Literture Review 2.1 ADDER TOPOLOGIES Mny different dder rchitectures hve een proposed for inry ddition since 1950 s to improve vrious spects of speed, re nd power. Ripple Crry Adder hve the simplest

More information

Solutions to exercise 1 in ETS052 Computer Communication

Solutions to exercise 1 in ETS052 Computer Communication Solutions to exercise in TS52 Computer Communiction 23 Septemer, 23 If it occupies millisecond = 3 seconds, then second is occupied y 3 = 3 its = kps. kps If it occupies 2 microseconds = 2 6 seconds, then

More information

(1) Non-linear system

(1) Non-linear system Liner vs. non-liner systems in impednce mesurements I INTRODUCTION Electrochemicl Impednce Spectroscopy (EIS) is n interesting tool devoted to the study of liner systems. However, electrochemicl systems

More information

Design and implementation of a high-speed bit-serial SFQ adder based on the binary decision diagram

Design and implementation of a high-speed bit-serial SFQ adder based on the binary decision diagram INSTITUTE OFPHYSICS PUBLISHING Supercond. Sci. Technol. 16 (23) 1497 152 SUPERCONDUCTORSCIENCE AND TECHNOLOGY PII: S953-248(3)67111-3 Design nd implementtion of high-speed it-seril SFQ dder sed on the

More information

CS2204 DIGITAL LOGIC & STATE MACHINE DESIGN SPRING 2005

CS2204 DIGITAL LOGIC & STATE MACHINE DESIGN SPRING 2005 CS2204 DIGITAL LOGIC & STATE MACHINE DESIGN SPRING 2005 EXPERIMENT 1 FUNDAMENTALS 1. GOALS : Lern how to develop cr lrm digitl circuit during which the following re introduced : CS2204 l fundmentls, nd

More information

& Y Connected resistors, Light emitting diode.

& Y Connected resistors, Light emitting diode. & Y Connected resistors, Light emitting diode. Experiment # 02 Ojectives: To get some hndson experience with the physicl instruments. To investigte the equivlent resistors, nd Y connected resistors, nd

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-297 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

More information

The Discussion of this exercise covers the following points:

The Discussion of this exercise covers the following points: Exercise 4 Bttery Chrging Methods EXERCISE OBJECTIVE When you hve completed this exercise, you will be fmilir with the different chrging methods nd chrge-control techniques commonly used when chrging Ni-MI

More information

Homework #1 due Monday at 6pm. White drop box in Student Lounge on the second floor of Cory. Tuesday labs cancelled next week

Homework #1 due Monday at 6pm. White drop box in Student Lounge on the second floor of Cory. Tuesday labs cancelled next week Announcements Homework #1 due Mondy t 6pm White drop ox in Student Lounge on the second floor of Cory Tuesdy ls cncelled next week Attend your other l slot Books on reserve in Bechtel Hmley, 2 nd nd 3

More information

arxiv: v1 [cs.cc] 29 Mar 2012

arxiv: v1 [cs.cc] 29 Mar 2012 Solving Mhjong Solitire ords with peeking Michiel de Bondt rxiv:1203.6559v1 [cs.cc] 29 Mr 2012 Decemer 22, 2013 Astrct We first prove tht solving Mhjong Solitire ords with peeking is NPcomplete, even if

More information

Network Theorems. Objectives 9.1 INTRODUCTION 9.2 SUPERPOSITION THEOREM

Network Theorems. Objectives 9.1 INTRODUCTION 9.2 SUPERPOSITION THEOREM M09_BOYL3605_13_S_C09.indd Pge 359 24/11/14 1:59 PM f403 /204/PH01893/9780133923605_BOYLSTAD/BOYLSTAD_NTRO_CRCUT_ANALYSS13_S_978013... Network Theorems Ojectives Become fmilir with the superposition theorem

More information

Synchronous Generator Line Synchronization

Synchronous Generator Line Synchronization Synchronous Genertor Line Synchroniztion 1 Synchronous Genertor Line Synchroniztion Introduction One issue in power genertion is synchronous genertor strting. Typiclly, synchronous genertor is connected

More information

Synchronous Machine Parameter Measurement

Synchronous Machine Parameter Measurement Synchronous Mchine Prmeter Mesurement 1 Synchronous Mchine Prmeter Mesurement Introduction Wound field synchronous mchines re mostly used for power genertion but lso re well suited for motor pplictions

More information

Asynchronous Data-Driven Circuit Synthesis

Asynchronous Data-Driven Circuit Synthesis Asynchronous Dt-Driven Circuit Synthesis Sm Tylor, Doug Edwrds, Luis A Pln, Senior Memer, IEEE nd Luis A. Trzon D., Student Memer, IEEE Astrct A method is descried for synthesising synchronous circuits

More information

Available online at ScienceDirect. Procedia Engineering 89 (2014 )

Available online at   ScienceDirect. Procedia Engineering 89 (2014 ) Aville online t www.sciencedirect.com ScienceDirect Procedi Engineering 89 (2014 ) 411 417 16th Conference on Wter Distriution System Anlysis, WDSA 2014 A New Indictor for Rel-Time Lek Detection in Wter

More information

A New Algorithm to Compute Alternate Paths in Reliable OSPF (ROSPF)

A New Algorithm to Compute Alternate Paths in Reliable OSPF (ROSPF) A New Algorithm to Compute Alternte Pths in Relile OSPF (ROSPF) Jin Pu *, Eric Mnning, Gholmli C. Shoj, Annd Srinivsn ** PANDA Group, Computer Science Deprtment University of Victori Victori, BC, Cnd Astrct

More information

A COMPARISON OF CIRCUIT IMPLEMENTATIONS FROM A SECURITY PERSPECTIVE

A COMPARISON OF CIRCUIT IMPLEMENTATIONS FROM A SECURITY PERSPECTIVE A COMPARISON OF CIRCUIT IMPLEMENTATIONS FROM A SECURITY PERSPECTIVE Mster Thesis Division of Electronic Devices Deprtment of Electricl Engineering Linköping University y Timmy Sundström LITH-ISY-EX--05/3698--SE

More information

ISSCC 2006 / SESSION 21 / ADVANCED CLOCKING, LOGIC AND SIGNALING TECHNIQUES / 21.5

ISSCC 2006 / SESSION 21 / ADVANCED CLOCKING, LOGIC AND SIGNALING TECHNIQUES / 21.5 21.5 A 1.1GHz Chrge-Recovery Logic Visvesh Sthe, Jung-Ying Chueh, Mrios Ppefthymiou University of Michign, Ann Aror, MI Boost Logic is chrge-recovery circuit fmily cple of operting t GHz-clss frequencies

More information

Digital Design. Sequential Logic Design -- Controllers. Copyright 2007 Frank Vahid

Digital Design. Sequential Logic Design -- Controllers. Copyright 2007 Frank Vahid Digitl Design Sequentil Logic Design -- Controllers Slides to ccompny the tetook Digitl Design, First Edition, y, John Wiley nd Sons Pulishers, 27. http://www.ddvhid.com Copyright 27 Instructors of courses

More information

Synchronous Machine Parameter Measurement

Synchronous Machine Parameter Measurement Synchronous Mchine Prmeter Mesurement 1 Synchronous Mchine Prmeter Mesurement Introduction Wound field synchronous mchines re mostly used for power genertion but lso re well suited for motor pplictions

More information

Implementation of Different Architectures of Forward 4x4 Integer DCT For H.264/AVC Encoder

Implementation of Different Architectures of Forward 4x4 Integer DCT For H.264/AVC Encoder Implementtion of Different Architectures of Forwrd 4x4 Integer DCT For H.64/AVC Encoder Bunji Antoinette Ringnyu, Ali Tngel, Emre Krulut 3 Koceli University, Institute of Science nd Technology, Koceli,

More information

April 9, 2000 DIS chapter 10 CHAPTER 3 : INTEGRATED PROCESSOR-LEVEL ARCHITECTURES FOR REAL-TIME DIGITAL SIGNAL PROCESSING

April 9, 2000 DIS chapter 10 CHAPTER 3 : INTEGRATED PROCESSOR-LEVEL ARCHITECTURES FOR REAL-TIME DIGITAL SIGNAL PROCESSING April 9, 2000 DIS chpter 0 CHAPTE 3 : INTEGATED POCESSO-LEVEL ACHITECTUES FO EAL-TIME DIGITAL SIGNAL POCESSING April 9, 2000 DIS chpter 3.. INTODUCTION The purpose of this chpter is twofold. Firstly, bsic

More information

Genetic Representations for Evolutionary Minimization of Network Coding Resources

Genetic Representations for Evolutionary Minimization of Network Coding Resources Genetic Representtions for Evolutionry Minimiztion of Network Coding Resources Minkyu Kim 1, Vrun Aggrwl 2, Un-My O Reilly 2, Muriel Médrd 1, nd Wonsik Kim 1 1 Lortory for Informtion nd Decision Systems

More information

The Math Learning Center PO Box 12929, Salem, Oregon Math Learning Center

The Math Learning Center PO Box 12929, Salem, Oregon Math Learning Center Resource Overview Quntile Mesure: Skill or Concept: 300Q Model the concept of ddition for sums to 10. (QT N 36) Model the concept of sutrction using numers less thn or equl to 10. (QT N 37) Write ddition

More information

Exercise 1-1. The Sine Wave EXERCISE OBJECTIVE DISCUSSION OUTLINE. Relationship between a rotating phasor and a sine wave DISCUSSION

Exercise 1-1. The Sine Wave EXERCISE OBJECTIVE DISCUSSION OUTLINE. Relationship between a rotating phasor and a sine wave DISCUSSION Exercise 1-1 The Sine Wve EXERCISE OBJECTIVE When you hve completed this exercise, you will be fmilir with the notion of sine wve nd how it cn be expressed s phsor rotting round the center of circle. You

More information

Travel Prediction-based Data Forwarding for Sparse Vehicular Networks. Technical Report

Travel Prediction-based Data Forwarding for Sparse Vehicular Networks. Technical Report Trvel Prediction-sed Dt Forwrding for Sprse Vehiculr Networks Technicl Report Deprtment of Computer Science nd Engineering University of Minnesot 4-192 Keller Hll 200 Union Street SE Minnepolis, MN 55455-0159

More information

Subword Permutation Instructions for Two-Dimensional Multimedia Processing in MicroSIMD Architectures

Subword Permutation Instructions for Two-Dimensional Multimedia Processing in MicroSIMD Architectures Suword Permuttion Instructions for Two-Dimensionl Multimedi Processing in MicroSIMD rchitectures Ruy. Lee Princeton University rlee@ee.princeton.edu strct MicroSIMD rchitectures incorporting suword prllelism

More information

Localization of Latent Image in Heterophase AgBr(I) Tabular Microcrystals

Localization of Latent Image in Heterophase AgBr(I) Tabular Microcrystals Interntionl ymposium on ilver Hlide Technology Locliztion of Ltent Imge in Heterophse AgBr(I) Tulr Microcrystls Elen V. Prosvirkin, Aigul B. Aishev, Timothy A. Lrichev, Boris A. echkrev Kemerovo tte University,

More information

Student Book SERIES. Patterns and Algebra. Name

Student Book SERIES. Patterns and Algebra. Name E Student Book 3 + 7 5 + 5 Nme Contents Series E Topic Ptterns nd functions (pp. ) identifying nd creting ptterns skip counting completing nd descriing ptterns predicting repeting ptterns predicting growing

More information

Performance Monitoring Fundamentals: Demystifying Performance Assessment Techniques

Performance Monitoring Fundamentals: Demystifying Performance Assessment Techniques Simplifying PID Control. Optimizing Plnt Performnce. Performnce Monitoring Fundmentls: Demystifying Performnce Assessment Techniques Roert C. Rice, PhD Rchelle R. Jyringi Dougls J. Cooper, PhD Control

More information

Open Access A Novel Parallel Current-sharing Control Method of Switch Power Supply

Open Access A Novel Parallel Current-sharing Control Method of Switch Power Supply Send Orders for Reprints to reprints@enthmscience.e 170 The Open Electricl & Electronic Engineering Journl, 2014, 8, 170-177 Open Access A Novel Prllel Current-shring Control Method of Switch Power Supply

More information

Study on SLT calibration method of 2-port waveguide DUT

Study on SLT calibration method of 2-port waveguide DUT Interntionl Conference on Advnced Electronic cience nd Technology (AET 206) tudy on LT clibrtion method of 2-port wveguide DUT Wenqing Luo, Anyong Hu, Ki Liu nd Xi Chen chool of Electronics nd Informtion

More information

Direct Current Circuits. Chapter Outline Electromotive Force 28.2 Resistors in Series and in Parallel 28.3 Kirchhoff s Rules 28.

Direct Current Circuits. Chapter Outline Electromotive Force 28.2 Resistors in Series and in Parallel 28.3 Kirchhoff s Rules 28. P U Z Z L E R If ll these pplinces were operting t one time, circuit reker would proly e tripped, preventing potentilly dngerous sitution. Wht cuses circuit reker to trip when too mny electricl devices

More information

The Design and Verification of A High-Performance Low-Control-Overhead Asynchronous Differential Equation Solver

The Design and Verification of A High-Performance Low-Control-Overhead Asynchronous Differential Equation Solver he Design nd Verifiction of A High-Performnce Low-Control-Overhed Asynchronous Differentil Eqution Solver Kenneth Y. Yun, Memer, IEEE, Peter A. Beerel, Memer, IEEE, Vid Vkilotojr, Student Memer, IEEE,

More information

PRO LIGNO Vol. 11 N pp

PRO LIGNO Vol. 11 N pp THE INFLUENCE OF THE TOOL POINT ANGLE AND FEED RATE ON THE DELAMINATION AT DRILLING OF PRE-LAMINATED PARTICLEBOARD Mihi ISPAS Prof.dr.eng. Trnsilvni University of Brsov Fculty of Wood Engineering Address:

More information

Comparison of soundscape on the ground floor of tube-houses in Hanoi and open urban space in Bordeaux

Comparison of soundscape on the ground floor of tube-houses in Hanoi and open urban space in Bordeaux Comprison of soundscpe on the ground floor of tue-houses in Hnoi nd open urn spce in Bordeux Tun Anh Nguyen GRECAU Bordeux, Ecole Ntionle Supérieure d Architecture et de Pysge de Bordeux, Tlence, Frnce

More information

Application Note. Differential Amplifier

Application Note. Differential Amplifier Appliction Note AN367 Differentil Amplifier Author: Dve n Ess Associted Project: Yes Associted Prt Fmily: CY8C9x66, CY8C7x43, CY8C4x3A PSoC Designer ersion: 4. SP3 Abstrct For mny sensing pplictions, desirble

More information

A New Stochastic Inner Product Core Design for Digital FIR Filters

A New Stochastic Inner Product Core Design for Digital FIR Filters MATEC Web of Conferences, (7) DOI:./ mtecconf/7 CSCC 7 A New Stochstic Inner Product Core Design for Digitl FIR Filters Ming Ming Wong,, M. L. Dennis Wong, Cishen Zhng, nd Ismt Hijzin Fculty of Engineering,

More information

Engineer-to-Engineer Note

Engineer-to-Engineer Note Engineer-to-Engineer Note EE-236 Technicl notes on using Anlog Devices DSPs, processors nd development tools Contct our technicl support t dsp.support@nlog.com nd t dsptools.support@nlog.com Or visit our

More information

Experiment 3: Non-Ideal Operational Amplifiers

Experiment 3: Non-Ideal Operational Amplifiers Experiment 3: Non-Idel Opertionl Amplifiers Fll 2009 Equivlent Circuits The bsic ssumptions for n idel opertionl mplifier re n infinite differentil gin ( d ), n infinite input resistnce (R i ), zero output

More information

Discontinued AN6262N, AN6263N. (planed maintenance type, maintenance type, planed discontinued typed, discontinued type)

Discontinued AN6262N, AN6263N. (planed maintenance type, maintenance type, planed discontinued typed, discontinued type) ICs for Cssette, Cssette Deck ANN, ANN Puse Detection s of Rdio Cssette, Cssette Deck Overview The ANN nd the ANN re the puse detection integrted circuits which select the progrm on the cssette tpe. In

More information

Module 9. DC Machines. Version 2 EE IIT, Kharagpur

Module 9. DC Machines. Version 2 EE IIT, Kharagpur Module 9 DC Mchines Version EE IIT, Khrgpur esson 40 osses, Efficiency nd Testing of D.C. Mchines Version EE IIT, Khrgpur Contents 40 osses, efficiency nd testing of D.C. mchines (esson-40) 4 40.1 Gols

More information

D I G I TA L C A M E R A S PA RT 4

D I G I TA L C A M E R A S PA RT 4 Digitl Cmer Technologies for Scientific Bio-Imging. Prt 4: Signl-to-Noise Rtio nd Imge Comprison of Cmers Yshvinder Shrwl, Solexis Advisors LLC, Austin, TX, USA B I O G R A P H Y Yshvinder Shrwl hs BS

More information

Y9.ET1.3 Implementation of Secure Energy Management against Cyber/physical Attacks for FREEDM System

Y9.ET1.3 Implementation of Secure Energy Management against Cyber/physical Attacks for FREEDM System Y9.ET1.3 Implementtion of Secure Energy ngement ginst Cyber/physicl Attcks for FREED System Project Leder: Fculty: Students: Dr. Bruce cillin Dr. o-yuen Chow Jie Dun 1. Project Gols Develop resilient cyber-physicl

More information

Color gamut reduction techniques for printing with custom inks

Color gamut reduction techniques for printing with custom inks Color gmut reduction techniques for printing with custom inks Sylvin M. CHOSSON *, Roger D. HERSCH * Ecole Polytechnique Fédérle de usnne (EPF) STRCT Printing with custom inks is of interest oth for rtistic

More information

10.4 AREAS AND LENGTHS IN POLAR COORDINATES

10.4 AREAS AND LENGTHS IN POLAR COORDINATES 65 CHAPTER PARAMETRIC EQUATINS AND PLAR CRDINATES.4 AREAS AND LENGTHS IN PLAR CRDINATES In this section we develop the formul for the re of region whose oundry is given y polr eqution. We need to use the

More information

Design and Development of 8-Bits Fast Multiplier for Low Power Applications

Design and Development of 8-Bits Fast Multiplier for Low Power Applications IACSIT Interntionl Journl of Engineering nd Technology, Vol. 4, No. 6, Decemer 22 Design nd Development of 8-Bits Fst Multiplier for Low Power Applictions Vsudev G. nd Rjendr Hegdi, Memer, IACSIT proportionl

More information

Operation Manual. Addendum. Embroidery Machine. Product Code: 884-T13

Operation Manual. Addendum. Embroidery Machine. Product Code: 884-T13 Emroidery Mchine Opertion Mnul Addendum Product Code: 884-T13 Be sure to red this document efore using the mchine. We recommend tht you keep this document nery for future reference. ABOUT THIS MANUAL ABOUT

More information

Example. Check that the Jacobian of the transformation to spherical coordinates is

Example. Check that the Jacobian of the transformation to spherical coordinates is lss, given on Feb 3, 2, for Mth 3, Winter 2 Recll tht the fctor which ppers in chnge of vrible formul when integrting is the Jcobin, which is the determinnt of mtrix of first order prtil derivtives. Exmple.

More information

Experiment 3: Non-Ideal Operational Amplifiers

Experiment 3: Non-Ideal Operational Amplifiers Experiment 3: Non-Idel Opertionl Amplifiers 9/11/06 Equivlent Circuits The bsic ssumptions for n idel opertionl mplifier re n infinite differentil gin ( d ), n infinite input resistnce (R i ), zero output

More information

Research Letter Investigation of CMOS Varactors for High-GHz-Range Applications

Research Letter Investigation of CMOS Varactors for High-GHz-Range Applications Reserch Letters in Electronics Volume 29, Article ID 53589, 4 pges doi:1.1155/29/53589 Reserch Letter Investigtion of CMOS Vrctors for High-GHz-Rnge Applictions Ming Li, Rony E. Amy, Roert G. Hrrison,

More information

ABOUT THIS MANUAL ABOUT THIS MANUAL

ABOUT THIS MANUAL ABOUT THIS MANUAL ABOUT THIS MANUAL ABOUT THIS MANUAL This mnul provides detils on IQ Designer, which is ville with the upgrde. Mke sure tht the mchine hs een upgrded to the most recent version. When you find this icon

More information

A Development of Earthing-Resistance-Estimation Instrument

A Development of Earthing-Resistance-Estimation Instrument A Development of Erthing-Resistnce-Estimtion Instrument HITOSHI KIJIMA Abstrct: - Whenever erth construction work is done, the implnted number nd depth of electrodes hve to be estimted in order to obtin

More information

THE STUDY OF INFLUENCE CORE MATERIALS ON TECHNOLOGICAL PROPERTIES OF UNIVERSAL BENTONITE MOULDING MATERIALS. Matej BEZNÁK, Vladimír HANZEN, Ján VRABEC

THE STUDY OF INFLUENCE CORE MATERIALS ON TECHNOLOGICAL PROPERTIES OF UNIVERSAL BENTONITE MOULDING MATERIALS. Matej BEZNÁK, Vladimír HANZEN, Ján VRABEC THE STUDY OF INFLUENCE CORE MATERIALS ON TECHNOLOGICAL PROPERTIES OF UNIVERSAL BENTONITE MOULDING MATERIALS Mtej BEZNÁK, Vldimír HANZEN, Ján VRABEC Authors: Mtej Beznák, Assoc. Prof. PhD., Vldimír Hnzen,

More information

ECE 274 Digital Logic. Digital Design. Datapath Components Shifters, Comparators, Counters, Multipliers Digital Design

ECE 274 Digital Logic. Digital Design. Datapath Components Shifters, Comparators, Counters, Multipliers Digital Design ECE 27 Digitl Logic Shifters, Comprtors, Counters, Multipliers Digitl Design..7 Digitl Design Chpter : Slides to ccompny the textbook Digitl Design, First Edition, by Frnk Vhid, John Wiley nd Sons Publishers,

More information

Proceedings of Meetings on Acoustics

Proceedings of Meetings on Acoustics Proceedings of Meetings on Acoustics Volume 19, 2013 http://cousticlsociety.org/ ICA 2013 Montrel Montrel, Cnd 2-7 June 2013 Signl Processing in Acoustics Session 4SP: Sensor Arry Bemforming nd Its Applictions

More information

METHOD OF LOCATION USING SIGNALS OF UNKNOWN ORIGIN. Inventor: Brian L. Baskin

METHOD OF LOCATION USING SIGNALS OF UNKNOWN ORIGIN. Inventor: Brian L. Baskin METHOD OF LOCATION USING SIGNALS OF UNKNOWN ORIGIN Inventor: Brin L. Bskin 1 ABSTRACT The present invention encompsses method of loction comprising: using plurlity of signl trnsceivers to receive one or

More information

Understanding Basic Analog Ideal Op Amps

Understanding Basic Analog Ideal Op Amps Appliction Report SLAA068A - April 2000 Understnding Bsic Anlog Idel Op Amps Ron Mncini Mixed Signl Products ABSTRACT This ppliction report develops the equtions for the idel opertionl mplifier (op mp).

More information

Three-Phase Synchronous Machines The synchronous machine can be used to operate as: 1. Synchronous motors 2. Synchronous generators (Alternator)

Three-Phase Synchronous Machines The synchronous machine can be used to operate as: 1. Synchronous motors 2. Synchronous generators (Alternator) Three-Phse Synchronous Mchines The synchronous mchine cn be used to operte s: 1. Synchronous motors 2. Synchronous genertors (Alterntor) Synchronous genertor is lso referred to s lterntor since it genertes

More information

Experimental Application of H Output-Feedback Controller on Two Links of SCARA Robot

Experimental Application of H Output-Feedback Controller on Two Links of SCARA Robot INTERNATIONAL JOURNAL OF CONTROL, AUTOMATION AND SYSTEMS VOL.5 NO. Jnury 6 ISSN 65-877 (Print) ISSN 65-885 (Online) http://www.reserchpu.org/journl/jc/jc.html Experimentl Appliction of H Output-Feedck

More information

First Round Solutions Grades 4, 5, and 6

First Round Solutions Grades 4, 5, and 6 First Round Solutions Grdes 4, 5, nd 1) There re four bsic rectngles not mde up of smller ones There re three more rectngles mde up of two smller ones ech, two rectngles mde up of three smller ones ech,

More information

Fuzzy Logic Controller for Three Phase PWM AC-DC Converter

Fuzzy Logic Controller for Three Phase PWM AC-DC Converter Journl of Electrotechnology, Electricl Engineering nd Mngement (2017) Vol. 1, Number 1 Clusius Scientific Press, Cnd Fuzzy Logic Controller for Three Phse PWM AC-DC Converter Min Muhmmd Kml1,, Husn Ali2,b

More information

ROBOTIC SYSTEMS FOR SURGICAL APPLICATIONS

ROBOTIC SYSTEMS FOR SURGICAL APPLICATIONS Proceedings of the Interntionl Conference on Mnufcturing Systems ICMS Vol. 4, 2009, ISSN 1842-3183 University POLITEHNICA of Buchrest, Mchine nd Mnufcturing Systems Deprtment Buchrest, Romni ROBOTIC SYSTEMS

More information

Aquauno Select MINUTES. (duration) FREQUENCY LED. OFF 8h AQUAUNO SELECT 5 MIN FREQUENCY. the timer is being programmed;

Aquauno Select MINUTES. (duration) FREQUENCY LED. OFF 8h AQUAUNO SELECT 5 MIN FREQUENCY. the timer is being programmed; Aquuno Select Pg. INSTALLATION. Attch the timer to cold wter tp, following these simple instructions. Do not instll the timer in pit or vlve ox, elow ground level or indoors. Do not use the timer with

More information

High Speed On-Chip Interconnects: Trade offs in Passive Termination

High Speed On-Chip Interconnects: Trade offs in Passive Termination High Speed On-Chip Interconnects: Trde offs in Pssive Termintion Rj Prihr University of Rochester, NY, USA prihr@ece.rochester.edu Abstrct In this pper, severl pssive termintion schemes for high speed

More information

PROGRAMMING MANUAL MTMA/01 MTMV/01 FB00329-EN

PROGRAMMING MANUAL MTMA/01 MTMV/01 FB00329-EN RMMING MNUL MTM/01 MTMV/01 FB00329-EN Generl precutions Red the instructions crefully efore eginning the instlltion nd crry out the ctions s specified y the mnufcturer. The instlltion, progrmming, commissioning

More information

DIGITAL multipliers [1], [2] are the core components of

DIGITAL multipliers [1], [2] are the core components of World Acdemy of Science, Engineering nd Technology 9 8 A Reduced-Bit Multipliction Algorithm for Digitl Arithmetic Hrpreet Singh Dhillon nd Ahijit Mitr Astrct A reduced-it multipliction lgorithm sed on

More information

On the Prediction of EPON Traffic Using Polynomial Fitting in Optical Network Units

On the Prediction of EPON Traffic Using Polynomial Fitting in Optical Network Units On the Prediction of EP Trffic Using Polynomil Fitting in Opticl Networ Units I. Mmounis (1),(3), K. Yinnopoulos (2), G. Ppdimitriou (4), E. Vrvrigos (1),(3) (1) Computer Technology Institute nd Press

More information

Redundancy Data Elimination Scheme Based on Stitching Technique in Image Senor Networks

Redundancy Data Elimination Scheme Based on Stitching Technique in Image Senor Networks Sensors & Trnsducers 204 by IFSA Publishing, S. L. http://www.sensorsportl.com Redundncy Dt Elimintion Scheme Bsed on Stitching Technique in Imge Senor Networks hunling Tng hongqing Technology nd Business

More information

Information-Coupled Turbo Codes for LTE Systems

Information-Coupled Turbo Codes for LTE Systems Informtion-Coupled Turbo Codes for LTE Systems Lei Yng, Yixun Xie, Xiowei Wu, Jinhong Yun, Xingqing Cheng nd Lei Wn rxiv:709.06774v [cs.it] 20 Sep 207 Abstrct We propose new clss of informtion-coupled

More information

PRACTICE NO. PT-TE-1414 RELIABILITY PAGE 1 OF 6 PRACTICES ELECTROSTATIC DISCHARGE (ESD) TEST PRACTICES

PRACTICE NO. PT-TE-1414 RELIABILITY PAGE 1 OF 6 PRACTICES ELECTROSTATIC DISCHARGE (ESD) TEST PRACTICES PREFERRED PRACTICE NO. PT-TE-1414 RELIABILITY PAGE 1 OF 6 ELECTROSTATIC DISCHARGE (ESD) TEST Prctice: Test stellites for the ility to survive the effects of electrosttic dischrges (ESDs) cused y spce chrging

More information

Experiment 3: The research of Thevenin theorem

Experiment 3: The research of Thevenin theorem Experiment 3: The reserch of Thevenin theorem 1. Purpose ) Vlidte Thevenin theorem; ) Mster the methods to mesure the equivlent prmeters of liner twoterminl ctive. c) Study the conditions of the mximum

More information

Alternating-Current Circuits

Alternating-Current Circuits chpter 33 Alternting-Current Circuits 33.1 AC Sources 33.2 esistors in n AC Circuit 33.3 Inductors in n AC Circuit 33.4 Cpcitors in n AC Circuit 33.5 The LC Series Circuit 33.6 Power in n AC Circuit 33.7

More information

Energy Harvesting Two-Way Channels With Decoding and Processing Costs

Energy Harvesting Two-Way Channels With Decoding and Processing Costs IEEE TRANSACTIONS ON GREEN COMMUNICATIONS AND NETWORKING, VOL., NO., MARCH 07 3 Energy Hrvesting Two-Wy Chnnels With Decoding nd Processing Costs Ahmed Arf, Student Member, IEEE, Abdulrhmn Bknin, Student

More information

Postprint. This is the accepted version of a paper presented at IEEE PES General Meeting.

Postprint.   This is the accepted version of a paper presented at IEEE PES General Meeting. http://www.div-portl.org Postprint This is the ccepted version of pper presented t IEEE PES Generl Meeting. Cittion for the originl published pper: Mhmood, F., Hooshyr, H., Vnfretti, L. (217) Sensitivity

More information

A Practical DPA Countermeasure with BDD Architecture

A Practical DPA Countermeasure with BDD Architecture A Prcticl DPA Countermesure with BDD Architecture Toru Akishit, Msnou Ktgi, Yoshikzu Miyto, Asmi Mizuno, nd Kyoji Shiutni System Technologies Lortories, Sony Corportion, -7- Konn, Minto-ku, Tokyo 8-75,

More information

A Simple Approach to Control the Time-constant of Microwave Integrators

A Simple Approach to Control the Time-constant of Microwave Integrators 5 VOL., NO.3, MA, A Simple Approch to Control the Time-constnt of Microwve Integrtors Dhrmendr K. Updhyy* nd Rkesh K. Singh NSIT, Division of Electronics & Communiction Engineering New Delhi-78, In Tel:

More information

Calculation of Off-Core Inductance in Dual-Circuit Model of Transformer

Calculation of Off-Core Inductance in Dual-Circuit Model of Transformer Clcultion of Off-Core Inductnce in Dul-Circuit Model of Trnsformer As Lotfi NTNU Trondheim, Norwy s.lotfi@ntnu.no Hns Kr. Hoidlen NTNU Trondheim, Norwy hns.hoidlen@ntnu.no Nicol Chies Sttoil Trondheim,

More information

LATEST CALIBRATION OF GLONASS P-CODE TIME RECEIVERS

LATEST CALIBRATION OF GLONASS P-CODE TIME RECEIVERS LATEST CALIBRATION OF GLONASS P-CODE TIME RECEIVERS A. Fos 1, J. Nwroci 2, nd W. Lewndowsi 3 1 Spce Reserch Centre of Polish Acdemy of Sciences, ul. Brtyc 18A, 00-716 Wrsw, Polnd; E-mil: fos@c.ww.pl; Tel.:

More information

SOLVING TRIANGLES USING THE SINE AND COSINE RULES

SOLVING TRIANGLES USING THE SINE AND COSINE RULES Mthemtics Revision Guides - Solving Generl Tringles - Sine nd Cosine Rules Pge 1 of 17 M.K. HOME TUITION Mthemtics Revision Guides Level: GCSE Higher Tier SOLVING TRIANGLES USING THE SINE AND COSINE RULES

More information

Student Book SERIES. Fractions. Name

Student Book SERIES. Fractions. Name D Student Book Nme Series D Contents Topic Introducing frctions (pp. ) modelling frctions frctions of collection compring nd ordering frctions frction ingo pply Dte completed / / / / / / / / Topic Types

More information

Computing Logic-Stage Delays Using Circuit Simulation and Symbolic Elmore Analysis

Computing Logic-Stage Delays Using Circuit Simulation and Symbolic Elmore Analysis Computing Logic-Stge Delys Using Circuit Simultion nd Symolic Elmore Anlysis Clyton B. McDonld Rndl E. Brynt Deprtment of Electricl nd Computer Engineering Crnegie Mellon University, Pittsurgh, PA 15213

More information

CS 135: Computer Architecture I. Boolean Algebra. Basic Logic Gates

CS 135: Computer Architecture I. Boolean Algebra. Basic Logic Gates Bsic Logic Gtes : Computer Architecture I Boolen Algebr Instructor: Prof. Bhgi Nrhri Dept. of Computer Science Course URL: www.ses.gwu.edu/~bhgiweb/cs35/ Digitl Logic Circuits We sw how we cn build the

More information

5 I. T cu2. T use in modem computing systems, it is desirable to. A Comparison of Half-Bridge Resonant Converter Topologies

5 I. T cu2. T use in modem computing systems, it is desirable to. A Comparison of Half-Bridge Resonant Converter Topologies 74 EEE TRANSACTONS ON POER ELECTRONCS, VOL. 3, NO. 2, APRL 988 A Comprison of Hlf-Bridge Resonnt Converter Topologies Abstrct-The hlf-bridge series-resonnt, prllel-resonnt, nd combintion series-prllel

More information