From: Dmitry Selyutin Date: Sun, 9 Jan 2022 17:31:24 +0000 (+0000) Subject: sv_binutils: inherit Entry from Field X-Git-Tag: sv_maxu_works-initial~563 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ec7572c0ae6aa11ee8354bd2260952df5023c12d;p=openpower-isa.git sv_binutils: inherit Entry from Field --- diff --git a/src/openpower/sv/sv_binutils.py b/src/openpower/sv/sv_binutils.py index e305157e..99346891 100644 --- a/src/openpower/sv/sv_binutils.py +++ b/src/openpower/sv/sv_binutils.py @@ -163,7 +163,7 @@ class Name(Field, str): @_dataclasses.dataclass(eq=True, frozen=True) -class Entry: +class Entry(Field): name: Name opcode: Opcode in1: In1Sel