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
416aec89
Commit
416aec89
authored
6 years ago
by
Michael Schaffner
Committed by
Florian Zaruba
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bump FPU, DM and common cells
parent
fca6a773
No related branches found
No related tags found
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
Flist.ariane
+1
-1
1 addition, 1 deletion
Flist.ariane
Makefile
+3
-3
3 additions, 3 deletions
Makefile
src/common_cells
+1
-1
1 addition, 1 deletion
src/common_cells
src/fpu
+1
-1
1 addition, 1 deletion
src/fpu
src/riscv-dbg
+1
-1
1 addition, 1 deletion
src/riscv-dbg
with
7 additions
and
7 deletions
Flist.ariane
+
1
−
1
View file @
416aec89
...
...
@@ -15,7 +15,7 @@
// Author: Michael Schaffner <schaffner@iis.ee.ethz.ch>, ETH Zurich
// Date: 15.08.2018
// Description: File list for OpenPiton flow
+incdir+src/common_cells/include/
common_cells/
+incdir+src/common_cells/include/
+incdir+src/util/
src/common_cells/src/deprecated/rrarbiter.sv
src/common_cells/src/deprecated/fifo_v1.sv
...
...
This diff is collapsed.
Click to expand it.
Makefile
+
3
−
3
View file @
416aec89
...
...
@@ -152,8 +152,8 @@ src := $(filter-out src/ariane_regfile.sv, $(wildcard src/*.sv)) \
src/common_cells/src/spill_register.sv
\
src/common_cells/src/sync_wedge.sv
\
src/common_cells/src/edge_detect.sv
\
src/common_cells/src/
deprecated/
stream_arbiter.sv
\
src/common_cells/src/
deprecated/
stream_arbiter_flushable.sv
\
src/common_cells/src/stream_arbiter.sv
\
src/common_cells/src/stream_arbiter_flushable.sv
\
src/common_cells/src/deprecated/fifo_v1.sv
\
src/common_cells/src/deprecated/fifo_v2.sv
\
src/common_cells/src/fifo_v3.sv
\
...
...
@@ -201,7 +201,7 @@ riscv-fp-tests := $(shell xargs printf '\n%s' < $(riscv-fp-tests-list
riscv-benchmarks
:=
$(
shell xargs
printf
'\n%s'
<
$(
riscv-benchmarks-list
)
|
cut
-b
1-
)
# Search here for include files (e.g.: non-standalone components)
incdir
:=
src/common_cells/include/
common_cells
incdir
:=
src/common_cells/include/
# Compile and sim flags
compile_flag
+=
+cover
=
bcfst+/dut
-incr
-64
-nologo
-quiet
-suppress
13262
-permissive
+define+
$(
defines
)
uvm-flags
+=
+UVM_NO_RELNOTES +UVM_VERBOSITY
=
LOW
...
...
This diff is collapsed.
Click to expand it.
common_cells
@
b6436016
Compare
9baf4045
...
b6436016
Subproject commit
9baf40457502a93b51b7aacd2c52dbe879e56db3
Subproject commit
b6436016a1022d0069e7d4424ef5087798ee9e67
This diff is collapsed.
Click to expand it.
fpu
@
41b652f6
Compare
e06b882d
...
41b652f6
Subproject commit
e06b882dae9b733973019275b558b6f6abfe674e
Subproject commit
41b652f677d8290f096c5bc8d75e602d89a187a9
This diff is collapsed.
Click to expand it.
riscv-dbg
@
6d768ac6
Compare
031ea943
...
6d768ac6
Subproject commit
031ea943fca9a4576068bff54d1414b6fe8b446e
Subproject commit
6d768ac6371356b6e382c01ae7d860dd3e45248b
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