![JAR search and dependency download from the Maven repository](/logo.png)
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