Class/Object

spinal.core

SpinalConfig

Related Docs: object SpinalConfig | package core

Permalink

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 = "", 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, noAssert: Boolean = false, phasesInserters: ArrayBuffer[(ArrayBuffer[Phase]) ⇒ Unit] = ..., transformationPhases: ArrayBuffer[Phase] = ArrayBuffer[Phase](), memBlackBoxers: ArrayBuffer[Phase] = ..., rtlHeader: String = null) 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 = "", 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, noAssert: Boolean = false, phasesInserters: ArrayBuffer[(ArrayBuffer[Phase]) ⇒ Unit] = ..., transformationPhases: ArrayBuffer[Phase] = ArrayBuffer[Phase](), memBlackBoxers: ArrayBuffer[Phase] = ..., rtlHeader: String = null)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def addStandardMemBlackboxing(policy: MemBlackboxingPolicy): SpinalConfig.this.type

    Permalink
  5. def addTransformationPhase(phase: Phase): SpinalConfig

    Permalink
  6. val anonymSignalPrefix: String

    Permalink
  7. val anonymSignalUniqueness: Boolean

    Permalink
  8. def apply[T <: Component](gen: ⇒ T): SpinalReport[T]

    Permalink
  9. def applyToGlobalData(globalData: GlobalData): Unit

    Permalink
  10. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  11. val asyncResetCombSensitivity: Boolean

    Permalink
  12. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. val debugComponents: HashSet[Class[_]]

    Permalink
  14. val defaultClockDomainFrequency: IClockDomainFrequency

    Permalink
  15. val defaultConfigForClockDomains: ClockDomainConfig

    Permalink
  16. val device: Device

    Permalink
  17. def dumpWave(depth: Int = 0, vcdPath: String = "wave.vcd"): SpinalConfig

    Permalink
  18. val dumpWave: DumpWaveConfig

    Permalink
  19. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  20. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  21. val flags: HashSet[Any]

    Permalink
  22. var formalAsserts: Boolean

    Permalink
  23. val genVhdlPkg: Boolean

    Permalink
  24. def generate[T <: Component](gen: ⇒ T): SpinalReport[T]

    Permalink
  25. def generateSystemVerilog[T <: Component](gen: ⇒ T): SpinalReport[T]

    Permalink
  26. def generateVerilog[T <: Component](gen: ⇒ T): SpinalReport[T]

    Permalink
  27. def generateVhdl[T <: Component](gen: ⇒ T): SpinalReport[T]

    Permalink
  28. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  29. val globalPrefix: String

    Permalink
  30. def includeFormal: SpinalConfig.this.type

    Permalink
  31. def includeSimulation: SpinalConfig.this.type

    Permalink
  32. def includeSynthesis: SpinalConfig.this.type

    Permalink
  33. val inlineRom: Boolean

    Permalink
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def isSystemVerilog: Boolean

    Permalink
  36. val keepAll: Boolean

    Permalink
  37. val memBlackBoxers: ArrayBuffer[Phase]

    Permalink
  38. val mergeAsyncProcess: Boolean

    Permalink
  39. val mode: SpinalMode

    Permalink
  40. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  41. val netlistFileName: String

    Permalink
  42. val noAssert: Boolean

    Permalink
  43. val noRandBoot: Boolean

    Permalink
  44. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  45. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. val oneFilePerComponent: Boolean

    Permalink
  47. val onlyStdLogicVectorAtTopLevelIo: Boolean

    Permalink
  48. val phasesInserters: ArrayBuffer[(ArrayBuffer[Phase]) ⇒ Unit]

    Permalink
  49. val rtlHeader: String

    Permalink
  50. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  51. val targetDirectory: String

    Permalink
  52. val transformationPhases: ArrayBuffer[Phase]

    Permalink
  53. val verbose: Boolean

    Permalink
  54. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. def withoutAssert: SpinalConfig

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped