All Downloads are FREE. Search and download functionalities are using the official Maven repository.

dfhdl.hw.hw.scala Maven / Gradle / Ivy

/** this package contains all the dfhdl hardware annotations
  */
package dfhdl.hw

export dfhdl.compiler.ir.HWAnnotation

final case class unused(isActive: Boolean) extends HWAnnotation:
  def this() = this(true)
final case class pure(isActive: Boolean) extends HWAnnotation:
  def this() = this(true)




© 2015 - 2025 Weber Informatics LLC | Privacy Policy