sanity check validity of operand entries

This commit is contained in:
Julian Hammer
2021-03-11 11:38:25 +01:00
parent 0c5ac26f3f
commit 1ebe5ecfbd
8 changed files with 61 additions and 23 deletions

View File

@@ -40,6 +40,8 @@ class MachineModel(object):
for b, i, o, s in product(['gpr'], ['gpr', None], ['imd', None], [1, 8])
],
'load_throughput_default': [],
'store_throughput': [],
'store_throughput_default': [],
'ports': [],
'port_model_scheme': None,
'instruction_forms': []