Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CI210-2016-1
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
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
Matheus Horstmann
CI210-2016-1
Commits
0e10cd71
Commit
0e10cd71
authored
9 years ago
by
Matheus Horstmann
Browse files
Options
Downloads
Patches
Plain Diff
SUPER DUPER PRONTO
Signed-off-by:
Matheus Horstmann
<
mch15@inf.ufpr.br
>
parent
36dc74f3
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
MRstd.vhd
+7
-5
7 additions, 5 deletions
MRstd.vhd
Relatorio.pdf
+0
-0
0 additions, 0 deletions
Relatorio.pdf
with
7 additions
and
5 deletions
MRstd.vhd
+
7
−
5
View file @
0e10cd71
...
...
@@ -128,9 +128,11 @@ signal alu_int_alu : reg32;
begin
alu_outalu
<=
alu_int_alu
;
alu_int_alu
<=
alu_op1
-
alu_op2
when
(
alu_op_alu
=
SUBU
or
alu_op_alu
=
BEQM
)
else
alu_op1
-
alu_op2
when
(
alu_op_alu
=
SUBU
or
alu_op_alu
=
BEQM
)
else
alu_op1
and
alu_op2
when
alu_op_alu
=
AAND
else
alu_op1
or
alu_op2
when
alu_op_alu
=
OOR
or
alu_op_alu
=
ORI
else
alu_op1
or
alu_op2
when
alu_op_alu
=
OOR
or
alu_op_alu
=
ORI
else
alu_op1
xor
alu_op2
when
alu_op_alu
=
XXOR
else
alu_op1
nor
alu_op2
when
alu_op_alu
=
NNOR
else
alu_op1
+
alu_op2
;
--- default � a soma
...
...
This diff is collapsed.
Click to expand it.
Relatorio.pdf
0 → 100644
+
0
−
0
View file @
0e10cd71
File added
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