projects
/
openpower-isa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
78c5807
)
insndb/core: deprecate Extra class
author
Dmitry Selyutin
<ghostmansd@gmail.com>
Sat, 10 Jun 2023 16:48:06 +0000
(19:48 +0300)
committer
Dmitry Selyutin
<ghostmansd@gmail.com>
Sat, 10 Jun 2023 16:48:06 +0000
(19:48 +0300)
src/openpower/insndb/core.py
patch
|
blob
|
history
diff --git
a/src/openpower/insndb/core.py
b/src/openpower/insndb/core.py
index a451fc38c905c9924b5e6923839fc621e301e0e3..5440490c30d4e9f10c5b02c2ba8ca790fd89af11 100644
(file)
--- a/
src/openpower/insndb/core.py
+++ b/
src/openpower/insndb/core.py
@@
-930,17
+930,6
@@
class MarkdownRecord(Dataclass):
operands: Operands
-class Extra(Dataclass):
- name: String
- sel: _typing.Union[
- _In1Sel, _In2Sel, _In3Sel, _CRInSel, _CRIn2Sel,
- _OutSel, _CROutSel,
- ]
- reg: _Reg
- seltype: _SelType
- idx: _SVExtra
-
-
@_functools.total_ordering
class Record(Dataclass):
name: String