Update DBusSimplePlugin.scala

This commit is contained in:
Dolu1990 2023-06-16 08:47:18 +02:00 committed by GitHub
parent 050b4d8c62
commit 7f647f9d8d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ case class DBusSimpleBus(bigEndian : Boolean = false) extends Bundle with IMaste
def cmdHalfPipe() : DBusSimpleBus = {
val s = DBusSimpleBus(bigEndian)
s.cmd << this.cmd.halfPipe()
s.rsp <> this.rsp
s.rsp >> this.rsp
s
}