Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
printemps
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
printemps
Commits
cd27cc87
Commit
cd27cc87
authored
4 years ago
by
Nils Wistoff
Committed by
Florian Zaruba
4 years ago
Browse files
Options
Downloads
Patches
Plain Diff
tb_wb_dcache: local imports
Signed-off-by:
Nils Wistoff
<
nwistoff@iis.ee.ethz.ch
>
parent
d59b19c2
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
tb/tb_wb_dcache/hdl/tb.sv
+1
-5
1 addition, 5 deletions
tb/tb_wb_dcache/hdl/tb.sv
tb/tb_wb_dcache/hdl/tb_amoport.sv
+1
-5
1 addition, 5 deletions
tb/tb_wb_dcache/hdl/tb_amoport.sv
with
2 additions
and
10 deletions
tb/tb_wb_dcache/hdl/tb.sv
+
1
−
5
View file @
cd27cc87
...
...
@@ -25,11 +25,7 @@
`include
"tb.svh"
`include
"assign.svh"
import
ariane_pkg
::*
;
import
std_cache_pkg
::*
;
import
tb_pkg
::*
;
module
tb
;
module
tb
import
ariane_pkg
::*
;
import
std_cache_pkg
::*
;
import
tb_pkg
::*
;
#()();
// leave this
timeunit
1
ps
;
...
...
This diff is collapsed.
Click to expand it.
tb/tb_wb_dcache/hdl/tb_amoport.sv
+
1
−
5
View file @
cd27cc87
...
...
@@ -16,11 +16,7 @@
`include
"tb.svh"
import
ariane_pkg
::*
;
import
std_cache_pkg
::*
;
import
tb_pkg
::*
;
program
tb_amoport
#(
program
tb_amoport
import
ariane_pkg
::*
;
import
std_cache_pkg
::*
;
import
tb_pkg
::*
;
#(
parameter
string
PortName
=
"atomics port 0"
,
parameter
MemWords
=
1024
*
1024
,
// in 64bit words
parameter
logic
[
63
:
0
]
CachedAddrBeg
=
0
,
...
...
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