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

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

package spinal.lib.generator

import spinal.core.{Bool, Nameable}
import spinal.core.fiber._

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy