Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
MINOTAuR
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
MINOTAuR
MINOTAuR
Commits
0c47db86
Commit
0c47db86
authored
6 years ago
by
Stefan Mach
Committed by
Florian Zaruba
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Patch FPU bugs
parent
12c6b43a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/fpu
+1
-1
1 addition, 1 deletion
src/fpu
src/fpu_wrap.sv
+1
-1
1 addition, 1 deletion
src/fpu_wrap.sv
with
2 additions
and
2 deletions
fpu
@
5494275b
Compare
c63a41f6
...
5494275b
Subproject commit
c63a41f607cec8ce4f115ccc4cfb8421128d3f7
c
Subproject commit
5494275b43d31d24cac852ed3167a77599efa49
c
This diff is collapsed.
Click to expand it.
src/fpu_wrap.sv
+
1
−
1
View file @
0c47db86
...
@@ -47,7 +47,7 @@ generate
...
@@ -47,7 +47,7 @@ generate
//-----------------------------------
//-----------------------------------
// FPnew config from FPnew package
// FPnew config from FPnew package
//-----------------------------------
//-----------------------------------
localparam
OPBITS
=
64
;
localparam
OPBITS
=
fpnew_pkg
::
OP_BITS
;
localparam
FMTBITS
=
$
clog2
(
fpnew_pkg
::
NUM_FP_FORMATS
);
localparam
FMTBITS
=
$
clog2
(
fpnew_pkg
::
NUM_FP_FORMATS
);
localparam
IFMTBITS
=
$
clog2
(
fpnew_pkg
::
NUM_INT_FORMATS
);
localparam
IFMTBITS
=
$
clog2
(
fpnew_pkg
::
NUM_INT_FORMATS
);
...
...
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