mirror of
https://github.com/RRZE-HPC/OSACA.git
synced 2026-01-08 04:00:05 +01:00
remove dependency on MachineModel
This commit is contained in:
@@ -3,8 +3,6 @@
|
||||
import operator
|
||||
import re
|
||||
|
||||
from osaca.semantics.hw_model import MachineModel
|
||||
|
||||
|
||||
class BaseParser(object):
|
||||
# Identifiers for operand types
|
||||
@@ -53,8 +51,8 @@ class BaseParser(object):
|
||||
def normalize_instruction_form(
|
||||
self,
|
||||
instruction_form,
|
||||
isa_model: MachineModel,
|
||||
arch_model: MachineModel
|
||||
isa_model,
|
||||
arch_model
|
||||
):
|
||||
raise NotImplementedError
|
||||
|
||||
|
||||
Reference in New Issue
Block a user