Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
goekce committed Nov 13, 2024
1 parent 110b2a1 commit bd39421
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/main/scala/vexriscv/demo/Murax.scala
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,10 @@ case class Murax(config : MuraxConfig) extends Component{
val xip = ifGen(genXip)(master(SpiXdrMaster(xipConfig.ctrl.spi)))
}

val jtagNative = withNativeJtag generate new ClockingArea(debugClockDomain){
val jtagCtrl = JtagTapInstructionCtrl()
val tap = jtagCtrl.fromXilinxBscane2(userId = 2)
}
val jtagNative = withNativeJtag generate new ClockingArea(debugClockDomain){
val jtagCtrl = JtagTapInstructionCtrl()
val tap = jtagCtrl.fromXilinxBscane2(userId = 2)
}

val resetCtrlClockDomain = ClockDomain(
clock = io.mainClk,
Expand Down

0 comments on commit bd39421

Please sign in to comment.