Skip to content

Commit

Permalink
fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
gadfort committed Jul 30, 2024
1 parent b9b7f5a commit 84b8434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lambdalib/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def __get_lambdalib_dir(la_lib):
path_assert = Chip('lambdalib')
_common.register_data_source(path_assert)
lambdalib_path = sc_package.path(path_assert, 'lambdalib')
return f'{lambdalib_path}/lambdalib/{la_lib}/rtl'
return f'{lambdalib_path}/{la_lib}/rtl'


def check(outputpath, la_lib='stdlib'):
Expand Down

0 comments on commit 84b8434

Please sign in to comment.