Skip to content

Commit

Permalink
Update core/src/main/scala/chisel3/ModuleImpl.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkoenig authored Nov 14, 2024
1 parent 72a5576 commit 00f4e59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/main/scala/chisel3/ModuleImpl.scala
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,7 @@ package experimental {
*
* Includes [[localModulePrefix]] if defined and if [[localPrefixAppliesToSelf]] is true.
*/
val modulePrefix: String = withModulePrefix(localModulePrefix.filter(_ => localPrefixAppliesToSelf).getOrElse("")) {
final val modulePrefix: String = withModulePrefix(localModulePrefix.filter(_ => localPrefixAppliesToSelf).getOrElse("")) {
Builder.getModulePrefix
}

Expand Down

0 comments on commit 00f4e59

Please sign in to comment.