mirror of https://github.com/openXC7/prjxray.git
utils: update_resources: remove temp_file
Signed-off-by: Alessandro Comodi <acomodi@antmicro.com>
This commit is contained in:
parent
b2a45db8ce
commit
2be05d612b
|
|
@ -67,6 +67,8 @@ def main():
|
|||
with open(tmp_file, "r") as fp:
|
||||
pins_json = json.load(fp)
|
||||
|
||||
os.remove(tmp_file)
|
||||
|
||||
clk_pins = pins_json["clk_pins"].split()
|
||||
data_pins = pins_json["data_pins"].split()
|
||||
pins = {
|
||||
|
|
|
|||
Loading…
Reference in New Issue