Packages

package tag

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class MappedNode(node: Nameable with SpinalTagReady, mapping: AddressMapping, transformers: List[AddressTransformer]) extends Product with Serializable

    node

    What is the endpoint

    mapping

    Range of master address which can access the node

  2. case class MappedTransfers(where: MappedNode, transfers: MemoryTransfers) extends PmaRegion with Product with Serializable
  3. trait MemoryConnection extends SpinalTag
  4. trait MemoryEndpoint extends SpinalTag
  5. class MemoryEndpointTag extends MemoryEndpoint
  6. trait MemoryTransferTag extends SpinalTag
  7. trait MemoryTransfers extends AnyRef
  8. trait PMA extends SpinalTag
  9. trait PmaRegion extends AnyRef
  10. case class PmaRegionImpl(mapping: AddressMapping, transfers: MemoryTransfers, isMain: Boolean, isExecutable: Boolean) extends PmaRegion with Product with Serializable
  11. class VirtualEndpoint extends Area with SpinalTagReady

Value Members

  1. object MappedNode extends Serializable
  2. object MemoryConnection
  3. object MemoryTransfers
  4. object PMA

Ungrouped