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

spinal.lib.generator_backup.Trait.scala Maven / Gradle / Ivy

package spinal.lib.generator_backup

import spinal.core.{Bool, Nameable}

trait InterruptCtrlGeneratorI{
  def addInterrupt(interrupt : Handle[Bool], id : Int)
  def getBus : Handle[Nameable]
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy