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

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

There is a newer version: 1.10.2a
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy