074-dump_all: remove speed_index from tile_types

Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
Alessandro Comodi 2020-02-05 17:05:33 +01:00 committed by Keith Rothman
parent b24f5f5ad3
commit 1257f9f855
1 changed files with 4 additions and 0 deletions

View File

@ -283,6 +283,8 @@ def annotate_pips_speed_model(pips, speed_data):
'res': pip_speed_data.get('reverse_res', None),
}
del pips[pip_name]['speed_model_index']
def annotate_site_pins_speed_model(site_pins, speed_data):
""" Updates the site_pins with correct timing data """
@ -306,6 +308,8 @@ def annotate_site_pins_speed_model(site_pins, speed_data):
if res != 'null':
site_pins[site_pin_name]['res'] = res
del site_pins[site_pin_name]['speed_model_index']
def annotate_wires_speed_model(wires, speed_data):
""" Updates the wires with correct timing data """