Skip to content

Commit

Permalink
revert get_data_mod change (Vexrisv SMP repo has been renamed to pyth…
Browse files Browse the repository at this point in the history
…ondata-cpu-vexriscv_smp).
  • Loading branch information
enjoy-digital committed Nov 5, 2020
1 parent c088cd5 commit 61c009a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions litex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@ def get_data_mod(data_type, data_name):
dm = l['dm']
return dm
except ImportError as e:
data_type = data_type.replace("_", "-")
data_name = data_name.replace("_", "-")
raise ImportError("""\
pythondata-{dt}-{dn} module not installed! Unable to use {dn} {dt}.
{e}
Expand Down

0 comments on commit 61c009a

Please sign in to comment.