Skip to content

Commit

Permalink
fix my bad conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 authored Mar 22, 2024
1 parent 02ada2a commit 7b520aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vexriscv/plugin/CsrPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ case class CsrPluginConfig(
exportPrivilege : Boolean = false,
var withPrivilegedDebug : Boolean = false, //For the official RISC-V debug spec implementation
var debugTriggers : Int = 2,
var debugTriggersLsu : Boolean = false
var debugTriggersLsu : Boolean = false,
// these options only have effect, when no CounterService is present in Pipeline
utimeAccess : CsrAccess = CsrAccess.NONE,
mcycleAccess : CsrAccess = CsrAccess.NONE,
Expand Down

0 comments on commit 7b520aa

Please sign in to comment.