Explicitly use python3 everywhere
This commit is contained in:
parent
025a720e35
commit
958d280546
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python3
|
||||||
from fusesoc.capi2.generator import Generator
|
from fusesoc.capi2.generator import Generator
|
||||||
import os
|
import os
|
||||||
import shutil
|
import shutil
|
||||||
|
|
|
@ -85,7 +85,7 @@ generate:
|
||||||
|
|
||||||
generators:
|
generators:
|
||||||
swerv_el2_config:
|
swerv_el2_config:
|
||||||
interpreter: python
|
interpreter: python3
|
||||||
command: configs/swerv_config_gen.py
|
command: configs/swerv_config_gen.py
|
||||||
description : Create a SweRV EL2 configuration. Note! Only supports the default config
|
description : Create a SweRV EL2 configuration. Note! Only supports the default config
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue