1
0

Remove unnecessary val

This commit is contained in:
Jacob Chang 2016-12-09 16:44:30 -08:00
parent 54cc071a64
commit 4c3083c181

View File

@ -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,