Chapter 8 Ed

Total Page:16

File Type:pdf, Size:1020Kb

Chapter 8 Ed For the mechanical is Chapter 8 ed. example, path showing parts missing. The descriptive path shown proceeds from the PDP-8 computer to the processor and from there to the arithmetic unit, or more Structural Levels of the PDP-S^ specifically, to the Accumulator (AC) register of the arithmetic unit. Next, the logic implementing the register transfer operations C. Gordon Bell / Allen Newell / and functions for the jth bit of the Accumulator is given, followed and needed for this Daniel P. Siewioi'ek by the flip-flops gates particular implementa- tion. Finally, on the last segment of the path, there are the electronic circuits and components from which flip-flops and gates A map of the PDP-8 design hierarchy, based on the Structural are constructed. Levels View of Chap. 2, is given in Fig. 1, starting from the PMS structure, to the ISP, and down through logic design to circuit Abstract electronics. These description levels are subdivided to provide Representations more organizational details such as registers, data operators, and 1 also lists some of the methods used to represent the functional units at the register transfer level. Figure physical computer abstractly at the different description levels. As The relationship of the various description levels constitutes a mentioned only a small part of the PDP-8 description tree structure, where the organizationally complex computer is previously, tree is represented here. The many documents which constitute the top node and each descending description level represents the complete representation of even this small computer include increasing detail (or smaller component size) until the final circuit wiring lists, circuit schematics, printed circuit element level is reached. For simplicity, only a few of the many logic diagrams, board photo etching masks, production description diagrams, possible paths through the structural description tree are illustrat- production parts lists, testing specifications, programs for testing and diagnosing faults, and manuals for modification, production, 'Originally printed in C. G. Bell, J. C. Mudge, and J. E. McNamara, and use. As the discussion continues down the Computer Engineering: A DEC View of Hardware System Design, Digital maintenance, will that the tree Press, 1978, pp. 209-228. abstract description tree, the reader observe |X| indicates (igurs numb*r of instanc* Fig. 1. PDP-8 hierarchy of descriptions. no Chapter 8 Structural Level* of the PDP-8 | 111 conveniently represents the constitutent objects of each level and The I/O Bus is nearly the same for the PDP-5, 8, 8/S, 8/1, and their interconnection at the next level. highest 8/L. Hence, any controller can be used on any of the above there is computers provided an appropriate logic level converter The PMS Level and 8/S (PDP-5, 8, use negative polarity logic; the 8/1 and 8/L, - The I/O Bus is the link to the The PDP 8 computer in PMS notation is: positive logic). controllers for processor-controlled data transfers. Each word transferred is a C[PDP-8 technoIogy:transistors: 12 b/w: designated by processor in-out transfer (lOT) instruction. Due ' ' ' to the cost of descendants: PDP-8/S, PDP-8/I, PDP-8/L, high hardware in 1965, the PDP-8 I/O Bus protocol was '8/E, '8/?, '8/M, '8/A, 'CMOS-8; designed to minimize the amount of hardware to interface a antecedents: ' PDP-5; peripheral device. As a result, only a minimal number of control were defined with the Mp[core; #0:7; 4096 words; tc:1.5 |As/word];] signals largest portion of I/O control Pc(Mps(2 to 4 words); performed by software. A detailed structure of the instruction length: 1|2 words; processor and memory (Fig. 4) shows the I/O Bus and Data Break address/instruction : 1 connections to the ; registers and control in the operations on data:(=, +, Not, And, Minus notation used in the initial PDP-8 reference manual. This is a (negate), Srr l(/2), Sir 1 (x2), +) diagram essentially functional block diagram. The for a optional operations:(x ,/,nomialize); corresponding logic controller is given in Fig. 3 in terms of elements data-types:word, integer. Boolean vector; logic design (ANDs and ORs). The operation of the I/O Bus starts when the operations for data access:4); processor sends a control signal anr) sets the six I/O selection lines P(display; '338); (lO. SELECT <0:5>) to specify a particular ' controller. Each is P(c; LINC); controller hardwired to respond to its unique ' 6-bit code. The local S( I/O Bus; 1 Pc; 64K); control, K[k], select signal is then used to ' form three local commands when ANDed with the three lOT Ms(disk, DECtape, magnetic tape);" command lines from the processor. These command lines are T(paper tape, card, analog, cathode-ray tube) called lO. PULSE. 1, 10.PULSE.2, and IO.PULSE.4. Twelve data bits are transmitted either to or from the As an example of PMS structure, the LINC-8-338 is shown in processor, indirectly 2; it consists of three under the controller's control. This is the Fig. processors (designated P): Pc(' LINC), accomplished by using and AND/OR gates in the controller for data to the PcC PDP-8), P.display('338). The LINC processor is a very input processor, and the AND for data to the controller. capable processor with more instructions than the PDP-8 and is gate input A single skip is used so that the can test a available in the structure to interpret programs written for the input processor status bit in the LINC. Because controller. A controller communicates back to the of the rather limited instruction set being processor via the line. controller interpreted, one would hardly expect to find all the components interrupt request Any wanting attention ORs its into the present in Fig. 2 in an actual configuration. simply request signal interrupt request signal. The switches Normally, the controller an is (S) between the memory and the processor allow signal causing interrupt also connected to the and instructions are eight primary memories (Mp) to be connected. This switch, in skip input, skip used in the PMS called software polling that determines the S(' memory Bus; 8 Mp; 1 Pc; time-multiplexed; 1.5 specific interrupting device. The Data Break jis/word), is actually a bus with a transfer rate of 1.5 microseconds input for Direct Memory Access provides a word. The switch makes the direct access path for a processor or a controller to via the per eight memory modules logically memory The number of equivalent to a single 32,768-word memory module. There are processor. access ports to memory can be two other connections expanded to eight the DM01 Data a (a switch and a link) to the processor by using Multiplexer, ' switch. the console. are ' The DM01 port is from a excluding They the S( I/O Bus) and L( Data requested processor (e.g. , LINC Break; Direct or Model 338 Display Processor) or a controller Memory Access) for interconnection with peripher- (e.g.; magnetic al A or controller a devices. Associated with each device is a switch, and the I/O tape). processor supplies memory address, a read Bus links all the devices. or write access request, and then or data for the A simplified PMS diagram (Fig. 3) shows accepts supplies the accessed word. In the structure and the logical-physical transformation for the I/O configuration (Fig. 1), Pc['LINC] and ' P[ 338] are connected to the Bus, Memory Bus, and Direct Memory Access link. Thus, the I/O multiplexer and make requests to for both Bus is: memory their instructions and data in the same way as the PDP-8 processor. The global control of these processor ' programs S( I/O Bus duplex; 1 is time-multiplexed; Pc; 64K;Pc controlled, via the processor over the I/O Bus. The processor issues start K requests; t:4.5 n,s/w) and stop commands, initializes their state, and examines their Section 3 of Historical 112 Part 1 Fundamentals Computers Significance TIT.WvM- 10 ch.r/s. » b/ch«r. »4 ch.rl zy T(pap«r tape lr«ad«( 300 char/i | (punch 100ch»r/sl 8 b/char) 01 T(.ncr«m«nt«l pent plot 300 point/s. in/ point) Tlcafd. rMder. 200 800 c»rd/m>nl Kcard punch, 100 card/mm) •r, 300 lin«/fT 120 col/lin* n I T (l,n«. prii chT//coll ULI I 64 display araa 10 x 10 m^i 6 X 5 01 I 05 m/potnt) UJ I 3.S/s/potnt TIDaiaphone. 12-48 kb/sl Ltanatog output. - hEHIH U(»0 63, analog, input -10 volial 03-EH Kl#0 63. Teletvp*. 110, 180 b/«l ECtapa, addrassabla magnattc tap* ' - I 133 260 ft. 350 char/in, 3 b/chai I LLI I liS/w englh D- (#0 7. magnatic tapa. 36 45 75' 112 5 in/- iG-EI-E200,556,800 b/in 6 8 b/chail D- ^H_ .III. Wsl#0WsliiiO 3. hsadftsad haad disk. 1 dalay 0-17 ms, 1 S — 66 ^s/w. 32768 vvl (166 Ms/w 26214 K I 1 I "t—J ^J (12. 1 pantv)b/w)pantvlb/w) X 10 in^ P(dtsplav. 33tl -| T(#0 3. CRT, display, area 10 y* T(0 3, light, pan) I TIiKO 3. push buttons, consolal y- Pc( Laboratory nsirumant Computar/LINC) 1. LINNCtapa, addrassabla magr>atic tape. 6 25kw/s IMsliVO y I T(ifO 15. knobs, arulog. input) 1 Mp (core. 1 5 i-s/w, 4096 w.
Recommended publications
  • PDP-11 Conventions Manual
    DEC-II-HR6A-D PDP-11 Conventions Manual DIGITAL EQUIPMENT CORPORATION • MAYNARD, MASSACHUSETTS 1st Edition September 1970 Copyright © 1970 by Digital Equipment Corporation The instructional times, operating speeds and the like are included in this manual for reference only; they are not to be taken as specifications. The following are registered trademarks of Digital Equipment Corporation, Maynard, Massachusetts: DEC PDP FLIP CHIP FOCAL DIGITAL COMPUTER LAB UNIBUS Contents Contents (cont.) Page Page APPENDIX A GENERAL MAINTENANCE APPENDIX E PRODUcr CODE FOR SOFTWARE PRODUcrS A.1 SCOPE A-I E.l INTRODUCTION E-1 A.2 TEST EQUIPMENT AND TOOLS A-I E.2 COMPUTER SERIES - [XX] -xxxx-xx E-1 A.3 INSTALLATION OF ECO's A-I E.3 PRODUCT IDENTIFICATION - XX-[XXXX]-XX E-1 A.4 MODULE IDENTIFICATION AND LAYOUT A-I E.3.1 Major Category E-1 A.5 MODULE COMPONENT IDENTIFICATION A-2 E.3.2 Minor Category E-2 A.6 UNIBUS CONNECTIONS A-2 E.3.3 Option Category E-2 A.7 MULTIPLE BOX SYSTEMS A-2 E.3.4 Revision Category E-3 A.8 POWER CONTROL A-2 E.3.5 Minor Category E-3 A.9 SYSTEM UNIT REMOV AL/INSTALLATION A-2 E.3.6 Unique Designation Category E-3 A.10 MAINTENANCE TIPS A-3 E.4 DISTRIBUTION METHOD - XX-XXXX-[XX] E-3 A.10.1 Diagnostic Programs A-3 E.5 SPECIAL CLASSIFICATION E-3 A.10.2 KM 11 Maintenance Set A-3 E.6 TYPICAL EXAMPLE E-3 A.lO.3 Observation of Service Major State Operation A-3 APPENDIX F PDP-II GLOSSARY F-1 APPENDIXB LOGIC SYMBOLOGY APPENDIX G PDP-II STANDARD ABBREVIATIONS G-l B.l GENERAL B-1 B.2 LOGIC SYMBOLS B-1 B.2.1 State Indicator B-1 B.2.1.1 State Indicator Absent B-1 B.2.1.2 State Indicator Present B-1 B.2.2 Table of Combinations B-2 Illustrations B.2.3 Flip-Flop B-2 B.2.4 One-Shot Functions B-2 B.2.5 One-Shot Delays B-3 B.2.6 Schmitt Trigger B-4 B.2.7 Amplifier B-4 Figure No.
    [Show full text]
  • TCD-SCSS-T.20191104.002 Accession Date
    AccessionIndex: TCD-SCSS-T.20191104.002 Accession Date: 4-Nov-2019 Accession By: Ronan Scaife Object name: DEC MINC-11 laboratory minicomputer Vintage: c.1981 Synopsis: Lab computer plus instrument chassis successor to the original MIT LINC, Model: MINC11-AB, CAB 0, S/N: WF05524. Description: This item is a DEC MINC-11 laboratory minicomputer on a trolley, a later successor to the original MIT LINC that DEC also manufactured. It uses a PDP-11/03 rather than the original LINC processor. The MINC-11 was contained in a 19” chassis, plus a DEC RX02 dual floppy disk drive mounted on a laboratory trolley, with a DEC VT103 intelligent terminal above. It was designed for laboratory use, using special interface modules and (in DEC terminology) double-spaced quad-sized slots. The operating system was a special version of DEC’s RT-11, and booted straight into MINC-Basic, which had special functions to access the MINC modules. FORTRAN IV (Fortran-66) was optionally available for computationally-intensive applications. Lab sensors, actuators or instruments could be linked via BNC connectors at the front of the modules or via a connector block. The PDP-11/03 (aka LSI-11/03) was the first PDP-11 designed with large-scale integration circuits, using the Western Digital MCP-1600 chipset on a KDF11-AA (M8186) Q-bus CPU board, and MSV11-DD (M8044 DH) 32kW (64kB) memory boards. An RXV21 (M8029) floppy disk controller board interfaced to the RX02 dual floppy disk drive. A BDV11 bus terminator board also provides 2kW of PROM for diagnostics and booting.
    [Show full text]
  • Database Integration
    I DATABASE INTEGRATION ALPHA SERVERS & WORKSTATIONS Digital ALPHA 21164 CPU Technical Journal Editorial The Digital TechnicalJournal is a refereed Cyrix is a trademark of Cyrix Corporation. Jane C. Blake, Managing Editor journal published quarterly by Digital dBASE is a trademark and Paradox is Helen L. Patterson, Editor Equipment Corporation, 30 Porter Road a registered trademark of Borland Kathleen M. Stetson, Editor LJ02/D10, Littleton, Massachusetts 01460. International, Inc. Subscriptionsto the Journal are $40.00 Circulation (non-U.S. $60) for four issues and $75.00 EDA/SQL is a trademark of Information Catherine M. Phillips, Administrator (non-U.S. $115) for eight issues and must Builders, Inc. Dorothea B. Cassady, Secretary be prepaid in U.S. funds. University and Encina is a registered trademark of Transarc college professors and Ph.D. students in Corporation. Production the electrical engineering and computer Excel and Microsoft are registered pde- Terri Autieri, Production Editor science fields receive complimentary sub- marks and Windows and Windows NT are Anne S. Katzeff, Typographer scriptions upon request. Orders, inquiries, trademarks of Microsoft Corporation. Joanne Murphy, Typographer and address changes should be sent to the Peter R Woodbury, Illustrator Digital TechnicalJournal at the published- Hewlett-Packard and HP-UX are registered by address. Inquiries can also be sent elec- trademarks of Hewlett-Packard Company. Advisory Board tronically to [email protected]. Single copies INGRES is a registered trademark of Ingres Samuel H. Fuller, Chairman and back issues are available for $16.00 each Corporation. Richard W. Beane by calling DECdirect at 1-800-DIGITAL Donald Z. Harbert (1-800-344-4825).
    [Show full text]
  • Thesis May Never Have Been Completed
    UvA-DARE (Digital Academic Repository) Digital Equipment Corporation (DEC): A case study of indecision, innovation and company failure Goodwin, D.T. Publication date 2016 Document Version Final published version Link to publication Citation for published version (APA): Goodwin, D. T. (2016). Digital Equipment Corporation (DEC): A case study of indecision, innovation and company failure. General rights It is not permitted to download or to forward/distribute the text or part of it without the consent of the author(s) and/or copyright holder(s), other than for strictly personal, individual use, unless the work is under an open content license (like Creative Commons). Disclaimer/Complaints regulations If you believe that digital publication of certain material infringes any of your rights or (privacy) interests, please let the Library know, stating your reasons. In case of a legitimate complaint, the Library will make the material inaccessible and/or remove it from the website. Please Ask the Library: https://uba.uva.nl/en/contact, or a letter to: Library of the University of Amsterdam, Secretariat, Singel 425, 1012 WP Amsterdam, The Netherlands. You will be contacted as soon as possible. UvA-DARE is a service provided by the library of the University of Amsterdam (https://dare.uva.nl) Download date:26 Sep 2021 Digital Equipment Corporation (DEC) (DEC) Corporation Digital Equipment David Thomas David Goodwin Digital Equipment Corporation (DEC): A Case Study of Indecision, Innovation and Company Failure David Thomas Goodwin Digital Equipment Corporation (DEC): A Case Study of Indecision, Innovation and Company Failure David Thomas Goodwin 1 Digital Equipment Corporation (DEC): A Case Study of Indecision, Innovation and Company Failure ACADEMISCH PROEFSCHRIFT ter verkrijging van de graad van doctor aan de Universiteit van Amsterdam op gezag van de Rector Magnificus prof.
    [Show full text]
  • A New Architecture for Mini-Computers -- the DEC PDP-11
    Reprinted from - AFIPS - Conference Proceedings, Volume 36 Copyright @ by AFlPS Press Montvale, New Jersey 07645 A new architecture for mini-computers- The DEC PDP-11 by G. BELL,* R. CADY, H. McFARLAND, B. DELAGI, J. O’LAUGHLINandR. NOONAN l?i&l Equipment Corporation Maynard, Massachusetts and W. WULF Carnegit+Mellon University Pittsburgh, Fcriiisylvnnia INTRODUCTION tion is not surprising since the basic architectural concepts for current mini-computers were formed in The mini-computer** has a wide variety of uses: com- the early 1960’s. First, the design was constrained by munications controller; instrument controller; large- cost, resulting in rather simple processor logic and system pre-processor ; real-time data acquisition register configurations. Second, application experience systems . .; desk calculator. Historically, Digital was not available. For example, the early constraints Equipment Corporation’s PDP-8 Family, with 6,000 often created computing designs with what we now installations has been the archetype of these mini- consider weaknesses : computers. In some applications current mini-computers have 1. limited addressing capability, particularly of limitations. These limitations show up when the scope larger core sizes of their initial task is increased (e.g., using a higher 2. few registers, general registers, accumulators, level language, or processing more variables). Increasing index registers, base registers the scope of the task generally requires the use of 3. no hardware stack facilities more comprehensive executives and system control 4. limited priority interrupt structures, and thus programs, hence larger memories and more processing. slow context switching among multiple programs This larger system tends to be at the limit of current (tasks) mini-computer capability, thus the user receives 5.
    [Show full text]
  • The DEC PDP-8 Vectors
    The ISP of the PDP-8 Pc is about the most trivial in the book. Chapter 5 — It has only a few data operators, namely, <—,+, (negate), -j, It on A, / 2, X 2, (optional) X, /, and normalize. operates words, The DEC PDP-8 vectors. there are microcoded integers, and boolean However, instructions, which allow compound instructions to be formed in Introduction 1 a single instruction. is the levels dis- The PDP-8 is a single-address, 12-bit-word computer of the second The computer straightforward and illustrates 1. look at it from the down." generation. It is designed for task environments with minimum cussed in Chap. We can easily "top arithmetic computing and small Mp requirements. For example, The C in PMS notation is it can be used to control laboratory devices, such as gas chromoto- 12 graphs or sampling oscilloscopes. Together with special T's, it is C('PDP-8; technology:transistors; b/w; programmed to be a laboratory instrument, such as a pulse height descendants:'PDP-8/S, 'PDP-8/I, 'PDP-8/L; antecedents: 'PDP-5; analyzer or a spectrum analyzer. These applications are typical Mp(core; #0:7; 4096 w; tc:1.5 /is/w); of the laboratory and process control requirements for which the ~ 4 it Pc(Mps(2 w); machine was designed. As another example, can serve as a instruction length:l|2 w message concentrator by controlling telephone lines to which : 1 address/instruction ; occasion- typewriters and Teletypes are attached. The computer operations on data/od:(<— , +, —\, A, —(negate), X 2, stands alone as a small-scale general-purpose computer.
    [Show full text]
  • Decus: Patch to Focal-W for Linc-8 A-D Converter
    /.\DECUS \ / PROGRAM LIBRARY DECUS NO. FOCAL8- 10 TITLE PATCH TO FOCAL-W FOR LINC-8 A-D CONVERTER Although this program has been tested by the contributor, no warranty, express or implied, is made by the contributor, Digital Equipment Computer Users Society or Digital Equipment Corporation as to the accuracy or functioning of the program or related program material, and no responsibility is assumed by these parties in connection therewith. PATCH TO FOCAL-W FOR LINC-8 A-D CONVERTER DECUS Program Library Write-up DECUS NO. FOCAL-10 INTRODUCTION The following patch allows FOCAL-W programs to use the LINC-8 analog-to-digital converter. Calls to the function are in the format: SET A=FADC (K) where A is any FOCAL variable, and K is the decimal number of the channel to be sampled. The function returns values in the range of -256 to $256, corresponding to minus and plus 1 volt respectively. Execution of each function call requires approximately 10 milli- seconds, limiting the maximum sampling rate to 100 SPC. Minor changes to the patch will allow the execution of any single LINC instruction (stored at LINSTR) by FOCAL programs. Such a function could be designated FNEW by placing its starting address in FNTABF 4- 15 (location 413 in TOCAL-W). /SAM PATCH FOR FOCAL /8-68. /TLN 28 FEB 69 *27 0027 5200 5200 "404 0404 5201 5201 /ADC FUNCTION EFUN31=100 INTEGER= 5 2 FLAC=44 IACF=6 17 5 ICON=6 141 ISSP=6165 IAAC= 617 1 "5201 5201 4452 XFADC, JMS I INTEGER 5202 1377 TADfalOO /SAM INST 5203 3307 DCA LINSTR 5204 4212 JMS LINCDO 5205 7200 CLA 5206 6171 IAAC 5207 3045 DCA FLAC+l 5210 4232 JMS FLOAT 5211 5500 JMP I EFUN3I /DO 1 LINC INSTR.
    [Show full text]
  • VAX-11/785 Hardware User's Guide EK-11785-UG-PRE
    EK-11785-UG-PRE VAX-11/785 Hardware User's Guide EK-11785-UG-PRE VAX-11 /785 Hardware User's Guide Prepared by Educational Services of Dlgltal Equipment Corporation Copyright © 1984 by Digital Equipment Corporation All Rights Reserved The information in this document is subject to change without notice and should not be construed as a commitment by Digital Equipment Corporation. Digital Equipment Corporation assumes no responsibility for any errors that may appear in this document. Printed in U.S.A. The following are trademarks of Digital Equipment Corporation: ~nmnoma™ DECtape Rainbow DATATRIEVE DEC US RSTS DEC DECwriter RSX DEC mate DIBOL UNIBUS DECnet MASSBUS VAX DECset PDP VMS DECsystem- I 0 P/OS VT DECSYSTEM-20 Professional Work Processor CHAPTER 1 SYSTEM OVERVIEW 1.1 SCOPE The VAX-11/785 Hardware User's Guide contains basic hardware operating and customer care procedures. It provides an overview of the system and peripheral hardware and serves as a general reference document for the system operator. This manual contains the following information. Chapter 1 - An introduction to the system organization and documentation. Chapter 2 - System operation from the operator's console. Chapter 3 The console subsystem and console command language. Chapter 4 - The diagnostic supervisor. Chapter 5 - Operating information for the most commonly used peripheral devices. Table 1-1 is a list of VAX-11/785 system hardware manuals and related reference handbooks. Table 1-2 lists manuals that are available for the standard peripheral subsystems and options. All VAX/VMS customers receive the software documentation listed in Table 1-3.
    [Show full text]
  • PDP-8 - Wikipedia, the Free Encyclopedia 1/22/12 1:06 PM PDP-8 from Wikipedia, the Free Encyclopedia (Redirected from Pdp8)
    PDP-8 - Wikipedia, the free encyclopedia 1/22/12 1:06 PM PDP-8 From Wikipedia, the free encyclopedia (Redirected from Pdp8) The 12-bit PDP-8 was the first successful commercial minicomputer, produced by Digital Equipment Corporation (DEC) in the 1960s. DEC introduced it on 22 March 1965, and sold more than 50,000 systems, the most of any computer up to that date.[1] It was the first widely sold computer in the DEC PDP series of computers (the PDP-5 was not originally intended to be a general-purpose computer). The chief engineer who designed the initial version of the PDP-8 was Edson de Castro, who later founded Data General.[2] The earliest PDP-8 model (informally known as a "Straight-8") used diode-transistor logic, packaged on flip chip cards, and was about the size of a minibar-fridge. This was followed by the PDP-8/S, available in desktop and rack-mount models. By using a one-bit serial ALU implementation, the PDP-8/S was smaller, less expensive, but vastly slower than the original PDP-8. The only mass storage peripheral available for the PDP-8/S was the A PDP-8 on display at the DF32 disk. Smithsonian's National Museum of American History in Washington, Later systems (the PDP-8/I and /L, the PDP-8/E, /F, and /M, and the D.C.. This example is from the first PDP-8/A) returned to a faster, fully parallel implementation but used generation of PDP-8s, built with much less-expensive TTL MSI logic.
    [Show full text]
  • Decwindows Program
    Digital Technical Journal -9 . -- . Digital Equipment Corporation Volume 2 Number 3 Summer 1990 - Editoill Jane C. Blake, Editor Barbara Lindmark, Associate Editor Richard W. Beane, Managing Editor Circulation Catherine M. Phillips, Administrator Suzanne J. Babineau, Secretary Production Helen L. Patterson, Production Editor Gaye Tauo, Typographer Peter Woodbury, Illustrator and Designer Advisory Board Samuel H. Fuller, Chairman Robert M. Glorioso John W. McCredie .. Mahendra R. Patel F. Grant Saviers Robert K. Spitz William D. Strecker Victor A. Vyssotsky The Digital TecbnicalJournal is published quarterly by Digital Equipment Corporation, 146 Main Street ML01-3lB68, Maynard, Massachusetts 01754-2571. Subscriptionsto theJournal are $40.00 for four issues and must be prepaid in U.S. funds. University and college professors and Ph.D. students in the electrical engineering and computer science fields receive complimentary subscriptions upon request. Orders, inquiries, and address changes should be sent to theDigita1 TecbnicalJournalat the published-by address. Inquiries can alsobe sent electronically to [email protected]. Single copies and back issues are available for 116.00 each from Digital Press of Digital Equipment Corporation, 12 Crosby Drive, Bedford, M~01730-1493. Digital employees may send subscription orders on the ENET to RDVAX::JOURNAL or by interoffice mail to mailstop ML01-3lB68. Orders should include badge number, cost center, site location code and address. U.S. engineers in Engineering and Manufacturing receive complimentary subscriptions; engineers in these organi- zations in countries outside the U.S.should contact theJournal office to receive their complimentary subscriptions. All employees must advise of changes of address. Comments on the content of any paper are welcomed and may be sent to theeditor at thepublished-by or network address.
    [Show full text]
  • Digital Equipment Corporation
    DIGITAL EQUIPMENT CORPORATION NINETEEN FIFTY-SEVEN TO THE PRESENT TABLE OF CONTENTS SECTION PAGE SECTION INTRODUCTION vii 1970 1957-1963 MUMPS 17 MAYNARD MILL TABS-8 17 DEWS FINANCIAL SUMMARY 17 MODULES 1971 MEMORY TEST MILESTONES 20 PDP-1 GALWAY 20 PDP-2 & 3 DIGITAL PARK 20 PDP-4 PDP-11/15 20 PDP5 PDP-8/M 20 FINANCIAL SUMMARY PDP-1 l/O5 21 1964-1967 VT05 21 FIRST PRODUCT LINE 6 LA30 21 PDP-6 6 l-U10 21 PDP-7, PDP-7A 6 PDP- 1 l/45 22 FIRST MINICOMPUTER 6 PDP-16 (RTMS) 22 PDP-8 7 FINANCIAL SUMMARY 22 PDP-8/S 7 1972 PDP-9,9L 7 TAIWAN 24 LINC-8 8 PDP-16/M 24 PDP-10 8 PDP-8/F 24 FINANCIAL SUMMARY 8 DCM-11 24 1968-1969 LAB-11 25 K SERIES MODULES 10 IDACS-11 25 PDPS/I, 8/L 10 PI-IA-11 25 PDP-12 11 RSTS- 11 25 PDP-14 11 TYPESET 10 26 PDP-15 11 DDS-300 26 EDUSYSTEMS 12 DDS-520 26 TSS-8 12 TYPESET- 11 26 QUICKPOIN-T-8 12 DECSYSTEM-10 27 TYPESET8 12 FINANCIAL SUMMARY 27 LAB-8 13 1973 PI-IA-8 13 PDP-1 l/10 30 COMPUTERPAKS 13 PDP- 1 l/40 30 IDACS-8 13 LPS-11 30 RAD-8 14 GT40 31 CLINICAL LAB-12 14 CAPS-8 31 FINANCIAL SUMMARY 14 RSX-11D 31 1970 CAPS- 11 32 TWO MANUFACTURING UNICHANNEL-15 32 FACILITIES 16 PDP-15/76 PDP-8/E 16 32 RK-15 33 PDP-11/20 16 GRAPHIC-76 33 iii SECTION SECTION PAGE 1973 1975 FINANCIALSUMMARY 33 PDP-11/04 49 TU45 49 1974 LSI-11 49 MARKETGROUPREORIENTATION 36 PDP-11/70 50 SOFIWAREPRODUCTLICENSING 36 DVll 50 NATIONALACCOUNTSPROGRAM 36 RIMS 36 ICS,ICR 50 TS03 MARLBOROUGH 37 51 DIGITALPARK 37 RX01 51 PDP-11/03 COMPONENTSGROUP 37 51 PDP-14/30,/35 37 VT-55 51 PDM70 38 RTS-8 52 PROM-8M 38 IAS 52 MICROPROCESSORSERIES 38 FORTRANIV-PLUS
    [Show full text]
  • Digital Equipment Corporation Records
    http://oac.cdlib.org/findaid/ark:/13030/c8t72p80 No online items Guide to the Digital Equipment Corporation records Finding aid prepared by Bo Doub, Kim Hayden, and Sara Chabino Lott Processing of this collection was made possible through generous funding from The Andrew W. Mellon Foundation, administered through the Council on Library and Information Resources' Cataloging Hidden Special Collections and Archives grant. Computer History Museum 1401 N. Shoreline Blvd. Mountain View, CA, 94043 (650) 810-1010 [email protected] April 2017 Guide to the Digital Equipment X2675.2004 1 Corporation records Title: Digital Equipment Corporation records Identifier/Call Number: X2675.2004 Contributing Institution: Computer History Museum Language of Material: English Physical Description: 1,239 Linear feet,611 record cartons, 357 manuscript boxes, 56 newspaper boxes, 169 periodical boxes, and 150 other box types Date (bulk): Bulk, 1957-1998 Date (inclusive): 1947-2002 Abstract: The Digital Equipment Corporation (DEC) records comprise DEC’s corporate archives, with material dating from 1947 to 2002. The bulk of the collection was collected and created during the company’s years of operation from 1957 to 1998. DEC, founded by engineers Ken Olsen and Harlan Anderson, was one of the largest and most successful computer companies in the industry’s history. Widely recognized for its PDP and VAX minicomputer product lines, by 1988 DEC was second only to IBM as the world’s largest computer company. This collection holds the papers of DEC’s executives, engineers, and personnel -- including the personal collections of founders Ken Olsen and Harlan Anderson. Also included are DEC’s administrative records and material relating to product development and engineering, with committee meeting minutes, correspondence, internal newsletters, product proposals, and engineering drawings.
    [Show full text]