From 45112f0293921d272ac42e77051847095bbe5ba0 Mon Sep 17 00:00:00 2001 From: edwardcwang Date: Thu, 26 Apr 2018 14:44:27 -0700 Subject: Minor edits to wording --- chiselFrontend/src/main/scala/chisel3/internal/Error.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chiselFrontend/src') diff --git a/chiselFrontend/src/main/scala/chisel3/internal/Error.scala b/chiselFrontend/src/main/scala/chisel3/internal/Error.scala index 7d209219..2346181a 100644 --- a/chiselFrontend/src/main/scala/chisel3/internal/Error.scala +++ b/chiselFrontend/src/main/scala/chisel3/internal/Error.scala @@ -53,8 +53,8 @@ private[chisel3] class ErrorLog { if (!deprecations.isEmpty) { println(s"$warnTag ${Console.YELLOW}There were ${deprecations.size} deprecated function(s) used." + - s" These may stop compiling in a future release, you are encouraged to fix these issues.${Console.RESET}") - println(s"$warnTag Line numbers for deprecations reported by Chisel may be inaccurate, enable scalac compiler deprecation warnings by either:") + s" These may stop compiling in a future release - you are encouraged to fix these issues.${Console.RESET}") + println(s"$warnTag Line numbers for deprecations reported by Chisel may be inaccurate; enable scalac compiler deprecation warnings via either of the following methods:") println(s"$warnTag In the sbt interactive console, enter:") println(s"""$warnTag set scalacOptions in ThisBuild ++= Seq("-unchecked", "-deprecation")""") println(s"$warnTag or, in your build.sbt, add the line:") -- cgit v1.2.3