answersLogoWhite

0


Want this question answered?

Be notified when an answer is posted

Add your answer:

Earn +20 pts
Q: Can somebody gives you code for instruction decoder in verilog hdl for RISC processor. also give you some links which are helpfuli need it for your final year project?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

What is the role of decoder of CPU?

The instruction decoder is the part of the CPU that converts the bits stored in the instruction register into control signals need to control other parts of the processor. In CPUs that use microcode, the decoder converts microinstructions into the control signals.


What is the use of instruction decoder?

Instruction decoder takes bits stored in the instruction register and decodes it and tells to CPU what it need to do for it and enable the components for the operation. Simply, instruction decoder is like a dictionary. It tells the meaning of the instruction.


What controls the operation of each and every component of the computer system?

Instruction Decoder


Is The arithmetic logic unit is that component of the processor that directs and coordinates most of the operations in a computer?

No, the Instruction Decoder and Sequencer part of the Control unit directs and coordinates all of the operations of a computer; including the ALU, I/O, Load/Store, etc. units.


Why instruction decoder of 8085A is 8 bit?

Decoder is the system which is used to decode or translate the code and make the message again readable. Both encoder and decoder are used where encoding language is applied. For example, if a word TRANSLATION is encoded then it can be written in various forms like NOITALSNART.


What are the CPU's support elements?

Control Unit (CU): The control unit is the circuitry that controls the flow of information through the processor, and coordinates the activities of the other units within it. In a way, it is the "brain within the brain", as it controls what happens inside the processor, which in turn controls the rest of the PC.Arithmetic and Logic Unit (ALU): The ALU is a part of the CPU that can carry out arithmetic operations - addition and subtraction and, depending on the processor, multiplication and division, logic operations - AND, OR, NOT, XOR and bit-shift operations - shift bits in a word either left or right. (This corresponds to multiplying or dividing by 2.)Decoder: The decoder is a logic circuit that exists to take the binary representation of an instruction and initiate the execution of the appropriate instruction. It usually exists as part of the control unit.Registers: Registers are small pieces of memory located inside the CPU. They can be thought of as the hardware version of a variable in software


How does the microprocessor work?

Suppose we give a 8-bit instruction ADD B to the microprocessor then this instruction is not at all understood by microprocessor as it only accepts binary inputs so first of all it stores the instruction in the INSTRUCTION REGISTOR then it decodes this instruction ADD B to its suitable binary code 80H in the INSTRUCTION DECODER.. after converting to 80H then the microprocessor understands that .. yes i have to add the content of the resistor B with that of A(accumulator) and store the result in the accumulator A this is a small example how microprocessor operates facing the instructions


What is the difference between Instructions decode and register fetch?

Instruction register is use to store the next instruction to be executed.Instruction decoder is use to decode the instruction come from the memory and tell the CPU what is instruction really are. (CPU interpret instruction is different from the data store in the memory . A good example is , memory can store hexadecimal, but device only can read binary data.) without decoder the device cannot indicate or recognize the data )Distinction"memory can store hexadecimal, but device only can read binary data" This is an improperly worded, misleading statement. The difference between binary and hexadecimal is purely interpretive. Reading hexadecimal is a function of dividing the bits into groups of 4 and assigning a unique symbol to the pattern; 0-9 + A-F. This is only translating from one numbering system to another. The memory isn't specifically able to store hexadecimal as opposed to binary; it stores a BYTE as a group of EIGHT BITS no matter what. So even if the hardware is designed to move 64 bits at a time, grouping the bits into nibbles of four bits is how we interpret the bit pattern in hexadecimal.Another Answer


Where is the decoder on Club Penguin?

To get the decoder you have to be a Secret Agent. If you are in the handbook there is the decoder which is very useful.


Impliment 8 into 256 decoder using decoder circuit?

8:256 decoder circuit can be implemented by using 4:16 decoder circuit


What does it mean to say that a computer understands a program?

The only part of a program a computer understands is each instruction as it is presented to the instruction decoder. It understands the instruction by an intricately designed logic circuit and/or microprogram configured by a human computer hardware engineer. This engineer had to fully understand the instruction set of the machine to teach it to understand the instructions one at a time at runtime.


What does the terms superscalar mean?

The use of many different arithmetic/logic pipelines in parallel along with a multiple instruction dispatch instruction decoder unit to allow simultaneous execution of several scaler instructions in every clock cycle. This usually requires a score-boarding unit and a mechanism for register aliasing to keep the data flow coordinated with the instruction flow.