From 958d28054695d01c2198c32b29beede9f92dc8f2 Mon Sep 17 00:00:00 2001 From: Olof Kindgren Date: Thu, 24 Sep 2020 16:18:27 +0200 Subject: [PATCH] Explicitly use python3 everywhere --- configs/swerv_config_gen.py | 2 +- swerv_el2.core | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configs/swerv_config_gen.py b/configs/swerv_config_gen.py index e5b8c98..1463d0f 100644 --- a/configs/swerv_config_gen.py +++ b/configs/swerv_config_gen.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 from fusesoc.capi2.generator import Generator import os import shutil diff --git a/swerv_el2.core b/swerv_el2.core index 742cdaf..fb41821 100644 --- a/swerv_el2.core +++ b/swerv_el2.core @@ -85,7 +85,7 @@ generate: generators: swerv_el2_config: - interpreter: python + interpreter: python3 command: configs/swerv_config_gen.py description : Create a SweRV EL2 configuration. Note! Only supports the default config