Skip to content

Commit 8e3c06d

Browse files
joserochhchristopherngutierrez
authored andcommitted
[hec-assembler]: Refactoring no_hbm option for Configurable ISA_spec (#77)
Fixing no hbm for new isa_spec
1 parent f190167 commit 8e3c06d

6 files changed

Lines changed: 13 additions & 1713 deletions

File tree

assembler_tools/hec-assembler-tools/assembler/instructions/cinst/csyncm.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ class Instruction(CInstruction):
1313
https://github.com/IntelLabs/hec-assembler-tools/blob/master/docsrc/inst_spec/cinst/cinst_csyncm.md
1414
"""
1515

16+
@classmethod
17+
def get_throughput(cls) -> int:
18+
return cls._OP_DEFAULT_THROUGHPUT
19+
1620
@classmethod
1721
def _get_OP_NAME_ASM(cls) -> str:
1822
"""

0 commit comments

Comments
 (0)