Extensions

chisel3.Printable.Extensions
implicit class Extensions(pable: Printable)

Extensions for Printable

Attributes

Source
Printable.scala
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

Build a new Printable by applying a function to all sub-Printables

Build a new Printable by applying a function to all sub-Printables

Attributes

Note

This is an extension method instead of normal method to avoid conflicts with the implicit conversion from String to Printable

Source
Printable.scala