class SimpleInterruptExtension extends CoreExtension
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SimpleInterruptExtension
- CoreExtension
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new SimpleInterruptExtension(exceptionVector: Int)
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def addIrq(id: Int, pins: Bits, irqUsage: IrqUsage, name: String): SimpleInterruptExtension.this.type
- def addIrq(id: Int, pin: Bool, irqUsage: IrqUsage, name: String): SimpleInterruptExtension.this.type
-
def
applyIt(core: RiscvCore): Area
- Definition Classes
- SimpleInterruptExtension → CoreExtension
-
def
applyTag(instructionCtrl: InstructionCtrl): Unit
- Definition Classes
- CoreExtension
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native() @IntrinsicCandidate()
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
getIrqUsage: Seq[(Int, IrqUsage)]
- Definition Classes
- SimpleInterruptExtension → CoreExtension
-
def
getName: String
- Definition Classes
- SimpleInterruptExtension → CoreExtension
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @IntrinsicCandidate()
-
def
instructionCtrlExtension(instruction: Bits, ctrl: InstructionCtrl): Unit
- Definition Classes
- SimpleInterruptExtension → CoreExtension
- val interruptUsage: HashMap[Int, (Bool, String, IrqUsage)]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
isMyTag(ctrl: InstructionCtrl): Bool
- Definition Classes
- CoreExtension
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
needFlowDRsp: Boolean
- Definition Classes
- CoreExtension
-
def
needTag: Boolean
- Definition Classes
- SimpleInterruptExtension → CoreExtension
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @IntrinsicCandidate()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
var
tag: Int
- Definition Classes
- CoreExtension
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
Deprecated Value Members
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] ) @Deprecated
- Deprecated