Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Killer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
Vytor Calixto
Killer
Commits
605dacfc
Commit
605dacfc
authored
10 years ago
by
Roberto Hexsel
Browse files
Options
Downloads
Patches
Plain Diff
added FPU
parent
ef32c7ff
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
cMIPS/vhdl/rom.vhd
+1
-1
1 addition, 1 deletion
cMIPS/vhdl/rom.vhd
cMIPS/vhdl/tb_cMIPS.vhd
+0
-3
0 additions, 3 deletions
cMIPS/vhdl/tb_cMIPS.vhd
with
1 addition
and
4 deletions
cMIPS/vhdl/rom.vhd
+
1
−
1
View file @
605dacfc
...
...
@@ -400,7 +400,7 @@ x"00000000" -- 3fc: nop
end
init_rom
;
-- Declare the ROM signal and specify a default value. Quartus II
-- will create a memory initialization file (.mif) based on the
-- will create a memory initialization file (
ROM
.mif) based on the
-- default value.
signal
rom
:
memory_t
:
=
init_rom
;
...
...
This diff is collapsed.
Click to expand it.
cMIPS/vhdl/tb_cMIPS.vhd
+
0
−
3
View file @
605dacfc
...
...
@@ -542,9 +542,6 @@ begin -- TB
lcd_d_out
when
b"1101"
,
(
others
=>
'X'
)
when
others
;
-- U_D_MMU: mem_d_addr <= -- access Dcache with physical addresses
-- std_logic_vector(unsigned(d_addr) - unsigned(x_DATA_BASE_ADDR));
U_D_CACHE
:
fake_d_cache
-- or d_cache
-- U_D_CACHE: d_cache -- or fake_d_cache
port
map
(
rst
,
clk4x
,
...
...
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