Package

spinal.lib.com.eth

sg

Permalink

package sg

Visibility
  1. Public
  2. All

Type Members

  1. case class MacBackend(phyParam: PhyParameter, txCd: ClockDomain, rxCd: ClockDomain) extends Component with Product with Serializable

    Permalink
  2. case class MacBackendParam(phy: PhyParameter) extends Product with Serializable

    Permalink
  3. case class MacEthPackets(p: PhyParameter) extends Bundle with IMasterSlave with Product with Serializable

    Permalink
  4. case class MacEthSgCtrl(p: MacBackendParam) extends Bundle with Product with Serializable

    Permalink
  5. class MacSg extends Component

    Permalink
  6. case class MacSgFiber(p: MacSgParam, txCd: ClockDomain, rxCd: ClockDomain) extends Area with Product with Serializable

    Permalink
  7. case class MacSgFiberSpec(name: String, ctrlAddress: BigInt, txInterruptId: Int, rxInterruptId: Int, phyParam: PhyParameter, txDmaParam: DmaSgReadOnlyParam, rxDmaParam: DmaSgWriteOnlyParam) extends Product with Serializable

    Permalink
  8. case class MacSgParam(phyParam: PhyParameter, txDmaParam: DmaSgReadOnlyParam, txBufferBytes: Int, rxDmaParam: DmaSgWriteOnlyParam, rxBufferBytes: Int, rxUpsizedBytes: Int) extends Product with Serializable

    Permalink

Value Members

  1. object MacSg

    Permalink
  2. object MacSgFiberSpec extends Serializable

    Permalink

Ungrouped