litex_setup: add pythondata for cv32e40p

This commit is contained in:
Piotr Binkowski 2020-05-20 13:46:13 +02:00
parent 109fd2674a
commit 2903b1bf80

View file

@ -49,6 +49,7 @@ repos = [
("pythondata-cpu-minerva", ("https://github.com/litex-hub/", False, True, None)),
("pythondata-cpu-microwatt", ("https://github.com/litex-hub/", False, True, 0xa7859fb)),
("pythondata-cpu-blackparrot", ("https://github.com/litex-hub/", False, True, None)),
("pythondata-cpu-cv32e40p", ("https://github.com/litex-hub/", False, True, None)),
]
repos = OrderedDict(repos)