Tuesday, June 4, 2019

Common Bus System Simulation

Common Bus System SimulationIn this project we are way come in to perform simulation on 16 bit common good deal. To Understand what is common coach-and-four let us first discuss what is stack itself, A bus is set of parallel lines that information (selective information,addresses, instructions and other information)passes on internal architecture of a computer. Information travels on buses as a serial publication of pulses , each pulse representing a one bit or a zero bit Buses are coming in various sizes such as 4 bits,8 bits,16 bits, 12 bits,24 bits,32 bits ,64 bits,80 bits,96 bits and 128 bits.From the size of bus we can determine that how many bit a bus will carry in parallel.The speed of the is how truehearted it moves selective information along the path. This is usually measured in MegaHertz(MHz) or millions of times or second.Data Carried by bus in a second is called as capacity of the bus.In buses at that place is concept of internal and away buses, Bus inside a ce ntral central processing unit is called is called as internal and outer to processor is called as external bus.A bus master is a combination if circuits , control microchips, and internal software that control the movement of information between major componenets inside the computer.A processor bus is a bus inside the processor. Some processor designs simplify the internal structure by having one or two processor buses. In a single processor bus clay, all information is carried around inside the processor on one processor bus. In a dual processor bus system, there is a source bus give to moving source info and a destination bus dedicated to moving results. An alternative approach is to baffle away a lot of petty buses that connect various units inside the processor. While this design is to a greater extent complex, it also has the effectiveness of being faster, especially if there are multiple units within the processor that can perform work simultaneously (a form of parallel processing).A system bus connects the main processor with its primary support components, in particular connecting the processor to its memory board. Depending on the computer, a system bus may also have other major components connected.A information bus carries info. Most processors have internal info buses that carry information inside the processor and external data buses that carry information back and forth between the processor and memory.An address bus carries address information. In most processors, memory is connected to the processor with conk out address and data buses. The processor places the requested address in memory on the address bus for memory or the memory controller (if there is more than one chip or bank of memory, there will be a memory controller that controls the banks of memory for the processor). If the processor is writing data to memory, then it will assert a write signal and place the data on the data bus for transfer to memory. If the processor i s reading data from memory, then it will assert a read signal and wait for data from memory to arrive on the data bus.In some small processors the data bus and address bus will be combined into a single bus. This is called multiplexing. Special signals indicate whether the multiplexed bus is being used for data or address. This is at least twice as slow as separate buses, but greatly reduces the complexity and toll of support circuits, an important compute in the earliest days of computers, in the early days of microprocessors, and for small embedded processors (such as in a microwave oven, where speed is unimportant, but cost is a major factor).An instruction bus is a specialized data bus for fetching instructions from memory. The very first computers had separate storage areas for data and programs (instructions). John Von Neumann introduced the von Neumann architecture, which combined both data and instructions into a single memory, simplifying computer architecture. The differ ence between data and instructions was a matter of interpretation. In the 1970s, some processors implemented hardware systems for dynamically mapping which parts of memory were for code (instructions) and which parts were for data, along with hardware to insure that data was never interpretted as code and that code was never interpretted as data. This isolation of code and data helped prevent crashes or other problems from runaway code that started wiping out other programs by incorrectly writing data over code (either from the same program or worse from some other users software). In more recent innovation, super computers and other powerful processors added separate buses for fetching data and instructions. This speeds up the processor by allowing the processor to fetch the next instruction (or convention of instructions) at the same time that it is reading or writing data from the current or preceding instruction.A memory bus is a bus that connects a processor to memory or conne cts a processor to a memory controller or connects a memory controller to a memory bank or memory chip.A cache bus is a bus that connects a processor to its internal (L1 or Level 1) or external (L2 or Level 2) memory cache or caches.An I/O bus (for input/output) is a bus that connects a processor to its support devices (such as internal hard drives, external media, expansion slots, or peripheral ports). Typically the connection is to controllers rather than directly to devices.A graphics bus is a bus that connects a processor to a graphics controller or graphics port.A local bus is a bus for items closely connected to the processor that can run at or near the same speed as the processor itself.ACCUMULATER The accumulator processor register in the common bus system is processing unit that help to perform manipulations.It has two another register CalledADDER AND logical system UNITE REGISTERADDER AND LOGIC UNIT It perform additions and other operation then store the value in the Accu mulator.E REGISTER It contains the carry of addition and other operation performed in the adder and logic unit.DATA REGISTER When we fetched instruction from memory then it is neccesary to have data on which instruction is to be executed.Data register show data to instruction to execute it.TEMPORARY REGISTER When we are executing instruction then in the way of computing situation arrives when we need a register to save intermediate result.To save intermediate result we hace register called Temorary register that holds the data or result temporarly from which data will be fetched lator. focussing REGISTER It tells that which instruction will be ececutedADDRESS REGISTER AR contains the address of the oprends to execute instruction.For example AR(0-11)PROGRAM COUNTER It is counter in a common bus that will tell that which instruction will be executed next .Hence it contains the address of next instruction it is implemented asPC PC +1INPUT REGISTER It contains the data that will be ins erted by user.OUTPUT REGISTER It has data that can be use full to take output.WORKING OF PROJECT This project contain one addition display of data which designed with help of graphics function.It is not relate to project at all. But it introduce you what is project.The main coding when you press any key from key board will appear.It demands from three control signal s0,s1,s2 these three bits aggregately defines the binary star corresponding to which decimal number of the register mad which further give activated the its register and execute instruction In order to display the activated register i have used a pixel and circle that will fill the box.

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.