cpu/neorv32: Use older commit.

This commit is contained in:
Florent Kermarrec 2023-03-30 12:38:27 +02:00
parent d299957118
commit 0c326f0ed0
1 changed files with 1 additions and 1 deletions

View File

@ -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))