Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
MATANA
Matana on Chipyard
Commits
eef2c79d
Commit
eef2c79d
authored
Dec 21, 2021
by
Yuxiao Mao
Browse files
Timer+Prime: config for testing area
parent
9c4dc93b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/main/scala/Configs.scala
View file @
eef2c79d
...
...
@@ -19,9 +19,9 @@ case class MatanaParams(
dExample
:
Option
[
DetectExampleParams
]
=
None
,
//Some(DetectExampleParams()),
dPatternTimer
:
Option
[
DetectPatternTimerParams
]
=
Some
(
DetectPatternTimerParams
()),
dPatternPrime
:
Option
[
DetectPatternPrimeParams
]
=
Some
(
DetectPatternPrimeParams
()),
dPatternCacheEvent
:
Option
[
DetectPatternCacheEventParams
]
=
Some
(
DetectPatternCacheEventParams
()),
dPatternLibAccess
:
Option
[
DetectPatternLibAccessParams
]
=
Some
(
DetectPatternLibAccessParams
()),
dPatternRop
:
Option
[
DetectPatternRopParams
]
=
Some
(
DetectPatternRopParams
()),
dPatternCacheEvent
:
Option
[
DetectPatternCacheEventParams
]
=
None
,
//
Some(DetectPatternCacheEventParams()),
dPatternLibAccess
:
Option
[
DetectPatternLibAccessParams
]
=
None
,
//
Some(DetectPatternLibAccessParams()),
dPatternRop
:
Option
[
DetectPatternRopParams
]
=
None
,
//
Some(DetectPatternRopParams()),
counterWidth
:
Int
=
32
)
{
require
(
isPow2
(
clockDiv
))
...
...
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