DBusSimplePlugin: don't force SEL to 1111 on read.

This commit is contained in:
Asherah Connor 2024-09-04 17:40:36 +03:00
parent 0af9894e69
commit 545b8c3770
1 changed files with 0 additions and 3 deletions

View File

@ -194,9 +194,6 @@ case class DBusSimpleBus(bigEndian : Boolean = false) extends Bundle with IMaste
bus.CTI :=B"000"
bus.BTE := "00"
bus.SEL := genMask(cmdStage).resized
when(!cmdStage.wr) {
bus.SEL := "1111"
}
bus.WE := cmdStage.wr
bus.DAT_MOSI := cmdStage.data