revert get_data_mod change (Vexrisv SMP repo has been renamed to pythondata-cpu-vexriscv_smp).
This commit is contained in:
parent
c088cd5d22
commit
61c009a393
|
@ -11,8 +11,6 @@ def get_data_mod(data_type, data_name):
|
||||||
dm = l['dm']
|
dm = l['dm']
|
||||||
return dm
|
return dm
|
||||||
except ImportError as e:
|
except ImportError as e:
|
||||||
data_type = data_type.replace("_", "-")
|
|
||||||
data_name = data_name.replace("_", "-")
|
|
||||||
raise ImportError("""\
|
raise ImportError("""\
|
||||||
pythondata-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
|
pythondata-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
|
||||||
{e}
|
{e}
|
||||||
|
|
Loading…
Reference in New Issue