Skip to content

Commit

Permalink
Update src/main/scala/Compiler.scala
Browse files Browse the repository at this point in the history
harnessConnect is mistakenly renamed to ections.
  • Loading branch information
haoozi authored Jan 11, 2024
1 parent 798b343 commit 20c474a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/Compiler.scala
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ class EssentEmitter(initialOpt: OptFlags, w: Writer, circuit: Circuit) extends L
if (initialOpt.writeHarness) {
w.writeLines(0, "")
w.writeLines(1, s"void connect_harness(CommWrapper<struct $topName> *comm) {")
w.writeLines(2, HarnessGenerator.ections(topModule))
w.writeLines(2, HarnessGenerator.harnessConnections(topModule))
w.writeLines(1, "}")
w.writeLines(0, "")
}
Expand Down

0 comments on commit 20c474a

Please sign in to comment.