diff options
| -rw-r--r-- | src/main/scala/firrtl/transforms/BlackBoxSourceHelper.scala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/scala/firrtl/transforms/BlackBoxSourceHelper.scala b/src/main/scala/firrtl/transforms/BlackBoxSourceHelper.scala index 4fe11d12..49d484ee 100644 --- a/src/main/scala/firrtl/transforms/BlackBoxSourceHelper.scala +++ b/src/main/scala/firrtl/transforms/BlackBoxSourceHelper.scala @@ -168,7 +168,7 @@ object BlackBoxSourceHelper { val defaultFileListName = "firrtl_black_box_resource_files.f" - @deprecated("Renamed to defaultFileListName, as the file list name may now be changed with an annotation", "1.3") + @deprecated("Renamed to defaultFileListName, as the file list name may now be changed with an annotation", "1.2") def fileListName = defaultFileListName def writeTextToFile(text: String, file: File): Unit = { |
