package io
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
- case class Apb3Gpio2(parameter: Parameter, busConfig: Apb3Config = Apb3Config(12, 32)) extends Ctrl[Apb3] with Product with Serializable
- case class BmbGpio2(parameter: Parameter, busConfig: BmbParameter) extends Ctrl[Bmb] with Product with Serializable
-
class
InOutVecToBits[T <: Data] extends Area
Can be used in blackbox to have a "Vec.fill(count)(dataType)" which will appear a multiple Bits(count * widthOf(dataType.element[x]) bits) See https://github.com/SpinalHDL/SpinalHDL/issues/1258#issuecomment-1849942630
-
case class
ReadableOpenDrain[T <: Data](dataType: HardType[T]) extends Bundle with IMasterSlave with Product with Serializable
Define an open drain readable port
- case class TilelinkGpio2(parameter: Parameter, busConfig: BusParameter) extends Ctrl[Bus] with Product with Serializable
- case class TilelinkGpio2Fiber(param: Parameter) extends Area with Product with Serializable
- case class TriState[T <: Data](dataType: HardType[T]) extends Bundle with IMasterSlave with Product with Serializable
- case class TriStateArray(width: Int) extends Bundle with IMasterSlave with Product with Serializable
- case class TriStateOutput[T <: Data](dataType: HardType[T]) extends Bundle with IMasterSlave with Product with Serializable
Value Members
- object BmbGpio2 extends Serializable
- object Gpio
- object InOutWrapper
- object InOutWrapperPlayground extends App
- object TriStateArray extends Serializable
- object keepUnwrapped extends SpinalTag