Skip to content

Commit

Permalink
sync
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Sep 23, 2024
1 parent be5c857 commit 91cc127
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/scala/vexiiriscv/Param.scala
Original file line number Diff line number Diff line change
Expand Up @@ -262,8 +262,8 @@ class ParamSimple(){


privParam.withDebug = true
// privParam.debugTriggers = 4
// privParam.debugTriggersLsu = true
privParam.debugTriggers = 4
privParam.debugTriggersLsu = true
embeddedJtagTap = true


Expand Down
2 changes: 2 additions & 0 deletions src/main/scala/vexiiriscv/soc/litex/Soc.scala
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,8 @@ object SocGen extends App{
// val from = cpu0.reflectBaseType("LsuL1Plugin_logic_c_pip_ctrl_2_up_onPreCtrl_HIT_DIRTY") //That big
// val to = cpu0.reflectBaseType("PrivilegedPlugin_logic_harts_0_debug_dcsr_stepLogic_stepped")

// val from = cpu0.reflectBaseType("early0_SrcPlugin_logic_addsub_combined_rs2Patched") //That big
// val to = cpu0.reflectBaseType("toplevel_execute_ctrl2_up_early0_SrcPlugin_SRC2_lane0")


// val drivers = mutable.LinkedHashSet[BaseType]()
Expand Down

0 comments on commit 91cc127

Please sign in to comment.