diff --git a/fusesoc/fusesoc-script.py b/fusesoc/fusesoc-script.py index a3b066a..59a7522 100644 --- a/fusesoc/fusesoc-script.py +++ b/fusesoc/fusesoc-script.py @@ -36,7 +36,9 @@ print(capwidth) workdir = os.getcwd() # location of source files is actually one level above the location of the core file -bsv_src_root = yamlcfg["files_root"] + "/.." +bsv_src_root = os.path.join(os.path.dirname(__file__), "..") +print("bsv_src_root") +print(bsv_src_root) # set up bluespec command + arguments bscargs = list()