Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Can you write verilog hdl file according to the information given below? I tried but it didn't work. Final Project: 16-bit MIPS Single Cycle In

Can you write verilog hdl file according to the information given below? I tried but it didn't work.

image text in transcribed

Final Project: 16-bit MIPS Single Cycle In this assignment you will design a 16-bit MIPS processor. It is same as the 32bit MIPS but the register contents are 16 bits and there are 16 registers. Therefore, each register address is 4-bit. I uype 1. Each instruction is 32-bits. 2. As you have 16 bits of register contents. You can implement a li \$rt, imm instruction which can directly load a 16-bit number into \$rt. Implementation of li is a MUST. 3. A word is 16-bits for that MIPS. 4. The Data Memory will hold 216 words of data therefore jump instructions can directly give the word address with 16-bits. 5. There will be no byte access therefore do not implement lb, sb instructions. 6. Instruction Memory holds 1024 instructions, each of which is 32bits. Therefore a PC of 10-bits is enough. Or you can use the least significant 10 bits of PC. 7. You will verify the design using a Verilog testbench and simulation. Write a small assembler so that you can convert instructions to machine code. This is needed for simulations

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Modern Database Management

Authors: Jeffrey A. Hoffer Fred R. McFadden

4th Edition

0805360476, 978-0805360479

More Books

Students also viewed these Databases questions