Skip to content

Commit

Permalink
restore all feature in TestsWorkspace
Browse files Browse the repository at this point in the history
  • Loading branch information
Dolu1990 committed Jan 16, 2019
1 parent f4f854a commit b5caca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/vexriscv/TestsWorkspace.scala
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ object TestsWorkspace {
// wfiGenAsNop = true,
// ucycleAccess = CsrAccess.NONE
// )),
// new DebugPlugin(ClockDomain.current.clone(reset = Bool().setName("debugReset"))),
new DebugPlugin(ClockDomain.current.clone(reset = Bool().setName("debugReset"))),
new BranchPlugin(
earlyBranch = true,
catchAddressMisaligned = true,
Expand Down

0 comments on commit b5caca5

Please sign in to comment.