Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
tapasco
tapasco
Commits
fd1b8d2f
Commit
fd1b8d2f
authored
Jul 07, 2017
by
Jens Korinth
Browse files
Bugfix path name for compositions with Cache
parent
278fae90
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/tapasco/base/Feature.scala
View file @
fd1b8d2f
...
...
@@ -43,7 +43,7 @@ object Feature {
ok
}
override
def
shortName
:
String
=
"Cache
(
%d,%d
)
"
.
format
(
size
,
associativity
)
override
def
shortName
:
String
=
"Cache
_
%d,%d"
.
format
(
size
,
associativity
)
require
(
cacheSizeSupported
(
size
),
"cache size %d is not supported"
.
format
(
size
))
}
...
...
Jens Korinth
@jk
mentioned in commit
a831b501
·
Jul 14, 2017
mentioned in commit
a831b501
mentioned in commit a831b5015df6bd8f8d23ddd334a3b1159392de92
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment