package vga
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- class AvalonMMVgaCtrl extends Component
- case class Axi4VgaCtrl(g: Axi4VgaCtrlGenerics) extends Component with Product with Serializable
- 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
- class BlinkingVgaCtrl extends Component
- case class BmbVgaCtrl(p: BmbVgaCtrlParameter, ctrlParameter: BmbParameter, inputParameter: BsbParameter, vgaCd: ClockDomain) extends Component with Product with Serializable
- case class BmbVgaCtrlGenerator(ctrlOffset: Handle[BigInt] = Unset)(implicit interconnect: BmbInterconnectGenerator, bsbInterconnect: BsbInterconnectGenerator, decoder: BmbImplicitPeripheralDecoder = null) extends Area with Product with Serializable
- case class BmbVgaCtrlParameter(rgbConfig: RgbConfig, timingsWidth: Int = 12) extends Product with Serializable
- case class Vga(rgbConfig: RgbConfig, withColorEn: Boolean = true) extends Bundle with IMasterSlave with Product with Serializable
- case class VgaCtrl(rgbConfig: RgbConfig, timingsWidth: Int = 12) extends Component with Product with Serializable
- case class VgaTimings(timingsWidth: Int) extends Bundle with Product with Serializable
- case class VgaTimingsHV(timingsWidth: Int) extends Bundle with Product with Serializable
Value Members
- object AvalonMMVgaCtrl
- object AvalonVgaCtrlCCTest
- object Axi4VgaCtrlMain
- object BlinkingVgaCtrl
- object BmbVgaCtrl extends Serializable
- object VgaCtrl extends Serializable
- object VgaTimingPrint extends App