Skip to content

Commit

Permalink
fix Valid in NameTest
Browse files Browse the repository at this point in the history
  • Loading branch information
hcook committed Aug 12, 2013
1 parent 7754183 commit 97ac878
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/scala/NameTest.scala
Original file line number Diff line number Diff line change
Expand Up @@ -432,7 +432,7 @@ endmodule
}

class BlockIO extends Bundle {
val resp = new Valid(new UnamedBundle()).flip
val resp = Valid(new UnamedBundle()).flip
}

class Block extends Module {
Expand Down

0 comments on commit 97ac878

Please sign in to comment.