Merge pull request #1899 from meiniKi/fazyrv_path
FazyRV: Fix minor typo in path check
This commit is contained in:
commit
98c15331be
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue