Skip to content

Commit

Permalink
DBusSimplePlugin: don't force SEL to 1111 on read.
Browse files Browse the repository at this point in the history
  • Loading branch information
kivikakk committed Sep 4, 2024
1 parent 0af9894 commit 545b8c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main/scala/vexriscv/plugin/DBusSimplePlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 545b8c3

Please sign in to comment.