package tag
Ordering
- Alphabetic
Visibility
- Public
- All
Type Members
-
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
- case class MappedTransfers(where: MappedNode, transfers: MemoryTransfers) extends PmaRegion with Product with Serializable
- trait MemoryConnection extends SpinalTag
- trait MemoryEndpoint extends SpinalTag
- class MemoryEndpointTag extends MemoryEndpoint
- trait MemoryTransferTag extends SpinalTag
- trait MemoryTransfers extends AnyRef
- trait PMA extends SpinalTag
- trait PmaRegion extends AnyRef
- case class PmaRegionImpl(mapping: AddressMapping, transfers: MemoryTransfers, isMain: Boolean, isExecutable: Boolean) extends PmaRegion with Product with Serializable
- class VirtualEndpoint extends Area with SpinalTagReady
Value Members
- object MappedNode extends Serializable
- object MemoryConnection
- object MemoryTransfers
- object PMA