Restructure insns directory contents #2
9
insns/InsnSb.py
Normal file
9
insns/InsnSb.py
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
from InsnRV32ISType import *
|
||||||
|
|
||||||
|
"""
|
||||||
|
SB instruction
|
||||||
|
"""
|
||||||
|
|
||||||
|
class InsnSb(InsnRV32ISType):
|
||||||
|
def __init__(self, RISCV_FORMAL_ILEN, RISCV_FORMAL_XLEN, RISCV_FORMAL_CSR_MISA, RISCV_FORMAL_COMPRESSED, RISCV_FORMAL_ALIGNED_MEM):
|
||||||
|
super().__init__(RISCV_FORMAL_ILEN, RISCV_FORMAL_XLEN, RISCV_FORMAL_CSR_MISA, RISCV_FORMAL_COMPRESSED, RISCV_FORMAL_ALIGNED_MEM, 0b000, 1)
|
Loading…
Reference in New Issue
Block a user