case class AvalonSTConfig(dataWidth: Int, useData: Boolean = true, useChannels: Boolean = false, channelWidth: Int = -1, useError: Boolean = false, errorWidth: Int = -1, useReady: Boolean = true, useValid: Boolean = true, useEmpty: Boolean = false, emptyWidth: Int = -1, useEOP: Boolean = false, useSOP: Boolean = false, maxChannels: Int = -1, beatsPerCycle: Int = -1, dataBitsPerSymbol: Int = -1, emptyWithinPacket: Boolean = false, errorDescriptor: Array[String] = Array(), symbolEndianness: Endianness = LITTLE, readyLatency: Int = 0, readyAllowance: Int = 0) extends Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AvalonSTConfig
- Serializable
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new AvalonSTConfig(dataWidth: Int, useData: Boolean = true, useChannels: Boolean = false, channelWidth: Int = -1, useError: Boolean = false, errorWidth: Int = -1, useReady: Boolean = true, useValid: Boolean = true, useEmpty: Boolean = false, emptyWidth: Int = -1, useEOP: Boolean = false, useSOP: Boolean = false, maxChannels: Int = -1, beatsPerCycle: Int = -1, dataBitsPerSymbol: Int = -1, emptyWithinPacket: Boolean = false, errorDescriptor: Array[String] = Array(), symbolEndianness: Endianness = LITTLE, readyLatency: Int = 0, readyAllowance: Int = 0)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- val beatsPerCycle: Int
- val channelWidth: Int
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
- val dataBitsPerSymbol: Int
- val dataWidth: Int
- val emptyWidth: Int
- val emptyWithinPacket: Boolean
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- val errorDescriptor: Array[String]
- val errorWidth: Int
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- val maxChannels: Int
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
- val readyAllowance: Int
- val readyLatency: Int
- val symbolEndianness: Endianness
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- val useChannels: Boolean
- val useData: Boolean
- val useEOP: Boolean
- val useEmpty: Boolean
- val useError: Boolean
- val useReady: Boolean
- val useSOP: Boolean
- val useValid: Boolean
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated