Merge pull request #1899 from meiniKi/fazyrv_path

FazyRV: Fix minor typo in path check
This commit is contained in:
enjoy-digital 2024-03-05 21:24:49 +01:00 committed by GitHub
commit 98c15331be
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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)