diff options
| author | Albert Magyar | 2020-06-22 10:39:16 -0700 |
|---|---|---|
| committer | GitHub | 2020-06-22 17:39:16 +0000 |
| commit | 1692b8a1c25fab175d4dff200ed3b15b22260edf (patch) | |
| tree | 74cfaa67f8822e8758b8270924a5685e79b9fc05 /core/src | |
| parent | 9bda7a75686e075df038b2c24fbd30ad8ae0d941 (diff) | |
Bump 'removed in 3.3' deprecations to 3.4 (#1439)
* Closes #1385
Co-authored-by: Schuyler Eldridge <schuyler.eldridge@ibm.com>
Diffstat (limited to 'core/src')
| -rw-r--r-- | core/src/main/scala/chisel3/core/package.scala | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/core/src/main/scala/chisel3/core/package.scala b/core/src/main/scala/chisel3/core/package.scala index 92c4617b..6d5bea13 100644 --- a/core/src/main/scala/chisel3/core/package.scala +++ b/core/src/main/scala/chisel3/core/package.scala @@ -62,16 +62,16 @@ package object core { // These provide temporary compatibility for those who foolishly imported from chisel3.core @deprecated("Avoid importing from chisel3.core, these are not public APIs and may change at any time. " + - " Use chisel3.RawModule instead. This alias will be removed in 3.3.", "since the beginning of time") + " Use chisel3.RawModule instead. This alias will be removed in 3.4.", "since the beginning of time") type RawModule = chisel3.RawModule @deprecated("Avoid importing from chisel3.core, these are not public APIs and may change at any time. " + - "Use chisel3.MultiIOModule instead. This alias will be removed in 3.3.", "since the beginning of time") + "Use chisel3.MultiIOModule instead. This alias will be removed in 3.4.", "since the beginning of time") type MultiIOModule = chisel3.MultiIOModule @deprecated("Avoid importing from chisel3.core, these are not public APIs and may change at any time. " + - " Use chisel3.RawModule instead. This alias will be removed in 3.3.", "since the beginning of time") + " Use chisel3.RawModule instead. This alias will be removed in 3.4.", "since the beginning of time") type UserModule = chisel3.RawModule @deprecated("Avoid importing from chisel3.core, these are not public APIs and may change at any time. " + - "Use chisel3.MultiIOModule instead. This alias will be removed in 3.3.", "since the beginning of time") + "Use chisel3.MultiIOModule instead. This alias will be removed in 3.4.", "since the beginning of time") type ImplicitModule = chisel3.MultiIOModule @deprecated("Use the version in chisel3._", "3.2") |
