# Pastebin F8XBghNy Traceback (most recent call last): File "/home/scanakci/Applications/litex/litex/litex/__init__.py", line 12, in get_data_mod exec(imp, {}, l) File "", line 1, in ImportError: No module named 'pythondata_cpu_blackparrot' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "./litex_sim.py", line 383, in main() File "./litex_sim.py", line 354, in main **soc_kwargs) File "./litex_sim.py", line 179, in __init__ **kwargs) File "/home/scanakci/Applications/litex/litex/litex/soc/integration/soc_sdram.py", line 29, in __init__ SoCCore.__init__(self, platform, clk_freq, **kwargs) File "/home/scanakci/Applications/litex/litex/litex/soc/integration/soc_core.py", line 160, in __init__ reset_address = None if integrated_rom_size else cpu_reset_address) File "/home/scanakci/Applications/litex/litex/litex/soc/integration/soc.py", line 774, in add_cpu self.submodules.cpu = cpu_cls(self.platform, variant) File "/home/scanakci/Applications/litex/litex/litex/soc/cores/cpu/blackparrot/core.py", line 111, in __init__ self.add_sources(platform, variant) File "/home/scanakci/Applications/litex/litex/litex/soc/cores/cpu/blackparrot/core.py", line 120, in add_sources filename = get_data_mod("cpu", "blackparrot").data_file( File "/home/scanakci/Applications/litex/litex/litex/__init__.py", line 22, in get_data_mod """.format(dt=data_type, dn=data_name, e=e)) ImportError: pythondata-cpu-blackparrot module not installed! Unable to use blackparrot cpu. No module named 'pythondata_cpu_blackparrot' You can install this by running; pip install git+https://github.com/litex-hub/pythondata-cpu-blackparrot.git