From 51954e7c8f2968fd1879919f5534dadc6b063bdf Mon Sep 17 00:00:00 2001 From: Caleb Date: Fri, 9 Feb 2024 09:41:35 -0500 Subject: [PATCH] period to docs --- src/main/scala/backends/calyx/Backend.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/scala/backends/calyx/Backend.scala b/src/main/scala/backends/calyx/Backend.scala index 5064f57f..29b571fa 100644 --- a/src/main/scala/backends/calyx/Backend.scala +++ b/src/main/scala/backends/calyx/Backend.scala @@ -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)