Misplaced Pages

Synchronous Backplane Interconnect

Article snapshot taken from Wikipedia with creative commons attribution-sharealike license. Give it a read and then ask your questions in the chat. We can research this topic together.
#303696

46-540: The Synchronous Backplane Interconnect ( SBI ) was the internal processor-memory bus used by early VAX computers manufactured by the Digital Equipment Corporation of Maynard, Massachusetts . The bus was implemented using Schottky TTL logic levels and allowed multiprocessor operation. This computer hardware article is a stub . You can help Misplaced Pages by expanding it . VAX VAX (an acronym for Virtual Address eXtension )

92-470: A Q22-bus interface with DMA transfers. The MicroVAX II was succeeded by many further MicroVAX models with much improved performance and memory. Further VLSI VAX processors followed in the form of the V-11, CVAX , CVAX SOC ("System On Chip", a single-chip CVAX), Rigel , Mariah and NVAX implementations. The VAX microprocessors extended the architecture to inexpensive workstations and later also supplanted

138-428: A focus on usability over optimal program efficiency. Unlike low-level assembly languages , high-level languages have few, if any, language elements that translate directly into a machine's native opcodes . Other features, such as string handling routines, object-oriented language features, and file input/output, may also be present. One thing to note about high-level programming languages is that these languages allow

184-452: A full 32-bit implementation and adding demand paged virtual memory . The name VAX refers to its Virtual Address eXtension concept that allowed programs to make use of this newly available memory while still being compatible with unmodified user mode PDP-11 code. The name "VAX-11", used on early models, was chosen to highlight this capability. The VAX ISA is considered a complex instruction set computer (CISC) design. DEC quickly dropped

230-453: A fully general lambda abstraction in a programming language for the first time. "High-level language" refers to the higher level of abstraction from machine language . Rather than dealing with registers, memory addresses, and call stacks, high-level languages deal with variables, arrays, objects , complex arithmetic or Boolean expressions , subroutines and functions, loops, threads , locks, and other abstract computer science concepts, with

276-452: A programming language is. In the 1960s, a high-level programming language using a compiler was commonly called an autocode . Examples of autocodes are COBOL and Fortran . The first high-level programming language designed for computers was Plankalkül , created by Konrad Zuse . However, it was not implemented in his time, and his original contributions were largely isolated from other developments due to World War II , aside from

322-623: A specific system architecture . Abstraction penalty is the cost that high-level programming techniques pay for being unable to optimize performance or use certain hardware because they don't take advantage of certain low-level architectural resources. High-level programming exhibits features like more generic data structures and operations, run-time interpretation, and intermediate code files; which often result in execution of far more operations than necessary, higher memory consumption, and larger binary program size. For this reason, code which needs to run particularly quickly and efficiently may require

368-510: Is Digital's VAX/VMS (renamed to OpenVMS in 1991 or early 1992 when it was ported to Alpha , modified to comply with POSIX standards, and branded as compliant with XPG4 by the X/Open consortium). The VAX architecture and VMS operating system were " engineered concurrently " to take maximum advantage of each other, as was the initial implementation of the VAXcluster facility. During

414-465: Is a series of computers featuring a 32-bit instruction set architecture (ISA) and virtual memory that was developed and sold by Digital Equipment Corporation (DEC) in the late 20th century. The VAX-11/780 , introduced October 25, 1977, was the first of a range of popular and influential computers implementing the VAX ISA. The VAX family was a huge success for DEC, with the last members arriving in

460-498: Is inherently at a slightly higher level than the microcode or micro-operations used internally in many processors. There are three general modes of execution for modern high-level languages: Note that languages are not strictly interpreted languages or compiled languages. Rather, implementations of language behavior use interpreting or compiling. For example, ALGOL 60 and Fortran have both been interpreted (even though they were more typically compiled). Similarly, Java shows

506-520: The C language , and similar languages, were most often considered "high-level", as it supported concepts such as expression evaluation, parameterised recursive functions, and data types and structures, while assembly language was considered "low-level". Today, many programmers might refer to C as low-level, as it lacks a large runtime-system (no garbage collection, etc.), basically supports only scalar operations, and provides direct memory addressing; it therefore, readily blends with assembly language and

SECTION 10

#1732788026304

552-584: The DECstation and DECsystem respectively, using processors from MIPS Computer Systems . In 1992 DEC introduced their own RISC instruction set architecture, the Alpha AXP (later renamed Alpha), and their own Alpha-based microprocessor, the DECchip 21064 , a high performance 64-bit design capable of running OpenVMS. In August 2000, Compaq announced that the remaining VAX models would be discontinued by

598-741: The VAXstation workstations in the mid-1980s. The MicroVAX was superseded by the VAX 4000 , the VAX 8000 was superseded by the VAX 6000 in the late 1980s and the mainframe-class VAX 9000 was introduced. In the early 1990s, the fault-tolerant VAXft was introduced, as were the Alpha compatible VAX 7000/10000 . A variant of various VAX-based systems were sold as the VAXserver . System Industries developed an ability to give more than one DEC CPU, but not at

644-521: The call stack for temporary storage. On the VAX, with 16 registers, this might require 16 instructions to save the data and another 16 to restore it. Using the mask, a single 16-bit value performs the same operations internally in hardware, saving time and memory. Since register masks are a form of data embedded within the executable code, they can make linear parsing of the machine code difficult. This can complicate optimization techniques that are applied on machine code. The native VAX operating system

690-407: The computer . In contrast to low-level programming languages , it may use natural language elements , be easier to use, or may automate (or even hide entirely) significant areas of computing systems (e.g. memory management ), making the process of developing a program simpler and more understandable than when using a lower-level language. The amount of abstraction provided defines how "high-level"

736-420: The system architecture which they were written for without major revision. This is the engineering 'trade-off' for the 'Abstraction Penalty'. Examples of high-level programming languages in active use today include Python , JavaScript , Visual Basic , Delphi , Perl , PHP , ECMAScript , Ruby , C# , Java and many others. The terms high-level and low-level are inherently relative. Some decades ago,

782-781: The 1980s, a hypervisor for the VAX architecture named VMM (Virtual Machine Monitor), also known as the VAX Security Kernel , was developed at Digital with the aim of allowing multiple isolated instances of VMS and ULTRIX to be run on the same hardware. VMM was intended to achieve TCSEC A1 compliance. By the late 1980s, it was operational on VAX 8000 series hardware, but was abandoned before release to customers. Other VAX operating systems have included various releases of Berkeley Software Distribution (BSD) UNIX up to 4.3BSD , Ultrix -32, VAXELN , and Xinu . More recently, NetBSD and OpenBSD have supported various VAX models and some work has been done on porting Linux to

828-526: The 8100 and 8200 class machines. The VAX 11-730 and 725 low-end machines were built using AMD Am2901 bit-slice components for the ALU. The MicroVAX I represented a major transition within the VAX family. At the time of its design, it was not yet possible to implement the full VAX architecture as a single VLSI chip (or even a few VLSI chips as was later done with the V-11 CPU of the VAX 8200/8300). Instead,

874-510: The MicroVAX I was the first VAX implementation to move some of the more complex VAX instructions (such as the packed decimal and related opcodes) into emulation software. This partitioning substantially reduced the amount of microcode required and was referred to as the "MicroVAX" architecture. In the MicroVAX I, the ALU and registers were implemented as a single gate-array chip while the rest of

920-730: The VAX architecture. OpenBSD discontinued support for the architecture in September 2016. The first VAX model sold was the VAX-11/780 , which was introduced on October 25, 1977, at the Digital Equipment Corporation's Annual Meeting of Shareholders. Bill Strecker, C. Gordon Bell 's doctoral student at Carnegie Mellon University , was responsible for the architecture. Many different models with different prices, performance levels, and capacities were subsequently created. VAX superminicomputers were very popular in

966-540: The VAX processor (from the hard drives), and either RSX-11S or RT-11 on the LSI-11 (from the single density single drive floppy disk). The VAX went through many different implementations. The original VAX 11/780 was implemented in TTL and filled a four-by-five-foot cabinet with a single CPU . Through the 1980s, the high-end of the family was continually improved using ever-faster discrete components, an evolution that ended with

SECTION 20

#1732788026304

1012-533: The VAX was seen as a 32-bit extension of the older 16-bit PDP-11 and because it was (after Prime Computer ) an early adopter of virtual memory to manage this larger address space. Early versions of the VAX processor implement a "compatibility mode" that emulates many of the PDP-11's instructions, giving it the 11 in VAX-11 to highlight this compatibility. Later versions offloaded the compatibility mode and some of

1058-741: The aggregate performance of a VAXcluster . (The performance of the VAX-11/780 still serves as the baseline metric in the BRL-CAD Benchmark, a performance analysis suite included in the BRL-CAD solid modeling software distribution.) The VAX-11/780 included a subordinate stand-alone LSI-11 computer that performed microcode load, booting, and diagnostic functions for the parent computer. This was dropped from subsequent VAX models. Enterprising VAX-11/780 users could therefore run three different Digital Equipment Corporation operating systems: VMS on

1104-473: The difficulty of trying to apply these labels to languages, rather than to implementations; Java is compiled to bytecode which is then executed by either interpreting (in a Java virtual machine (JVM)) or compiling (typically with a just-in-time compiler such as HotSpot , again in a JVM). Moreover, compiling, transcompiling, and interpreting is not strictly limited to only a description of the compiler artifact (binary executable or IL assembly). Alternatively, it

1150-558: The early 1980s. For a while the VAX-11/780 was used as a standard in CPU benchmarks . It was initially described as a one- MIPS machine, because its performance was equivalent to an IBM System/360 that ran at one MIPS, and the System/360 implementations had previously been de facto performance standards. The actual number of instructions executed in 1 second was about 500,000, which led to complaints of marketing exaggeration. The result

1196-460: The early 1990s. The VAX was succeeded by the DEC Alpha , which included several features from VAX machines to make porting from the VAX easier. VAX was designed as a successor to the 16-bit PDP-11 , one of the most successful minicomputers in history with approximately 600,000 units sold. The system was designed to offer backward compatibility with the PDP-11 while extending the memory to

1242-411: The end of the year, but old systems remain in widespread use. The Stromasys CHARON-VAX and SIMH software-based VAX emulators remain available. VMS is now developed by VMS Software Incorporated, albeit only for the Alpha , HPE Integrity , and x86-64 platforms. The VAX virtual memory is divided into four sections. Each is one gigabyte (in the context of addressing, 2 bytes) in size: For VMS, P0

1288-482: The goal of aggregating the most popular constructs with new or improved features. An example of this is Scala which maintains backward compatibility with Java , meaning that programs and libraries written in Java will continue to be usable even if a programming shop switches to Scala; this makes the transition easier and the lifespan of such high-level coding indefinite. In contrast, low-level programs rarely survive beyond

1334-569: The high-end VAX models. This wide range of platforms (mainframe to workstation) using one architecture was unique in the computer industry at that time. Sundry graphics were etched onto the CVAX microprocessor die. The phrase CVAX... when you care enough to steal the very best was etched in broken Russian as a play on a Hallmark Cards slogan, intended as a message to Soviet engineers who were known to be both purloining DEC computers for military applications and reverse engineering their chip design. By

1380-611: The higher abstraction may allow for more powerful techniques providing better overall results than their low-level counterparts in particular settings. High-level languages are designed independent of a specific computing system architecture . This facilitates executing a program written in such a language on any computing system with compatible support for the Interpreted or JIT program. High-level languages can be improved as their designers develop improvements. In other cases, new high-level languages evolve from one or more others with

1426-501: The introduction of the VAX 9000 in October 1989. This design proved too complex and expensive and was ultimately abandoned not long after introduction. CPU implementations that consisted of multiple emitter-coupled logic (ECL) gate array or macrocell array chips included the VAX 8600 and 8800 superminis and finally the VAX 9000 mainframe class machines. CPU implementations that consisted of multiple MOSFET custom chips included

Synchronous Backplane Interconnect - Misplaced Pages Continue

1472-477: The language's influence on the "Superplan" language by Heinz Rutishauser and also to some degree ALGOL . The first significantly widespread high-level language was Fortran , a machine-independent development of IBM's earlier Autocode systems. The ALGOL family, with ALGOL 58 defined in 1958 and ALGOL 60 defined in 1960 by committees of European and American computer scientists, introduced recursion as well as nested functions under lexical scope . ALGOL 60

1518-443: The late 1980s, the VAX microprocessors had grown in power to be competitive with discrete designs. This led to the abandonment of the 8000 and 9000 series and their replacement by Rigel-powered models of the VAX 6000 , and later by NVAX-powered VAX 7000 systems. In DEC's product offerings, the VAX architecture was eventually superseded by RISC technology. In 1989 DEC introduced a range of workstations and servers that ran Ultrix ,

1564-414: The less used CISC instructions to emulation in the operating system software. The VAX instruction set was designed to be powerful and orthogonal . When it was introduced, many programs were written in assembly language, so having a "programmer-friendly" instruction set was important. In time, as more programs were written in high-level programming languages , the instruction set became less visible, and

1610-603: The machine control was conventional logic. A full VLSI ( microprocessor ) implementation of the MicroVAX architecture arrived with the MicroVAX II's 78032 (or DC333) CPU and 78132 (DC335) FPU. The 78032 was the first microprocessor with an on-board memory management unit The MicroVAX II was based on a single, quad-sized processor board which carried the processor chips and ran the MicroVMS or Ultrix -32 operating systems . The machine featured 1 MB of on-board memory and

1656-534: The machine level of CPUs and microcontrollers . Also, in the introduction chapter of The C Programming Language (second edition) by Brian Kernighan and Dennis Ritchie , C is described as "not a very high level" language. Assembly language may itself be regarded as a higher level (but often still one-to-one if used without macros ) representation of machine code , as it supports concepts such as constants and (limited) expressions, sometimes even variables, procedures, and data structures . Machine code , in turn,

1702-419: The only ones much concerned about it were compiler writers. One unusual aspect of the VAX instruction set is the presence of register masks at the start of each subprogram. These are arbitrary bit patterns that specify, when control is passed to the subprogram, which registers are to be preserved. On most architectures, it is up to the compiler to produce instructions to save out the needed data, typically using

1748-620: The programmer to be detached and separated from the machine. That is, unlike low-level languages like assembly or machine language, high-level programming can amplify the programmer's instructions and trigger a lot of data movements in the background without their knowledge. The responsibility and power of executing instructions have been handed over to the machine from the programmer. High-level languages intend to provide features that standardize common tasks, permit rich debugging, and maintain architectural agnosticism; while low-level languages often produce more efficient code through optimization for

1794-412: The quintessential CISC ISA, with its very large number of assembly language programmer-friendly addressing modes and machine instructions, highly orthogonal instruction set architecture, and instructions for complex operations such as queue insertion or deletion, number formatting, and polynomial evaluation. The name "VAX" originated as an acronym for Virtual Address eXtension , both because

1840-556: The same time, write access to a shared disk. They implemented an enhancement named SImultaneous Machine ACceSs ( SIMACS ), which allowed their special disk controller to set a semaphore flag for disk access, allowing multiple WRITES to the same files; the disk is shared by multiple DEC systems. SIMACS also existed on PDP-11 RSTS systems. Canceled systems include the BVAX , a high-end emitter-coupled logic (ECL) based VAX, and two other ECL-based VAX models: Argonaut and Raven . Raven

1886-549: The use of a lower-level language, even if a higher-level language would make the coding easier. In many cases, critical portions of a program mostly in a high-level language can be hand-coded in assembly language , leading to a much faster, more efficient, or simply reliably functioning optimised program . However, with the growing complexity of modern microprocessor architectures, well-designed compilers for high-level languages frequently produce code comparable in efficiency to what most low-level programmers can produce by hand, and

Synchronous Backplane Interconnect - Misplaced Pages Continue

1932-492: The −11 branding as PDP-11 compatibility was no longer a major concern. The line expanded to both high-end mainframes like the VAX 9000 as well as to the workstation -scale systems like the VAXstation series. The VAX family ultimately contained ten distinct designs and over 100 individual models in total. All of them were compatible with each other and normally ran the VAX/VMS operating system . VAX has been perceived as

1978-451: Was also the first language with a clear distinction between value and name-parameters and their corresponding semantics . ALGOL also introduced several structured programming concepts, such as the while-do and if-then-else constructs and its syntax was the first to be described in formal notation – Backus–Naur form (BNF). During roughly the same period, COBOL introduced records (also called structs) and Lisp introduced

2024-479: Was canceled in 1990. A VAX named Gemini was also canceled, which was a fall-back in case the LSI-based Scorpio failed. It never shipped. A number of VAX clones, both authorized and unauthorized, were produced. Examples include: High-level programming language In computer science , a high-level programming language is a programming language with strong abstraction from the details of

2070-456: Was the definition of a "VAX MIPS", the speed of a VAX-11/780; a computer performing at 27 VAX MIPS would run the same program roughly 27 times faster than the VAX-11/780. Within the Digital community the term VUP ( VAX Unit of Performance ) was the more common term, because MIPS do not compare well across different architectures. The related term cluster VUPs was informally used to describe

2116-472: Was used for user process space, P1 for process stack, S0 for the operating system, and S1 was reserved. The VAX has four hardware implemented privilege modes: The process status longword contains 32 bits: The first VAX-based system was the VAX-11/780 , a member of the VAX-11 family. The high-end VAX 8600 replaced the VAX-11/780 in October 1984 and was joined by the entry-level MicroVAX minicomputers and

#303696