From e09f8b1b0d70f3fc0ce75990f09d4cc8d7ed7efc Mon Sep 17 00:00:00 2001 From: Edward Wang Date: Tue, 3 Oct 2017 01:06:02 -0700 Subject: [PATCH] Fix grammar --- macros/src/main/scala/MacroCompiler.scala | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/macros/src/main/scala/MacroCompiler.scala b/macros/src/main/scala/MacroCompiler.scala index 44eec184..2f66ca9c 100644 --- a/macros/src/main/scala/MacroCompiler.scala +++ b/macros/src/main/scala/MacroCompiler.scala @@ -588,9 +588,9 @@ object MacroCompiler extends App { " -c, --cost-func: Cost function to use. Optional (default: \"default\")", " -cp, --cost-param: Cost function parameter. (Optional depending on the cost function.). e.g. -c ExternalMetric -cp path /path/to/my/cost/script", """ --mode: - | synflops: Produces synthesizable flop-based memories (for all memories and library memory macros); likely useful for simulation purposes") - | fallbacksynflops: Compile all memories to library when possible and fall back to synthesizable flop-based memories when library synth is not possible - | strict: Compile all memories to library or return an error + | synflops: Produces synthesizable flop-based memories (for all memories and library memory macros); likely useful for simulation purposes. + | fallbacksynflops: Compile all memories to library when possible and fall back to synthesizable flop-based memories when library synth is not possible. + | strict: Compile all memories to library or return an error. | default: Compile all memories to library when possible and do nothing in case of errors. """.stripMargin) mkString "\n"