Update README.md
This commit is contained in:
parent
0a176dadda
commit
936803b85e
|
@ -1,5 +1,8 @@
|
||||||
# Simple ARM Pipelined CPU
|
# Simple ARM Pipelined CPU
|
||||||
![ow](documents/469.jpg)
|
<p align="center">
|
||||||
|
<img src="documents/469.jpg" width="600" />
|
||||||
|
</p>
|
||||||
|
|
||||||
## Introduction
|
## Introduction
|
||||||
A simple 64-bit ARM CPU with Pipelining. The pipelined CPU will have 1 delay slot after each load and branch instruction. The CPU instructions to be implemented are listed below. The data memory and instruction memory modules are provided in the files “datamem.sv” and “instructmem.sv” respectively. To simulate the CPU, head over to "tools/sim" irectory. Change the program loaded by editing the filename specified in “instructmem.sv”
|
A simple 64-bit ARM CPU with Pipelining. The pipelined CPU will have 1 delay slot after each load and branch instruction. The CPU instructions to be implemented are listed below. The data memory and instruction memory modules are provided in the files “datamem.sv” and “instructmem.sv” respectively. To simulate the CPU, head over to "tools/sim" irectory. Change the program loaded by editing the filename specified in “instructmem.sv”
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue