Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cMIPS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Harbor Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Roberto Hexsel
cMIPS
Commits
230cdfbc
Commit
230cdfbc
authored
10 years ago
by
Roberto Hexsel
Browse files
Options
Downloads
Patches
Plain Diff
edit to reflect latest improvements.
parent
40028e57
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+13
-13
13 additions, 13 deletions
README
with
13 additions
and
13 deletions
README
+
13
−
13
View file @
230cdfbc
...
@@ -6,26 +6,26 @@ The VHDL model mimics the pipeline design described in Patterson & Hennessy's
...
@@ -6,26 +6,26 @@ The VHDL model mimics the pipeline design described in Patterson & Hennessy's
book (Computer Organisation and Design) and is an (almost) complete
book (Computer Organisation and Design) and is an (almost) complete
implementation of the MIPS32r2 instruction set.
implementation of the MIPS32r2 instruction set.
The TLB and assorted control registers will be included soon (as of March 2015).
The model was synthesized for an Altera EP4CE30F23. The model runs at 50 MHz
(top development board speed) and uses up 15% of combinational blocks and
5% of logic registers in the FPGA.
The model was synthesized for an Altera EP4CE30F23. The model uses up 15% of
Processor model runs C code, compiled with GCC; there are scripts to
com
binational blocks and 5% logic registers
o
f
the FPGA.
com
pile and assemble code to run on the simulator
o
r
the FPGA.
Core has all forwarding paths and full interlocks for data and control hazards.
Processor model runs C code, compiled with GCC;
Core has all forwarding paths and full interlocks for data and control hazards;
Coprocessor0 is partially implemented, six hardware interrupts + NMI in
Coprocessor0 is partially implemented, six hardware interrupts + NMI in
"Interrupt Compatibility Mode";
"Interrupt Compatibility Mode";
TLB implementation will be available soon.
The control instructions break, syscall, trap, mfc0, mtc0, eret, ei, di, ll, sc
The control instructions break, syscall, trap, mfc0, mtc0, eret, ei, di, ll, sc
are fully implemented
;
are fully implemented
.
Partial-word loads and stores (word, half-word, byte) implemented at the
Partial-word loads and stores (word, half-word, byte) implemented at the
processor's memory interface
;
processor's memory interface
.
Testbench for tests includes processor, RAM, ROM and file I/O
;
Testbench for tests includes processor, RAM, ROM and
(simulator)
file I/O
.
Top level file for synthesis includes processor, RAM, ROM, LCD display and
Top level file for synthesis includes processor, RAM, ROM, LCD display,
keyboard. UART, SDRAM controller, VGA interface are in the works.
2x7segment LED display, keypad and UART. TLB, SDRAM controller, VGA interface
\ No newline at end of file
are in the works.
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment