litex privileged debug stop time now connect to clint

This commit is contained in:
Dolu1990 2023-09-08 16:47:54 +02:00
parent ff922ec601
commit 220a2733be
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ class VexRiscvSmpClusterWithPeripherals(p : VexRiscvSmpClusterParameter) extends
} }
clint.cpuCount.load(cpuCount) 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 //python3 -m litex_boards.targets.digilent_nexys_video --cpu-type=vexriscv_smp --with-privileged-debug --sys-clk-freq 50000000 --cpu-count 1 --build --load