BlockReturnHandler

chisel3.layer.BlockReturnHandler
See theBlockReturnHandler companion object
sealed trait BlockReturnHandler[A]

A type class that describes how to post-process the return value from a layer block.

Attributes

Companion
object
Source
Layer.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Type members

Types

type R

The type that will be returned by this handler.

The type that will be returned by this handler.

Attributes

Source
Layer.scala