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 Vga(rgbConfig: RgbConfig) 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 VgaCtrl extends Serializable