Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
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
Strozzi
cMIPS
Commits
0381d09c
Commit
0381d09c
authored
9 years ago
by
Roberto Hexsel
Browse files
Options
Downloads
Patches
Plain Diff
added FPU mult test
parent
d1d7e39d
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/tests/FPU_m.expected
+5
-0
5 additions, 0 deletions
cMIPS/tests/FPU_m.expected
cMIPS/tests/doTests.sh
+2
-1
2 additions, 1 deletion
cMIPS/tests/doTests.sh
with
7 additions
and
1 deletion
cMIPS/tests/FPU_m.expected
0 → 100644
+
5
−
0
View file @
0381d09c
nor
den
zer
inf
NaN
This diff is collapsed.
Click to expand it.
cMIPS/tests/doTests.sh
+
2
−
1
View file @
0381d09c
...
@@ -107,6 +107,7 @@ fi
...
@@ -107,6 +107,7 @@ fi
c_small
=
"divmul fat fib sieve ccitt16 gcd matrix negcnt reduz rand"
c_small
=
"divmul fat fib sieve ccitt16 gcd matrix negcnt reduz rand"
c_types
=
"xram sort-byte sort-half sort-int memcpy"
c_types
=
"xram sort-byte sort-half sort-int memcpy"
c_sorts
=
"bubble insertion merge quick selection shell"
c_sorts
=
"bubble insertion merge quick selection shell"
c_FPU
=
"FPU_m"
## the tests below MUST be run with FAKE CACHES
## the tests below MUST be run with FAKE CACHES
c_timing
=
"extCounter extCounterInt"
c_timing
=
"extCounter extCounterInt"
...
@@ -122,7 +123,7 @@ stoptime=100ms
...
@@ -122,7 +123,7 @@ stoptime=100ms
if
[
$withCache
=
true
]
;
then
if
[
$withCache
=
true
]
;
then
SIMULATE
=
"
$c_small
$c_types
$c_sorts
"
SIMULATE
=
"
$c_small
$c_types
$c_sorts
"
else
else
SIMULATE
=
"
$c_small
$c_types
$c_sorts
$c_timing
$c_uart
"
SIMULATE
=
"
$c_small
$c_types
$c_sorts
$c_FPU
$c_timing
$c_uart
"
echo
-e
"abcdef
\n
012345
\n
"
>
serial.inp
echo
-e
"abcdef
\n
012345
\n
"
>
serial.inp
# make sure all memory latencies are ZERO
# make sure all memory latencies are ZERO
# pack=$srcVHDL/packageWires.vhd
# pack=$srcVHDL/packageWires.vhd
...
...
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