aboutsummaryrefslogtreecommitdiff
path: root/src/main/scala/firrtl/options
diff options
context:
space:
mode:
authorJiuyang Liu2021-11-30 08:54:07 +0800
committerGitHub2021-11-29 16:54:07 -0800
commitb7dd35e9cdeecb2d5125ef1d8802d5af17bff4ab (patch)
tree2220995b3a36df4b0b8ee18185cb75414ba48d5b /src/main/scala/firrtl/options
parent82da33135fcac1a81e8ea95f47626e80b4e80fd1 (diff)
[deprecation clean up] remove firrtl.ExecutionOptionsManager (#2422)
Also remove all related APIs: ComposableOptions HasParser CommonOptions HasCommonOptions FirrtlExecutionOptions HasFirrtlOptions FirrtlExecutionResult FirrtlExecutionSuccess FirrtlExecutionFailure ExecutionOptionsManager firrtl.stage.DriverCompatibility.firrtlResultView logger.Logger.makeScope OutputConfig SingleFile OneFilePerModule * Change default LogLevel to None which means "unset" Logger.getGlobalLevel then returns LogLevel.Warn when the current value is LogLevel.None. This preserves the behavior of the default being "Warn" but now uses LogLevel.None to indicate "I'm not setting the value." This resolves issues where it was not possible to tell if annotations were actually setting the log level or if the default level of warn was just being filled in. Co-authored-by: sinofp <sinofp@tuta.io> Co-authored-by: Jack Koenig <koenig@sifive.com>
Diffstat (limited to 'src/main/scala/firrtl/options')
-rw-r--r--src/main/scala/firrtl/options/StageAnnotations.scala1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/options/StageAnnotations.scala b/src/main/scala/firrtl/options/StageAnnotations.scala
index 584f2842..1642e248 100644
--- a/src/main/scala/firrtl/options/StageAnnotations.scala
+++ b/src/main/scala/firrtl/options/StageAnnotations.scala
@@ -138,7 +138,6 @@ object ProgramArgsAnnotation {
}
/** Holds a filename containing one or more [[annotations.Annotation]] to be read
- * - this is not stored in [[FirrtlExecutionOptions]]
* - set with `-faf/--annotation-file`
* @param value input annotation filename
*/