Skip to content

Commit

Permalink
litex privileged debug stop time now connect to clint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 8, 2023
1 parent ff922ec commit 220a273
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/scala/vexriscv/demo/smp/VexRiscvSmpCluster.scala
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,7 @@ class VexRiscvSmpClusterWithPeripherals(p : VexRiscvSmpClusterParameter) extends
}

clint.cpuCount.load(cpuCount)
if(p.privilegedDebug) hardFork(clint.logic.io.stop := privilegedDebug.logic.clintStop)
}

//python3 -m litex_boards.targets.digilent_nexys_video --cpu-type=vexriscv_smp --with-privileged-debug --sys-clk-freq 50000000 --cpu-count 1 --build --load
Expand Down

0 comments on commit 220a273

Please sign in to comment.