Skip to content

Commit

Permalink
Merge pull request #417 from cucapra/dummy
Browse files Browse the repository at this point in the history
period to docs
  • Loading branch information
calebmkim committed Feb 9, 2024
2 parents 63ee22b + 51954e7 commit 04ef979
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 @@ -768,7 +768,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 04ef979

Please sign in to comment.