Skip to content

Commit

Permalink
Merge pull request #3547 from SpinEch0/doc
Browse files Browse the repository at this point in the history
  • Loading branch information
jerryz123 authored Dec 20, 2023
2 parents b3fa8df + f05e1d2 commit 37e1d56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/src/diplomacy/adder_tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,8 @@ class AdderMonitor(width: Int, numOperands: Int)(implicit p: Parameters) extends
val nodeSeq = Seq.fill(numOperands) { new AdderMonitorNode(UpwardParam(width)) }
val nodeSum = new AdderMonitorNode(UpwardParam(width))

lazy val module = new LazyModuleImp(this) {
lazy val module = new Impl
class Impl extends LazyModuleImp(this) {
val io = IO(new Bundle {
val error = Output(Bool())
})
Expand Down

0 comments on commit 37e1d56

Please sign in to comment.