mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-05 02:30:08 +01:00
bugfix in imports
This commit is contained in:
@@ -3,9 +3,8 @@
|
||||
import warnings
|
||||
from functools import reduce
|
||||
|
||||
from osaca.semantics.isa_semantics import ISASemantics
|
||||
from osaca.semantics.hw_model import MachineModel
|
||||
from osaca.semantics.instr_flags import INSTR_FLAGS
|
||||
from .isa_semantics import INSTR_FLAGS, ISASemantics
|
||||
from .hw_model import MachineModel
|
||||
|
||||
|
||||
class ArchSemantics(ISASemantics):
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
from osaca import utils
|
||||
from osaca.parser import AttrDict, ParserAArch64v81, ParserX86ATT
|
||||
from osaca.semantics.hw_model import MachineModel
|
||||
from .hw_model import MachineModel
|
||||
|
||||
|
||||
class INSTR_FLAGS:
|
||||
|
||||
Reference in New Issue
Block a user