Skip to content

Commit

Permalink
Update src/test/scala/chiselTests/experimental/FlatIOSpec.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
mwachs5 authored May 30, 2024
1 parent 92ea454 commit 430bcc2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/test/scala/chiselTests/experimental/FlatIOSpec.scala
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,7 @@ class FlatIOSpec extends ChiselFlatSpec with MatchesAndOmits {
val io = FlatIO(Input(new MyRecord))
}
matchesAndOmits(
ChiselStage.emitSystemVerilog(
new MyModule
)
ChiselStage.emitSystemVerilog(new MyModule)
)("io_bar,")("io_foo,")
matchesAndOmits(
ChiselStage.emitSystemVerilog(new MyFlatIOModule)
Expand Down

0 comments on commit 430bcc2

Please sign in to comment.