mirror of
https://github.com/enjoy-digital/litex.git
synced 2025-01-04 09:52:26 -05:00
cpu/neorv32: Use older commit.
This commit is contained in:
parent
d299957118
commit
0c326f0ed0
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ class NEORV32(CPU):
|
||||||
}
|
}
|
||||||
|
|
||||||
# Download VHDL sources (if not already present).
|
# Download VHDL sources (if not already present).
|
||||||
sha1 = "5e0bdb20208c5d0c46ba56e7401b87af44c7170d"
|
sha1 = "d610a0bd777f55d17dd59f174566aa88e911a1ec"
|
||||||
for directory, vhds in sources.items():
|
for directory, vhds in sources.items():
|
||||||
for vhd in vhds:
|
for vhd in vhds:
|
||||||
self.vhd2v_converter.add_source(os.path.join(cdir, vhd))
|
self.vhd2v_converter.add_source(os.path.join(cdir, vhd))
|
||||||
|
|
Loading…
Reference in a new issue