Skip to content

Commit cbfb43e

Browse files
Merge pull request #16 from siliconcompiler/swap_download_method
Switch from git API to direct download
2 parents 0c19af6 + 480c0d4 commit cbfb43e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

logiklib/__init__.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@
44
def register_part_data(fpga, package_name, part_name):
55
fpga.set_dataroot(
66
package_name,
7-
f"github://siliconcompiler/logiklib/v{__version__}/{part_name}_cad.tar.gz", f"v{__version__}")
7+
f"https://github.com/siliconcompiler/logiklib/releases/download/v{__version__}/{part_name}_cad.tar.gz",
8+
f'v{__version__}'
9+
)

0 commit comments

Comments
 (0)