From b2b4aba0f3188df26f4f1ddb60e268df447b2dda Mon Sep 17 00:00:00 2001 From: JanLJL Date: Wed, 18 Dec 2019 16:58:34 +0100 Subject: [PATCH] added default load tp in new HW model --- osaca/semantics/hw_model.py | 1 + 1 file changed, 1 insertion(+) diff --git a/osaca/semantics/hw_model.py b/osaca/semantics/hw_model.py index 6941eb4..45e4036 100755 --- a/osaca/semantics/hw_model.py +++ b/osaca/semantics/hw_model.py @@ -30,6 +30,7 @@ class MachineModel(object): {'base': b, 'index': i, 'offset': o, 'scale': s, 'port_pressure': []} for b, i, o, s in product(['gpr'], ['gpr', None], ['imd', None], [1, 8]) ], + 'load_throughput_default': [], 'ports': [], 'port_model_scheme': None, 'instruction_forms': [],