The Computer Control System for the CESR B Factory C. R. Strohman, D

Total Page:16

File Type:pdf, Size:1020Kb

The Computer Control System for the CESR B Factory C. R. Strohman, D The Computer Control System for the CESR B Factory C. R. Strohman, D. H. Rice and S. B. Peck Laboratory of Nuclear Studies Cornell University Ithaca, New York 14853' Abstract the strengths and weaknesses of our system and the different needs of the new system. Part of this process was defining the B factories present unique requirements for controls and scope of the control system, instrumentation systems. High reliability is critical to achiev­ ing the integrated luminosity goals. The CESR-B upgrade at A. Boundaries of the Control System Cornell University will have a control system based on the architecture of the successful CESR control system, which uses For a large design project, well defined boundaries are a centralized database/message routing system in a multi- essential. At the boundaries, the needs of other people must be ported memory, and VAXstations for all high-level control taken into consideration, and the design process requires functions. The implementation of this architecture will address communication between the designers and the users of the the deficiencies in the current implementation while providing control system. Within the boundaries, the control system the required performance and reliability. designers can do whatever is needed. We have defined the scope of the control system by defining interfaces for applica- I. INTRODUCTION tion programmers, instrumentation designers, and operators. Application programmers must be provided a complete, CESR-B is an upgrade to the existing CESR facility.1 well documented, set of functions which meet their needs. The major part of the upgrade is the addition of a second Programmers are not allowed to bypass these functions by storage ring in the existing tunnel. The two rings will operate using calls to lower-level routines. CESR uses approximately wifli asymmetric energies (3.5 GeV and 8 GeV) and will 35 functions. intersect within the CUEO detector. The design luminosity is Designers of instrumentation hardware are provided with 3xl0"cm V which will be achieved with 230 bunches in each a specification for constructing interfaces to the control system. ring. This includes mechanical, electrical, and protocol details. The control system for CESR-B is also an upgrade of the Recommendations that simplify the control system are includ- existing control system.2 The architecture is shown in figure ed, but not required. This encompasses things like avoiding 1. The MPM (Multi-Port Memory) contains the database and write-only registers and not having read operations change the is accessible by the high-level computers and the BCCs (Bus state of the system. Control Computers). The high-level computers are used to The actual implementation of the operator interface is a develop and ran programs which interface with the operators combination of efforts by both the application programmers and physicists to control and monitor the experiment The and the instrumentation designers. However, it is essential to BCCs manipulate and move data between the database and the know the needs of the operators when designing the control accelerator hardware. Both the MPM and the interface system, hardware are mapped into the memory space of the BCCs. They only transfer data when requested to by the high-level B. Special Requirements of Ike B Factory computers. It is important to remember the difference between the We need to know what makes CESR-B different from architecture of a system and how it is implemented. Within a CESR and how diese differences affect the architecture and well defined architecture, one can make hardware or software implementation of the control system, changes to improve some aspect of performance without The first question is how much larger will the new system affecting systems which are outside of the boundary of the be? At this early date, we do not have all of the details from control system. the various design groups (eg. vacuum systems, magnet systems), but we do have general numbers. Combining this II. DESIGN PROCEDURE information with the fact that the amount of equipment in the tunnel will approximately double, we determined that the new Having decided that the current CESR control system is comro1 sySIem wm ^^ roughly twice as many output control a suitable model for the B factory, we proceeded to analyze P0""5 **lhe current system. *Woik supported by the US National Science Foundation 110 LIHAC •2BOII9I-OOZ BUS CONTROL COMPUTER I "gey I PII DSIHJ pare5 CONTROL. ROOM BUS CONTOOL Figure 1. Control System Schematic We are planning to monitor a great deal more than we programs, uses 50% of one computer and 30% of the other. currently do. This will help minimize downtime either by This allows special applications (orbit measurements, energy indicating when a problem is developing or pointing to [he changes) to run in a timely fashion. The efficiency is achieved correct area when a malfunction occurs. With the increased by minimizing the layers of function calls required to commu­ monitoring and the additional equipment, we are assuming nicate with the hardware and by having processes hibernate about five times as many input control points. when they have requested that the BCCs move a lot of data. There will be several instrumentations systems which The system is simple and easily extended. We make require local processors. These systems will need a control minimal use of operating system and network functions. This system interface for passing processed data. They will also allows us to avoid 'black boxes'; pieces of software over need a connection for downloading and debugging. which we have no control. When we added a SUN computer for beam dynamics studies, it was trivial to move the subrou­ C. Strengths of the Existing CESR Control System tines that are provided to the application programmers. There is a single database. This allows us to avoid the Performance is a critical issue. When the operator turns programs and overhead which would be needed to maintain the a knob, there should not be a noticeable lag in the response. consistency of a distributed database. We run the CONSOLE program at 10 Hz. This is the The database and die interface hardware are memory program that accepts input from the operators and displays mapped into the address space of the BCCs. Simple 'move' results to them. Each time this program runs, it scans the instructions are used to access the database and the hardware. operator input devices, updates the controlled device, and The control bus can complete a data transfer to the farthest updates the operator's display. It takes about 7 milli-seconds interface crate in less than IS psec. Database accesses for each pass through this program. typically take less than 1 usee. The CESR control system makes very efficient use of the Several BCCs can work in parallel on a given transfer high-level computers. We currently use two V AXstation 3200 request For example, when reading magnet currents two computers. The normal application load, consisting of 14 computers are moving data, one for the east half of the ring 111 and the other for the west half. Three computers control the III. HARDWARE operator interface. The graphics display system provides fast and efficient A. High-Level Computers access to many graphics screens, both color and monochrome. It is accessable to all of the high-level computers. Data is sent CESR-B will probably use VAX computers for the major to it through a FIFO, so the high-level computers simply send high-level functions. The features of the VAX are that they data when they have it available. provide a reasonable development environment, they support Geographical addressing is used in the interface crates. priority scheduling of processes, and we are very familiar with Technicians do not need to set address switches on each card. them. We have shown that the control system operates We also insert and remove cards with the power on. comfortably on a VAX, and we expect that the heavier In the tunnel, the entire control system is contained with demands of CESR-B can be met by the newer generation a metallic exoskeleton for shielding. Feedthroughs are used VAXes. for connections to the controlled equipment. We are expecting As VAX performance improves, the inability to make a the electrical environment to be more severe in CESR-B. memory-mapped interface to the MPM becomes more of a bottle-neck. There is a two-stage plan to address this. First, D. Limitations of the Existing System we will make a 32 bit interface so that setting up the address register and moving the data becomes two operations, instead The CESR control system has worked extremely well for of four. If even more performance is needed, we will copy the over a decade. However, it does have limitations, most of read-only portion of the database into the VAX memory. The which stem from design decisions which were appropriate in VAXes will be clustered to facilitate disk sharing. the late 1970s. There may be other types of high-level computers for The address space on the control bus, which connects the special functions. Any computer that we can plug circuit interface crates in the tunnel to the bus control computers, is boards into can be interfaced to the control system. too small. Each control bus has an address space of 65 kwords. This is divided between 16 interface crates, with 16 B. Multi-Port Memory System slots per crate, yielding only 256 addresses per card slot. We do not have a simple local extension of the control The multi-port memory (MPM) will most likely be a bus. We need to allow designers to build control system VMEbus based system, although the Futurebus and any other interfaces into their equipment and have an easy way to contenders will be investigated.
Recommended publications
  • System Buses EE2222 Computer Interfacing and Microprocessors
    System Buses EE2222 Computer Interfacing and Microprocessors Partially based on Computer Organization and Architecture by William Stallings Computer Electronics by Thomas Blum 2020 EE2222 1 Connecting • All the units must be connected • Different type of connection for different type of unit • CPU • Memory • Input/Output 2020 EE2222 2 CPU Connection • Reads instruction and data • Writes out data (after processing) • Sends control signals to other units • Receives (& acts on) interrupts 2020 EE2222 3 Memory Connection • Receives and sends data • Receives addresses (of locations) • Receives control signals • Read • Write • Timing 2020 EE2222 4 Input/Output Connection(1) • Similar to memory from computer’s viewpoint • Output • Receive data from computer • Send data to peripheral • Input • Receive data from peripheral • Send data to computer 2020 EE2222 5 Input/Output Connection(2) • Receive control signals from computer • Send control signals to peripherals • e.g. spin disk • Receive addresses from computer • e.g. port number to identify peripheral • Send interrupt signals (control) 2020 EE2222 6 What is a Bus? • A communication pathway connecting two or more devices • Usually broadcast (all components see signal) • Often grouped • A number of channels in one bus • e.g. 32 bit data bus is 32 separate single bit channels • Power lines may not be shown 2020 EE2222 7 Bus Interconnection Scheme 2020 EE2222 8 Data bus • Carries data • Remember that there is no difference between “data” and “instruction” at this level • Width is a key determinant of performance • 8, 16, 32, 64 bit 2020 EE2222 9 Address bus • Identify the source or destination of data • e.g. CPU needs to read an instruction (data) from a given location in memory • Bus width determines maximum memory capacity of system • e.g.
    [Show full text]
  • Control Bus System and Application of Building Electric Zhai Long1*, Tan Bin2, Ren Min3 1.Xi’An Changqing Technology Engineering Co., Ltd., Xi'an 710018 ,China 2
    ORIGINAL ARTICLE Control Bus System And Application of Building Electric Zhai Long1*, Tan Bin2, Ren Min3 1.Xi’an Changqing Technology Engineering Co., Ltd., Xi'an 710018 ,China 2. Xi'an Changqing Technology Engineering Co., Ltd., Xi'an 710018,China 3.The Fifth Oil Production Plant of Changqing Oilfield Company, Xi'an 710018,China ABSTRACT As the most important part of Building construction, the KEYWORDS electric part 's intelligent control is particularly important. the most Building electric important sign of The intelligent intelligent control is the application of Control Bus System control bus system, only select the appropriate control bus system, and CAN protocol achieve intelligent applications in buildings, elevators, fire, visualization, etc., can meet the household needs. Firstly, the design principle of the electrical control system will be described, and then the CAN - based bus system control principle and application are discussed, only used for reference. 1.Design Principles of Electric Control System Introduction As a primary prerequisite for intelligent building, For construction, the electric bus control technology is a Design of electrical control system should meet the relatively new technology. under the trend of the following principles: development of intelligent building in the future, application (1) It is needed to ensure meeting the needs under of control bus system has become the most important normal production environment . the mainstay of component of intelligent building . In the construction of the electrical system is designed to meet the production machinery and production process requirements. (2) building, the control bus system can not only make The overall design concept should be clear.
    [Show full text]
  • PDP-11 Bus Handbook (1979)
    The material in this document is for informational purposes only and is subject to change without notice. Digital Equipment Corpo­ ration assumes no liability or responsibility for any errors which appear in, this document or for any use made as a result thereof. By publication of this document, no licenses or other rights are granted by Digital Equipment Corporation by implication, estoppel or otherwise, under any patent, trademark or copyright. Copyright © 1979, Digital Equipment Corporation The following are trademarks of Digital Equipment Corporation: DIGITAL PDP UNIBUS DEC DECUS MASSBUS DECtape DDT FLIP CHIP DECdataway ii CONTENTS PART 1, UNIBUS SPECIFICATION INTRODUCTION ...................................... 1 Scope ............................................. 1 Content ............................................ 1 UNIBUS DESCRIPTION ................................................................ 1 Architecture ........................................ 2 Unibus Transmission Medium ........................ 2 Bus Terminator ..................................... 2 Bus Segment ....................................... 3 Bus Repeater ....................................... 3 Bus Master ........................................ 3 Bus Slave .......................................... 3 Bus Arbitrator ...................................... 3 Bus Request ....................................... 3 Bus Grant ......................................... 3 Processor .......................................... 4 Interrupt Fielding Processor .........................
    [Show full text]
  • PCI/104-Express & Pcie/104 Specification
    PCI/104-Express™ & PCIe/104™ Specification Including OneBank™ and Adoption on 104™, EPIC™, and EBX™ Form Factors Version 3.0 February 17, 2015 Please Note: This specification is subject to change without notice. While every effort has been made to ensure the accuracy of the material contained within this document, the PC/104 Consortium shall under no circumstances be liable for incidental or consequential damages or related expenses resulting from the use of this specification. If errors are found, please notify the PC/104 Consortium. The PC/104 logo, PC/104, PC/104-Plus, PCI-104, PCIe/104, PCI/104-Express, 104, OneBank, EPIC and EBX are trademarks of the PC/104 Consortium. All other marks are the property of their respective companies. Copyright 2007 - 2015, PC/104 Consortium IMPORTANT INFORMATION AND DISCLAIMERS The PC/104 Consortium (“Consortium”) makes no warranties with regard to this PCI/104-Express and PCIe/104 Specifications (“Specifications”) and, in particular, neither warrant nor represent that these Specifications or any products made in conformance with them will work in the intended manner. Nor does the Consortium assume responsibility for any errors that the Specifications may contain or have any liabilities or obligations for damages including, but not limited to, special, incidental, indirect, punitive, or consequential damages whether arising from or in connection with the use of these Specifications in any way. This specification is subject to change without notice. While every effort has been made to ensure the accuracy of the material contained within this document, the publishers shall under no circumstances be liable for incidental or consequential damages or related expenses resulting from the use of this specification.
    [Show full text]
  • The System Bus
    ELEC 379 : DESIGN OF DIGITAL AND MICROCOMPUTER SYSTEMS 1998/99 WINTER SESSION, TERM 1 The System Bus This lecture describes system buses. These are buses used to interface the CPU with memory and peripherals on separate PC cards. The ISA and PCI buses are used as examples. Introduction characteristics. We will look briefly at two examples of system To increase their flexibility, most general-purpose buses. The ISA (Industrial Standard Architecture) microcomputers include a system bus that allows bus is commonly used in IBM-PC compatibles and printed circuit boards (PCBs) containing memory or is one of the most widely-used system busses. The I/O devices to be connected to the CPU. This allows PCI (Peripheral Component Interconnect) bus is a microcomputer systems to be customized for differ- flexible high-performance peripheral bus that can ef- ent applications. The use of a standard bus also al- ficiently interconnect peripherals and processors of lows manufacturers to produce peripherals that will widely different speeds. work properly with other manufacturers’ computer systems. The system bus consists of a number of parallel Mechanical Characteristics conductors on a backplane or motherboard. There are a number of connectors or “slots” into which Low-cost consumer-grade buses use card-edge con- other PCBs containing memory and I/O devices can nectors to minimize the cost of the peripheral. The be plugged in. plug-in card has contact pads along the edges of the PCB. The motherboard has connectors on the moth- In most cases the system bus is very similar to the erboard that contact these pads.
    [Show full text]
  • AMD Processor Performance Evaluation Guide
    AMD Processor Performance Evaluation Guide Mark W. Welker ADVANCED MICRO DEVICES One AMD Place Sunnyvale, CA 94088 Publication # 30579 Revision: 3.71 Issue Date: June 2005 © 2003 - 2005 Advanced Micro Devices, Inc. All rights reserved. The contents of this document are provided in connection with Advanced Micro Devices, Inc. (“AMD”) products. AMD makes no repre- sentations or warranties with respect to the accuracy or completeness of the contents of this publication and reserves the right to make changes to specifications and product descriptions at any time without notice. No license, whether express, implied, arising by estoppel or oth- erwise, to any intellectual property rights is granted by this publication. Except as set forth in AMD’s Standard Terms and Conditions of Sale, AMD assumes no liability whatsoever, and disclaims any express or implied warranty, relating to its products including, but not limited to, the implied warranty of merchantability, fitness for a particular purpose, or infringement of any intellectual property right. AMD’s products are not designed, intended, authorized or warranted for use as components in systems intended for surgical implant into the body, or in other applications intended to support or sustain life, or in any other application in which the failure of AMD’s product could create a situation where personal injury, death, or severe property or environ- mental damage may occur. AMD reserves the right to discontinue or make changes to its products at any time without notice. Trademarks AMD, the AMD Arrow logo, AMD Athlon, and combinations thereof, Cool’n’Quiet and 3DNow!, are trademarks of Advanced Micro Devices, Inc.
    [Show full text]
  • DMA, System Buses and Peripheral Buses
    EECE 379 : DESIGN OF DIGITAL AND MICROCOMPUTER SYSTEMS 2000/2001 WINTER SESSION, TERM 1 DMA, System Buses and Peripheral Buses Direct Memory Access is a method of transferring data between peripherals and memory without using the CPU. After this lecture you should be able to: identify the advantages and disadvantages of using DMA and programmed I/O, select the most appropriate method for a particular application. System buses are the buses used to interface the CPU with memory and peripherals on separate PC cards. The ISA and PCI buses are used as examples. You should be able to state the most important specifications of both buses. Serial interfaces are typically used to connect computer systems and low-speed external peripherals such as modems and printers. Serial interfaces reduce the cost of interconnecting devices because the bits in a byte are time-multiplexed onto a single wire and connector. After this lecture you should be able to describe the operation and format of data and handshaking signals on an RS-232 interface. Parallel ports are also used to interface the CPU to I/O devices. Two common parallel port standards, the “Centron- ics” parallel printer port and the SCSI interface are described. After this lecture you should be able to design simple input and output I/O ports using address decoders, registers and tri-state buffers. Programmed I/O Approximately how many bus cycles will be required? Programmed I/O (PIO) refers to using input and out- put (or move) instructions to transfer data between Direct Memory Access (DMA) memory and the registers on a peripheral interface.
    [Show full text]
  • Computer Architecture.Pdf
    National 5 Computer Architecture What we need to know! The Processor – ALU, Control Unit, Registers Memory – Main Memory, RAM, ROM, Memory Sizes Buses – Address, Data, Control Interfaces – Data Conversion, Speed of Operation, Temporary Storage, Different Voltage Levels 4 Box Diagram Input Devices Processor Output Devices Mouse, Keyboard, Printer, Monitor, Scanner, Digital Speakers, Camera, Webcam, Main Memory Headset Trackball, Trackpad RAM and ROM Backing Storage Device CD-ROM, DVD, ROM, CD-RW, DVD-RW, USB Flash Drive Basic Computer Structure Control Bus Control Unit Backing Storage Main Memory ALU Address Bus Registers Data Bus The purpose of the ALU • The Arithmetic and Logic Unit (ALU) is the part of the Central Processing Unit (CPU) where the following take place: – Calculations (+, -, /, *) – Logical Decisions (AND, OR, NOT) – Comparisons (<,=, >, <=, >=) The purpose of the Control Unit • The main functions of the control unit are: – to control the timing of operations within the processor – to send out signals that fetch instructions from the main memory – to decode these instructions – to carry out these decoded instructions The purpose of the Registers • These are very fast temporary storage locations on the processor, they provide temporary storage places for data being manipulated. This data could be an address in memory, data being read or written, or instructions waiting to be decoded. • They are used to: – Hold data that is being transferred to or from memory. – Hold the address of the location in memory which the processor is accessing to read or write data. – Hold the instructions that are being carried out. Complete Exercise 1 and get your teacher to check the answers.
    [Show full text]
  • Melsecwincpu Module Q-Bus Interface Driver User's Manual (Utility Operation, Programming)
    MELSECWinCPU Module Q-Bus Interface Driver User's Manual (Utility Operation, Programming) -Q10WCPU-W1-E -Q10WCPU-W1-CFE -SW1PNC-WCPU-B SAFETY PRECAUTIONS (Read these precautions before using this product.) Before using this product, please read this manual and the relevant manuals carefully and pay full attention to safety to handle the product correctly. The instructions given in this manual are concerned with this product. For the safety instructions of the programmable controller system, please read the programmable controller CPU module user's manual. In this manual, the safety precautions are classified into two levels: " WARNING" and " CAUTION". Indicates that incorrect handling may cause hazardous conditions, resulting in WARNING death or severe injury. Indicates that incorrect handling may cause hazardous conditions, resulting in CAUTION minor or moderate injury or property damage. Under some circumstances, failure to observe the precautions given under " CAUTION" may lead to serious consequences. Observe the precautions of both levels because they are important for personal and system safety. Make sure that the end users read this manual and then keep the manual in a safe place for future reference. 1 [Design Instructions] WARNING - When changing data and controlling status upon an operating sequencer from the MELSECWinCPU module, safety operation of the total system must always be maintained. For that purpose, configure an interlock circuit externally to the sequencer system. Countermeasures against communication errors caused by cable connection failure, etc. must be specified by means of on- line operation of programmable controller CPU from the MELSECWinCPU module. CAUTION - Read the manual thoroughly and carefully, and verify safety before running the online operations with connected MELSECWinCPU module, and with an operating programmable controller CPU (especially when performing forcible output and changing operation status).
    [Show full text]
  • Chapter 13: Direct Memory Access and DMA-Controlled
    Chapter 13: Direct Memory Access and DMA-Controlled I/O Introduction • The DMA I/O technique provides direct access to the memory while the microprocessor is temporarily disabled. • This chapter also explains the operation of disk memory systems and video systems that are often DMA-processed. • Disk memory includes floppy, fixed, and optical disk storage. Video systems include digital and analog monitors. The Intel Microprocessors: 8086/8088, 80186/80188, 80286, 80386, 80486 Pentium, Pentium Pro Processor, Pentium II, Pentium, 4, and Core2 with 64-bit Extensions Copyright ©2009 by Pearson Education, Inc. Architecture, Programming, and Interfacing, Eighth Edition Upper Saddle River, New Jersey 07458 • All rights reserved. Barry B. Brey Chapter Objectives Upon completion of this chapter, you will be able to: • Describe a DMA transfer. • Explain the operation of the HOLD and HLDA direct memory access control signals. • Explain the function of the 8237 DMA controller when used for DMA transfers. • Program the 8237 to accomplish DMA transfers. The Intel Microprocessors: 8086/8088, 80186/80188, 80286, 80386, 80486 Pentium, Pentium Pro Processor, Pentium II, Pentium, 4, and Core2 with 64-bit Extensions Copyright ©2009 by Pearson Education, Inc. Architecture, Programming, and Interfacing, Eighth Edition Upper Saddle River, New Jersey 07458 • All rights reserved. Barry B. Brey 13–1 BASIC DMA OPERATION • Two control signals are used to request and acknowledge a direct memory access (DMA) transfer in the microprocessor-based system. – the HOLD pin is an input used to request a DMA action – the HLDA pin is an output that acknowledges the DMA action • Figure 13–1 shows the timing that is typically found on these two DMA control pins.
    [Show full text]
  • PCI/104-Express and Pcie/104 Specification
    PCI/104-Express™ & PCIe/104™ Specification Including Adoption on 104™, EPIC™ and EBX™ Form Factors Version 2.0 February 10, 2011 Please Note This specification is subject to change without notice. While every effort has been made to ensure the accuracy of the material contained within this document, the PC/104 Embedded Consortium shall under no circumstances be liable for incidental or consequential damages or related expenses resulting from the use of this specification. If errors are found, please notify the PC/104 Embedded Consortium. The PC/104 logo, PC/104, PC/104-Plus, PCI-104, PCIe/104, PCI/104-Express, 104, EPIC and EBX are trademarks of the PC/104 Embedded Consortium. All other marks are the property of their respective companies. Copyright 2007 - 2011, PC/104 Embedded Consortium IMPORTANT INFORMATION AND DISCLAIMERS The PC/104 Embedded Consortium (“Consortium”) makes no warranties with regard to this PCI/104- Express and PCIe/104 Specifications (“Specifications”) and, in particular, neither warrant nor represent that these Specifications or any products made in conformance with them will work in the intended manner. Nor does the Consortium assume responsibility for any errors that the Specifications may contain or have any liabilities or obligations for damages including, but not limited to, special, incidental, indirect, punitive, or consequential damages whether arising from or in connection with the use of these Specifications in any way. This specification is subject to change without notice. While every effort has been made to ensure the accuracy of the material contained within this document, the publishers shall under no circumstances be liable for incidental or consequential damages or related expenses resulting from the use of this specification.
    [Show full text]
  • Computer Architectures
    Computer Architectures I/O subsystem Miroslav Šnorek, Pavel Píša, Michal Štepanovský Czech Technical University in Prague, Faculty of Electrical Engineering English version partially supported by: European Social Fund Prague & EU: We invests in your future. AE0B36APO Computer Architectures Ver.1.10 1 This lecture topics? ● Computer subsystem interconnection ● Buses, examples of different platforms (VME) ● PC standard example ● PCI ● Why? Introduction for laboratory experiments ● PCI innovations ● PCIe ● Why? Introduction for laboratory experiments ● Further innovations ● Hypertransport, Infiniband, QPI ● Why? For you to know AE0B36APO Computer Architectures 2 Motivation Goal of today lecture understand bus interconnection technologies AE0B36APO Computer Architectures 3 Motivation – Intel – Only as an example AE0B36APO Computer Architectures 4 What is the main task of I/O subsystem? ● Interconnection of subsystems inside computer, connection of external peripherals and computers together ● Demands on I/O subsystem: Creating optimal data paths, especially critical for the most demanding peripherals (graphic cards, external memories) ● Possible solutions: There have to be compromises due to price/performance ratio when it is ● possible to share data paths, or ● advantageous to share them. AE0B36APO Computer Architectures 5 Single cycle processor form lecture 2 Main memory is not part of the CPU… MemToReg Contr MemWrite ol Unit Branch 31:26 Opcod ALUControl 2:0 e ALUScr 5:0 RegDest AluOutW Funct RegWrite 25:21 WE3 SrcA PC’ Zero WE 0 PC A
    [Show full text]