mirror of https://github.com/openXC7/prjxray.git
074-dump_all: remove speed_index from tile_types
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
b24f5f5ad3
commit
1257f9f855
|
|
@ -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 """
|
||||
|
|
|
|||
Loading…
Reference in New Issue