cpu/fazyrv: Fix minor path typo
This commit is contained in:
parent
044760e06c
commit
12b9c8b2e7
|
@ -132,7 +132,7 @@ class FazyRV(CPU):
|
||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def add_sources(platform, variant):
|
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")
|
os.system(f"git clone https://github.com/meiniKi/FazyRV")
|
||||||
vdir = "FazyRV/rtl"
|
vdir = "FazyRV/rtl"
|
||||||
platform.add_verilog_include_path(vdir)
|
platform.add_verilog_include_path(vdir)
|
||||||
|
|
Loading…
Reference in New Issue