Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Offline execution of ICICLE reference kit TCL script #24

Open
karthyyy opened this issue Apr 24, 2024 · 3 comments
Open

Offline execution of ICICLE reference kit TCL script #24

karthyyy opened this issue Apr 24, 2024 · 3 comments

Comments

@karthyyy
Copy link

Hi,

I am trying to get familiarized with ICICLE Kit with the reference design. I am working in a PC which is offline (not connected to internet). So I downloaded MegaVault and assigned the location. When I try to run the script in Libero, its throwing following error. The code is trying to download some cores but since there is no internet connection, it cannot download and returning errors. However these cores are visible from the Libero catalog. Is there any other methods to run the script successfully ?

TCL_BEGIN: D:...\icicle-kit-reference-design-master\MPFS_ICICLE_KIT_REFERENCE_DESIGN.tcl
Project path length ok.
no command line argument passed
Creating a new project
Info: This version of Libero supports only the enhanced constraint flow.
The MPFS_ICICLE project was created.
Downloading Actel:SgCore:PF_OSC:...
INFO:Could not download the core Actel:SgCore:PF_OSC:
Error: The command 'download_core' failed.
Downloading cores failed, the script will continute but will fail if all of the required cores aren't present in the vault.
Error: Failure when executing Tcl script. [ Line 96: child killed: unknown signal ]
Error: The Execute Script command failed.

Regards
Karthik R

@bekulio
Copy link

bekulio commented Apr 24, 2024

Hi, I had this issue in the beginning as well. Currently, I’m in vacation only with my phone so I cannot give examples. Basically, you need to edit the main tcl and comment out IP downloading.

@karthyyy
Copy link
Author

Hi @bekulio ,

Thanks for the response. I had tried removing the "download" command in the script but its still throwing the error,

Error: Failure when executing Tcl script. [ Line 96: child killed: unknown signal ]
Error: The Execute Script command failed.

It will be of much help if you can point out the edit in the tcl script. I shall wait. Till then I will try with some other examples.

Regards
Karthik R

@bekulio
Copy link

bekulio commented Apr 25, 2024

Hi, did you remove all the lines with download core? Because it looks like you removed only part of the line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants