Skip to content

Commit

Permalink
[ipemu] fix naming prefix bug introduced by lazy val
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Jul 25, 2024
1 parent bb6b66a commit 03746ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ipemu/src/TestBench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TestBench(generator: SerializableModuleGenerator[T1, T1Parameter])
val om: Property[ClassType] = IO(Output(Property[omType.Type]()))
om := omInstance.getPropertyReference

lazy val clockGen = Module(new ExtModule with HasExtModuleInline {
val clockGen = Module(new ExtModule with HasExtModuleInline {

override def desiredName = "ClockGen"
setInline(
Expand Down

0 comments on commit 03746ae

Please sign in to comment.