mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
microwatt: Move to latest and add countzero module
Mcrowatt has renamed countbits to countzero. Update to the latest and update the file list. Signed-off-by: Joel Stanley <joel@jms.id.au>
This commit is contained in:
parent
55a790308f
commit
420934e206
2 changed files with 2 additions and 2 deletions
|
@ -180,7 +180,7 @@ class Microwatt(CPU):
|
||||||
"ppc_fx_insns.vhdl",
|
"ppc_fx_insns.vhdl",
|
||||||
"logical.vhdl",
|
"logical.vhdl",
|
||||||
"rotator.vhdl",
|
"rotator.vhdl",
|
||||||
"countzero.vhdl",
|
"countbits.vhdl",
|
||||||
"execute1.vhdl",
|
"execute1.vhdl",
|
||||||
|
|
||||||
# Load/Store.
|
# Load/Store.
|
||||||
|
|
|
@ -101,7 +101,7 @@ git_repos = {
|
||||||
"pythondata-cpu-vexriscv-smp": GitRepo(url="https://github.com/litex-hub/", clone="recursive"),
|
"pythondata-cpu-vexriscv-smp": GitRepo(url="https://github.com/litex-hub/", clone="recursive"),
|
||||||
"pythondata-cpu-rocket": GitRepo(url="https://github.com/litex-hub/"),
|
"pythondata-cpu-rocket": GitRepo(url="https://github.com/litex-hub/"),
|
||||||
"pythondata-cpu-minerva": GitRepo(url="https://github.com/litex-hub/"),
|
"pythondata-cpu-minerva": GitRepo(url="https://github.com/litex-hub/"),
|
||||||
"pythondata-cpu-microwatt": GitRepo(url="https://github.com/litex-hub/", sha1=0xdad611c),
|
"pythondata-cpu-microwatt": GitRepo(url="https://github.com/litex-hub/", sha1=0xb940b55acff),
|
||||||
"pythondata-cpu-blackparrot": GitRepo(url="https://github.com/litex-hub/"),
|
"pythondata-cpu-blackparrot": GitRepo(url="https://github.com/litex-hub/"),
|
||||||
"pythondata-cpu-cv32e40p": GitRepo(url="https://github.com/litex-hub/", clone="recursive"),
|
"pythondata-cpu-cv32e40p": GitRepo(url="https://github.com/litex-hub/", clone="recursive"),
|
||||||
"pythondata-cpu-ibex": GitRepo(url="https://github.com/litex-hub/", clone="recursive", sha1=0xd3d53df),
|
"pythondata-cpu-ibex": GitRepo(url="https://github.com/litex-hub/", clone="recursive", sha1=0xd3d53df),
|
||||||
|
|
Loading…
Reference in a new issue