Public

chisel3.Public
trait Public

A trait that can be mixed into a Chisel module to indicate that a module has external users.

This will result in a public FIRRTL module being produced.

Attributes

Source
Public.scala
Graph
Supertypes
class Object
trait Matchable
class Any
Known subtypes
Self type

Members list

Value members

Concrete methods

def isPublic: Boolean

Is this module public?

Is this module public?

Users can override this if they need more control over when outputs of this Module should be considered public

Attributes

Source
Public.scala