olofk / serv

SERV - The SErial RISC-V CPU
ISC License
1.36k stars 178 forks source link

SERV cannot run in fusesoc #115

Closed YiminGao0113 closed 5 months ago

YiminGao0113 commented 7 months ago

Hi, could you help me with this issue? When I tried to run fusesoc run --target=lint serv this error shows up: INFO: Preparing ::serv:1.2.1 Traceback (most recent call last): File "/home/yg9bq/.local/bin/fusesoc", line 8, in sys.exit(main()) File "/home/yg9bq/.local/lib/python3.6/site-packages/fusesoc/main.py", line 672, in main fusesoc(args) File "/home/yg9bq/.local/lib/python3.6/site-packages/fusesoc/main.py", line 662, in fusesoc args.func(fs, args) File "/home/yg9bq/.local/lib/python3.6/site-packages/fusesoc/main.py", line 316, in run edam_file, backend = fs.get_backend(core, flags, args.backendargs) File "/home/yg9bq/.local/lib/python3.6/site-packages/fusesoc/fusesoc.py", line 171, in get_backend edam=edam, work_root=work_root, verbose=self.config.verbose File "/home/yg9bq/.local/lib/python3.6/site-packages/edalize/edatool.py", line 183, in init loader=PackageLoader(package, "templates"), File "/home/yg9bq/.local/lib/python3.6/site-packages/jinja2/loaders.py", line 291, in init assert loader is not None, "A loader was not found for the package." AssertionError: A loader was not found for the package.

Thanks in advance!!

anudeepdharavathu commented 5 months ago

how did you resolve this issue? can you please help? I have the same issue.