Skip to content

Commit

Permalink
period to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
calebmkim authored and rachitnigam committed Feb 16, 2024
1 parent 4584f53 commit b8d5483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/backends/calyx/Backend.scala
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ private class CalyxBackendHelper {
case CLet(_, Some(_: TArray), Some(_)) =>
throw NotImplemented(s"Calyx backend cannot initialize memories", c.pos)
case CLet(id, typ, Some(app: EApp)) => {
// Generate the invocation to run this function
// Generate the invocation to run this function.
val (invokeDecl, argSt, invokeControl) = emitInvokeDecl(app)
val (typ_b, _) = bitsForType(typ, c.pos)

Expand Down

0 comments on commit b8d5483

Please sign in to comment.