Skip to content

Commit

Permalink
isa and insn name switch and code style
Browse files Browse the repository at this point in the history
  • Loading branch information
wallento committed Jul 6, 2020
1 parent 125ea1a commit f2d8781
Show file tree
Hide file tree
Showing 5 changed files with 984 additions and 870 deletions.
2 changes: 1 addition & 1 deletion riscvmodel/code.py
Expand Up @@ -2,7 +2,7 @@
from tempfile import mkstemp
import subprocess

from .isa import *
from .insn import *
from . import __version__

class MachineDecodeError(Exception):
Expand Down

0 comments on commit f2d8781

Please sign in to comment.