Removed val from case class for Parameters
This commit is contained in:
parent
053f81d7c6
commit
e8d3b647f2
@ -7,9 +7,9 @@ import diplomacy._
|
||||
import scala.math.max
|
||||
|
||||
case class TLManagerParameters(
|
||||
val address: Seq[AddressSet],
|
||||
address: Seq[AddressSet],
|
||||
regionType: RegionType.T = RegionType.GET_EFFECTS,
|
||||
val executable: Boolean = false, // processor can execute from this memory
|
||||
executable: Boolean = false, // processor can execute from this memory
|
||||
nodePath: Seq[BaseNode] = Seq(),
|
||||
// Supports both Acquire+Release+Finish of these sizes
|
||||
supportsAcquire: TransferSizes = TransferSizes.none,
|
||||
|
Loading…
Reference in New Issue
Block a user