Skip to content

Commit

Permalink
f om
Browse files Browse the repository at this point in the history
  • Loading branch information
sequencer committed Oct 16, 2024
1 parent 9fd0bff commit 288cf2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t1rocketemu/src/TestBench.scala
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ class TestBench(val parameter: T1RocketTileParameter)
@public
val om: Property[ClassType] = IO(Output(Property[omType.Type]()))
om := omInstance.getPropertyReference
omInstance.t1RocketTileIn := Property(dut.io.om.asAnyClassType)

val clockGen = Module(new ExtModule with HasExtModuleInline {
override def desiredName = "ClockGen"
Expand Down

0 comments on commit 288cf2a

Please sign in to comment.