spinal.lib.graphic

vga

package vga

Visibility
  1. Public
  2. All

Type Members

  1. class AvalonMMVgaCtrl extends Component

  2. case class Axi4VgaCtrl(g: Axi4VgaCtrlGenerics) extends Component with Product with Serializable

  3. case class Axi4VgaCtrlGenerics(axiAddressWidth: Int, axiDataWidth: Int, burstLength: Int, frameSizeMax: Int, fifoSize: Int, rgbConfig: RgbConfig, timingsWidth: Int = 12, pendingRequestMax: Int = 7, vgaClock: ClockDomain = ClockDomain.current) extends Product with Serializable

  4. class BlinkingVgaCtrl extends Component

  5. case class Vga(rgbConfig: RgbConfig) extends Bundle with IMasterSlave with Product with Serializable

  6. case class VgaCtrl(rgbConfig: RgbConfig, timingsWidth: Int = 12) extends Component with Product with Serializable

  7. case class VgaTimings(timingsWidth: Int) extends Bundle with Product with Serializable

  8. case class VgaTimingsHV(timingsWidth: Int) extends Bundle with Product with Serializable

Value Members

  1. object AvalonMMVgaCtrl

  2. object AvalonVgaCtrlCCTest

  3. object Axi4VgaCtrlMain

  4. object BlinkingVgaCtrl

  5. object VgaCtrl extends Serializable

Ungrouped