Packages

case class SpinalConfig(mode: SpinalMode = null, flags: HashSet[Any] = mutable.HashSet[Any](), debugComponents: HashSet[Class[_]] = mutable.HashSet[Class[_]](), keepAll: Boolean = false, defaultConfigForClockDomains: ClockDomainConfig = ClockDomainConfig(), onlyStdLogicVectorAtTopLevelIo: Boolean = false, defaultClockDomainFrequency: IClockDomainFrequency = UnknownFrequency(), targetDirectory: String = ".", oneFilePerComponent: Boolean = false, netlistFileName: String = null, dumpWave: DumpWaveConfig = null, globalPrefix: String = "", privateNamespace: Boolean = false, formalAsserts: Boolean = false, anonymSignalPrefix: String = null, device: Device = Device(), inlineRom: Boolean = false, genVhdlPkg: Boolean = true, verbose: Boolean = false, mergeAsyncProcess: Boolean = true, asyncResetCombSensitivity: Boolean = false, anonymSignalUniqueness: Boolean = false, noRandBoot: Boolean = false, randBootFixValue: Boolean = true, noAssert: Boolean = false, phasesInserters: ArrayBuffer[(ArrayBuffer[Phase]) ⇒ Unit] = ..., transformationPhases: ArrayBuffer[Phase] = ArrayBuffer[Phase](), memBlackBoxers: ArrayBuffer[Phase] = ..., rtlHeader: String = null, _withEnumString: Boolean = true) extends Product with Serializable

Spinal configuration for the generation of the RTL

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SpinalConfig
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new SpinalConfig(mode: SpinalMode = null, flags: HashSet[Any] = mutable.HashSet[Any](), debugComponents: HashSet[Class[_]] = mutable.HashSet[Class[_]](), keepAll: Boolean = false, defaultConfigForClockDomains: ClockDomainConfig = ClockDomainConfig(), onlyStdLogicVectorAtTopLevelIo: Boolean = false, defaultClockDomainFrequency: IClockDomainFrequency = UnknownFrequency(), targetDirectory: String = ".", oneFilePerComponent: Boolean = false, netlistFileName: String = null, dumpWave: DumpWaveConfig = null, globalPrefix: String = "", privateNamespace: Boolean = false, formalAsserts: Boolean = false, anonymSignalPrefix: String = null, device: Device = Device(), inlineRom: Boolean = false, genVhdlPkg: Boolean = true, verbose: Boolean = false, mergeAsyncProcess: Boolean = true, asyncResetCombSensitivity: Boolean = false, anonymSignalUniqueness: Boolean = false, noRandBoot: Boolean = false, randBootFixValue: Boolean = true, noAssert: Boolean = false, phasesInserters: ArrayBuffer[(ArrayBuffer[Phase]) ⇒ Unit] = ..., transformationPhases: ArrayBuffer[Phase] = ArrayBuffer[Phase](), memBlackBoxers: ArrayBuffer[Phase] = ..., rtlHeader: String = null, _withEnumString: Boolean = true)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def addStandardMemBlackboxing(policy: MemBlackboxingPolicy): SpinalConfig.this.type
  5. def addTransformationPhase(phase: Phase): SpinalConfig
  6. val anonymSignalPrefix: String
  7. val anonymSignalUniqueness: Boolean
  8. def apply[T <: Component](gen: ⇒ T): SpinalReport[T]
  9. def applyToGlobalData(globalData: GlobalData): Unit
  10. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  11. val asyncResetCombSensitivity: Boolean
  12. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  13. val debugComponents: HashSet[Class[_]]
  14. val defaultClockDomainFrequency: IClockDomainFrequency
  15. val defaultConfigForClockDomains: ClockDomainConfig
  16. val device: Device
  17. def dumpWave(depth: Int = 0, vcdPath: String = "wave.vcd"): SpinalConfig
  18. val dumpWave: DumpWaveConfig
  19. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val flags: HashSet[Any]
  22. var formalAsserts: Boolean
  23. val genVhdlPkg: Boolean
  24. def generate[T <: Component](gen: ⇒ T): SpinalReport[T]
  25. def generateSystemVerilog[T <: Component](gen: ⇒ T): SpinalReport[T]
  26. def generateVerilog[T <: Component](gen: ⇒ T): SpinalReport[T]
  27. def generateVhdl[T <: Component](gen: ⇒ T): SpinalReport[T]
  28. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. val globalPrefix: String
  30. def includeFormal: SpinalConfig.this.type
  31. def includeSimulation: SpinalConfig.this.type
  32. def includeSynthesis: SpinalConfig.this.type
  33. val inlineRom: Boolean
  34. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  35. def isSystemVerilog: Boolean
  36. val keepAll: Boolean
  37. val memBlackBoxers: ArrayBuffer[Phase]
  38. val mergeAsyncProcess: Boolean
  39. val mode: SpinalMode
  40. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  41. val netlistFileName: String
  42. val noAssert: Boolean
  43. val noRandBoot: Boolean
  44. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  46. val oneFilePerComponent: Boolean
  47. val onlyStdLogicVectorAtTopLevelIo: Boolean
  48. val phasesInserters: ArrayBuffer[(ArrayBuffer[Phase]) ⇒ Unit]
  49. var privateNamespace: Boolean
  50. val randBootFixValue: Boolean
  51. val rtlHeader: String
  52. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  53. val targetDirectory: String
  54. val transformationPhases: ArrayBuffer[Phase]
  55. val verbose: Boolean
  56. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  58. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  59. def withPrivateNamespace: SpinalConfig.this.type
  60. def withoutAssert: SpinalConfig
  61. def withoutEnumString(): SpinalConfig.this.type

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped