Packages

package vga

Ordering
  1. Alphabetic
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 BmbVgaCtrl(p: BmbVgaCtrlParameter, ctrlParameter: BmbParameter, inputParameter: BsbParameter, vgaCd: ClockDomain) extends Component with Product with Serializable
  6. case class BmbVgaCtrlGenerator(ctrlOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, bsbInterconnect: BsbInterconnectGenerator, decoder: BmbImplicitPeripheralDecoder = null) extends Area with Product with Serializable
  7. case class BmbVgaCtrlParameter(rgbConfig: RgbConfig, timingsWidth: Int = 12) extends Product with Serializable
  8. case class Vga(rgbConfig: RgbConfig, withColorEn: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
  9. case class VgaCtrl(rgbConfig: RgbConfig, timingsWidth: Int = 12) extends Component with Product with Serializable
  10. case class VgaTimings(timingsWidth: Int) extends Bundle with Product with Serializable
  11. 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 BmbVgaCtrl extends Serializable
  6. object VgaCtrl extends Serializable
  7. object VgaTimingPrint extends App

Ungrouped