chisel3.choice.`package`.Case
An option case declaration.
Attributes
-
Source
-
package.scala
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
A helper method to allow ModuleChoice to use the -> syntax to specify case-module mappings.
A helper method to allow ModuleChoice to use the -> syntax to specify case-module mappings.
It captures a lazy reference to the module and produces a generator to avoid instantiating it.
Value parameters
-
module
-
Module to map to the current case.
Attributes
-
Source
-
package.scala