final case class DocCHeader(name: String, prefix: String = "", regType: String = "u32", withshiftmask: Boolean = true) extends BusIfDoc with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- DocCHeader
- Serializable
- Serializable
- Product
- Equals
- BusIfDoc
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new DocCHeader(name: String, prefix: String = "", regType: String = "u32", withshiftmask: Boolean = true)
Type Members
- implicit class FieldCHeadExtend extends AnyRef
- implicit class RegSliceCheadExtend extends AnyRef
Value Members
-
def
body(): String
- Definition Classes
- DocCHeader → BusIfDoc
-
def
clean(str: String): String
- Definition Classes
- BusIfDoc
-
def
dump(): Unit
- Definition Classes
- BusIfDoc
-
def
generate(t: BusIf): Unit
- Definition Classes
- BusIfDoc
- def guardName: String
-
val
name: String
- Definition Classes
- DocCHeader → BusIfDoc
- def nameDedupliaction(repeat: String, word: String): String
-
def
path: String
- Definition Classes
- BusIfDoc
-
val
pc: PhaseContext
- Definition Classes
- BusIfDoc
-
val
prefix: String
- Definition Classes
- DocCHeader → BusIfDoc
- val regType: String
- def reuseDeclare(lst: Map[String, Map[Int, List[RegSlice]]]): String
- def reuseStruct(lst: Map[String, Map[Int, List[RegSlice]]]): String
-
def
setBusIf(bif: BusIf): Unit
- Definition Classes
- BusIfDoc
-
def
setheader(str: String): BusIfDoc
- Definition Classes
- BusIfDoc
-
val
suffix: String
- Definition Classes
- DocCHeader → BusIfDoc
- val withshiftmask: Boolean