HOME
*





KOMDIV-64
The KOMDIV-64 (russian: КОМДИВ-64) is a family of 64-bit microprocessors developed by the Scientific Research Institute of System Development (NIISI) of the Russian Academy of Sciences and manufactured by TSMC, UMC, GlobalFoundries, and X-Fab. The KOMDIV-64 processors are primarily intended for industrial and high-performance computing applications. These microprocessors implement the MIPS IV instruction set architecture (ISA). Overview Nomenclature Many microprocessors listed here are following version 2000 of the soviet integrated circuit designation. Details 1990VM3T *0.35 μm CMOS process *240-pin QFP 1890VM5F *0.35 μm CMOS process *16 KB L1 instruction cache, 16 KB L1 data cache, 256 KB L2 cache *in-order, dual-issue superscalar; 5-stage integer pipeline, 7-stage floating point pipeline *26.6 million transistors *compatible with PMC-Sierra RM7000 *performance: 0.68 dhrystones/MHz, 1.03 whetstones/MHz, 1.09 coremarks/MHz 1890VM6Ya *0.18 μ ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Scientific Research Institute Of System Development
Scientific Research Institute of System Analysis ( abbrev. SRISA/NIISI RAS, russian: НИИСИ РАН, russian: Научно-исследовательский институт системных исследований Российской Академии Наук) - is Russian state research and development institution in the field of complex applications, an initiative of the Russian Academy of Sciences. The mission of the institute is to resolve complex applied problems on the basis of fundamental and applied mathematics in combination with the methods of practical computing. Founded by the Decree no. 1174 of the Presidium of the USSR Academy of Sciences on October 1, 1986. Research fields Main lines of activities: * research in the field of theoretical and applied problems on information security, * research in the field of automation of programming, * research in the field of creating computer models of the objects with complex geometry and topology for the open scala ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

1890VM118
Year 189 ( CLXXXIX) was a common year starting on Wednesday (link will display the full calendar) of the Julian calendar. At the time, it was known as the Year of the Consulship of Silanus and Silanus (or, less frequently, year 942 ''Ab urbe condita''). The denomination 189 for this year has been used since the early medieval period, when the Anno Domini calendar era became the prevalent method in Europe for naming years. Events By place Roman Empire * Plague (possibly smallpox) kills as many as 2,000 people per day in Rome. Farmers are unable to harvest their crops, and food shortages bring riots in the city. China * Liu Bian succeeds Emperor Ling, as Chinese emperor of the Han Dynasty. * Dong Zhuo has Liu Bian deposed, and installs Emperor Xian as emperor. * Two thousand eunuchs in the palace are slaughtered in a violent purge in Luoyang, the capital of Han. By topic Arts and sciences * Galen publishes his ''"Treatise on the various temperaments"'' (aka ' ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Whetstone (benchmark)
The Whetstone benchmark is a synthetic Benchmark (computing), benchmark for evaluating the performance of computers. It was first written in Algol 60 in 1972 at the Technical Support Unit of the Department of Trade and Industry (later part of the Central Computer and Telecommunications Agency) in the United Kingdom. It was derived from statistics on program behaviour gathered on the KDF9 computer at NPL National Physical Laboratory, UK, National Physical Laboratory, using a modified version of its Whetstone ALGOL 60 compiler. The workload on the machine was represented as a set of frequencies of execution of the 124 instructions of the Whetstone Code. The Whetstone Compiler was built at the Atomic Power Division of the English Electric Company in Whetstone, Leicestershire, England, hence its name. Dr. B.A. Wichman at NPL produced a set of 42 simple ALGOL 60 statements, which in a suitable combination matched the execution statistics. To make a more practical benchmark Harold Curnow ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  




Dhrystone
Dhrystone is a synthetic computing benchmark program developed in 1984 by Reinhold P. Weicker intended to be representative of system (integer) programming. The Dhrystone grew to become representative of general processor ( CPU) performance. The name "Dhrystone" is a pun on a different benchmark algorithm called Whetstone (pun explained: w''h''et-stone = wet-stone , d''h''ry-stone = dry-stone), which emphasizes floating point performance. With Dhrystone, Weicker gathered meta-data from a broad range of software, including programs written in FORTRAN, PL/1, SAL, ALGOL 68, and Pascal. He then characterized these programs in terms of various common constructs: procedure calls, pointer indirections, assignments, etc. From this he wrote the Dhrystone benchmark to correspond to a representative mix. Dhrystone was published in Ada, with the C version for Unix developed by Rick Richardson ("version 1.1") greatly contributing to its popularity. Dhrystone vs. Whetstone The Dhrysto ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

PMC-Sierra
PMC-Sierra was a global fabless semiconductor company with offices worldwide that developed and sold semiconductor devices into the storage, communications, optical networking, printing, and embedded computing marketplaces. On January 15, 2016, Microsemi Corporation completed acquisition of PMC-Sierra through Microsemi's subsidiary Lois Acquisition. History Sierra Semiconductor was founded in 1984 in San Jose, California by James Diller. It received funding on January 11, 1984 from Sequoia Capital, and went public in 1991. Pacific Microelectronics Centre (PMC) in Burnaby, British Columbia, Canada, was spun off from Microtel Pacific Research (the research arm of BC TEL at the time) to develop Asynchronous Transfer Mode (ATM) and later SONET integrated circuits (chips). With investment from Sierra Semiconductor, PMC was established in 1992 as a private company focused on providing networking semiconductors, and became a wholly owned, independently operated subsidiary of Sierr ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Instruction Pipeline
In computer engineering, instruction pipelining or ILP is a technique for implementing instruction-level parallelism within a single processor. Pipelining attempts to keep every part of the processor busy with some instruction by dividing incoming instructions into a series of sequential steps (the eponymous "pipeline") performed by different processor units with different parts of instructions processed in parallel. Concept and motivation In a pipelined computer, instructions flow through the central processing unit (CPU) in stages. For example, it might have one stage for each step of the von Neumann cycle: Fetch the instruction, fetch the operands, do the instruction, write the results. A pipelined computer usually has "pipeline registers" after each stage. These store information from the instruction and calculations so that the logic gates of the next stage can do the next step. This arrangement lets the CPU complete an instruction on each clock cycle. It is common for ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Superscalar
A superscalar processor is a CPU that implements a form of parallelism called instruction-level parallelism within a single processor. In contrast to a scalar processor, which can execute at most one single instruction per clock cycle, a superscalar processor can execute more than one instruction during a clock cycle by simultaneously dispatching multiple instructions to different execution units on the processor. It therefore allows more throughput (the number of instructions that can be executed in a unit of time) than would otherwise be possible at a given clock rate. Each execution unit is not a separate processor (or a core if the processor is a multi-core processor), but an execution resource within a single CPU such as an arithmetic logic unit. In Flynn's taxonomy, a single-core superscalar processor is classified as an SISD processor (single instruction stream, single data stream), though a single-core superscalar processor that supports short vector operations could ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


Quad Flat Package
A quad flat package (QFP) is a surface-mounted integrated circuit package with "gull wing" leads extending from each of the four sides. Socketing such packages is rare and through-hole mounting is not possible. Versions ranging from 32 to 304 pins with a pitch ranging from 0.4 to 1.0 mm are common. Other special variants include low-profile QFP (LQFP) and thin QFP (TQFP). The QFP component package type became common in Europe and United States during the early nineties, even though it has been used in Japanese consumer electronics since the seventies. It is often mixed with hole mounted, and sometimes socketed, components on the same printed circuit board (PCB). A package related to QFP is plastic leaded chip carrier (PLCC) which is similar but has pins with larger pitch, 1.27 mm (or 1/20 inch), curved up underneath a thicker body to simplify socketing (soldering is also possible). It is commonly used for NOR flash memories and other programmable components. ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

CMOS
Complementary metal–oxide–semiconductor (CMOS, pronounced "sea-moss", ) is a type of metal–oxide–semiconductor field-effect transistor (MOSFET) fabrication process that uses complementary and symmetrical pairs of p-type and n-type MOSFETs for logic functions. CMOS technology is used for constructing integrated circuit (IC) chips, including microprocessors, microcontrollers, memory chips (including CMOS BIOS), and other digital logic circuits. CMOS technology is also used for analog circuits such as image sensors (CMOS sensors), data converters, RF circuits (RF CMOS), and highly integrated transceivers for many types of communication. The CMOS process was originally conceived by Frank Wanlass at Fairchild Semiconductor and presented by Wanlass and Chih-Tang Sah at the International Solid-State Circuits Conference in 1963. Wanlass later filed US patent 3,356,858 for CMOS circuitry and it was granted in 1967. commercialized the technology with the trademark "COS-MO ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


picture info

Soviet Integrated Circuit Designation
Soviet integrated circuit designation is an industrial specification for encoding of names of integrated circuits manufactured in the Soviet Union and Post-Soviet Union countries. 25 years after the dissolution of the Soviet Union, a number of manufacturers in Russia, Belarus, Ukraine, Latvia, and Uzbekistan still use this designation. The designation uses the Cyrillic alphabet which sometimes leads to confusion where a Cyrillic letter has the same appearance as a Latin letter but is romanized as a different letter. Furthermore, for some Cyrillic letters the Romanization is ambiguous. History The nomenclature for integrated circuits has changed somewhat over the years as new standards were published: * 1968 – NP0.034.000 (Russian: ''НП0.034.000'') * 1973 – GOST 18682—73 (Russian: ''ГОСТ 18682—73'') * 1980 – OST 11.073.915—80 (Russian: ''ОСТ 11.073.915—80'') * 2000 – OST 11.073.915—2000 (Russian: ''ОСТ 11.073.915—2000'') * 2010 – GOST RV 59 ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]  


K5500VK018
K55 or K-55 may refer to: * K-55 (Kansas highway) * K-55 (missile), a Soviet air-to-air missile * K55 howitzer, a South Korean self-propelled gun * , a corvette of the Royal Navy * Keystone K-55 Pronto, an American biplane * Osan Air Base, in South Korea * Potassium-55 Potassium () has 26 known isotopes from to , with the exception of still-unknown , as well as an unconfirmed report of . Three of those isotopes occur naturally: the two stable forms (93.3%) and (6.7%), and a very long-lived radioisotope (0.0 ..., an isotope of potassium * , various vessels * K-55, a Billiard table profile {{Letter-NumberCombDisambig ...
[...More Info...]      
[...Related Items...]     OR:     [Wikipedia]   [Google]   [Baidu]