Skip to content

Commit

Permalink
Update src/main/scala/devices/tilelink/PhysicalFilter.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
mwachs5 authored Oct 27, 2020
1 parent bd4f45c commit 0184cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/devices/tilelink/PhysicalFilter.scala
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ object DevicePMP
out
}

/** Helper to convert from config booleans to integer values needed for the DevicePMP Bundles */
/** Helper to convert from Booleans in the optional PMPInitialValue to Int/BigInt values needed to create the UInts in a DevicePMP Bundle */
def getInitialValueInts(addressBits: Int, pageBits: Int, initial: Option[PMPInitialValue]): PMPInitialValueInt = {

val addr_hi = initial.map { i =>
Expand Down

0 comments on commit 0184cf9

Please sign in to comment.