cpu/fazyrv: Fix minor path typo

This commit is contained in:
Meinhard Kissich 2024-03-04 21:44:18 +01:00
parent 044760e06c
commit 12b9c8b2e7
1 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ class FazyRV(CPU):
@staticmethod
def add_sources(platform, variant):
if not os.path.exists("FazyR"):
if not os.path.exists("FazyRV"):
os.system(f"git clone https://github.com/meiniKi/FazyRV")
vdir = "FazyRV/rtl"
platform.add_verilog_include_path(vdir)