diff options
| author | Richard Lin | 2019-04-26 17:07:41 -0700 |
|---|---|---|
| committer | GitHub | 2019-04-26 17:07:41 -0700 |
| commit | c1ab9e7afd5072c11d879db913e1b553c7fe0dbe (patch) | |
| tree | 6e9dce17e2e9556dac48d461b224c6dddf934f0c /chiselFrontend/src/main/scala/chisel3/core/Data.scala | |
| parent | 5e4c3be862bf53ad34315e635d89816729550c01 (diff) | |
Bundle literals implementation (#1057)
Diffstat (limited to 'chiselFrontend/src/main/scala/chisel3/core/Data.scala')
| -rw-r--r-- | chiselFrontend/src/main/scala/chisel3/core/Data.scala | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chiselFrontend/src/main/scala/chisel3/core/Data.scala b/chiselFrontend/src/main/scala/chisel3/core/Data.scala index 03c71af5..abb5675c 100644 --- a/chiselFrontend/src/main/scala/chisel3/core/Data.scala +++ b/chiselFrontend/src/main/scala/chisel3/core/Data.scala @@ -332,8 +332,6 @@ abstract class Data extends HasId with NamedComponent with SourceInfoDoc { // sc * binding and direction are valid after this call completes. */ private[chisel3] def bind(target: Binding, parentDirection: SpecifiedDirection = SpecifiedDirection.Unspecified) - // Variant of bind that can be called from subclasses, used for bundle literals - protected def selfBind(target: Binding) = bind(target) // Both _direction and _resolvedUserDirection are saved versions of computed variables (for // efficiency, avoid expensive recomputation of frequent operations). |
