Package

spinal.lib

graphic

Permalink

package graphic

Visibility
  1. Public
  2. All

Type Members

  1. case class Rgb(c: RgbConfig) extends Bundle with Product with Serializable

    Permalink
  2. case class RgbConfig(rWidth: Int, gWidth: Int, bWidth: Int) extends Product with Serializable

    Permalink
  3. case class VideoDma[T <: Data](g: VideoDmaGeneric[T]) extends Component with Product with Serializable

    Permalink
  4. case class VideoDmaGeneric[T <: Data](addressWidth: Int, dataWidth: Int, beatPerAccess: Int, sizeWidth: Int, frameFragmentType: T, pendingRequetMax: Int, fifoSize: Int, frameClock: ClockDomain = null) extends Product with Serializable

    Permalink
  5. case class VideoDmaMem[T <: Data](g: VideoDmaGeneric[T]) extends Bundle with IMasterSlave with Product with Serializable

    Permalink

Value Members

  1. object Rgb extends Serializable

    Permalink
  2. package vga

    Permalink

Ungrouped