Forum Discussion
KhaiChein_Y_Intel
Regular Contributor
6 years agoHi,
You may use the following commands to open the project
set dirs <project_directory>
catch {cd $dirs}
set project_name [glob *.qpf]
project_open $project_name
For the second question, can you provide the design file for investigation?
Thanks.