<@U016HSAA3RQ> I am trying to run pre-check for my...
# chipignite
d
@jeffdi I am trying to run pre-check for my first version of openframe based riscduino project, I see precheck fails with below error ? look like it does not recognize the project as openframe based ? https://platform.efabless.com/shuttles/CI%202311/project/2377 My Job Id: ec447b53-3ccf-453c-aa80-dd16af90a861
Copy code
[10/21/23 01:12:35 PDT] IDENTIFYING PROJECT TYPE FAILED
                A single valid GDS was not found. If your project is digital, a GDS file should exist under the project's 'gds' directory named 'user_project_wrapper(.gds/.gds.gz)'. If your project is analog, a GDS file should exist under the project's 'gds' directory named 'user_analog_project_wrapper(.gds/.gds.gz)'
m
@Dinesh A precheck’s compatibility with openframe is close to installation. Watch for updates.
d
@Mitch Bailey 🙏
@Mitch Bailey Still I see my run's are not detecting as openframe based one? Do i need to do any project setting ? Job Logs for Openframe_Riscduino_Dcore_D6_precheck_r2 (0b71d2d4-7b5b-4e94-9522-92acaf7893f5)
Copy code
[11/09/23 03:52:24 PST] IDENTIFYING PROJECT TYPE FAILED
                A single valid GDS was not found. If your project is digital, a GDS file should exist under the project's 'gds' directory named 'user_project_wrapper(.gds/.gds.gz)'. If your project is analog, a GDS file should exist under the project's 'gds' directory named 'user_analog_project_wrapper(.gds/.gds.gz)'.
m
@Marwan Abbas What is the tag for precheck where openframe is allowed?
d
Where is the setting to change the project "tag" to openframe ?
I see TinyTapeout project shows tag as "OpenFrame", where as mine shows "N/A"; Where is the project tag setting ?
m
@omla do you know about project tags on the platform?
d
@Mitch Bailey My git content were under Master branch, instead of Main branch was creating issue. Once i moved the Git header to "Main" branch, pre-check is running now.
o
@Dinesh A thanks for looking at it and getting to the bottom of it. For future repositories, please make sure to read the initial instructions which point you to what is the
default
branch which is
main
and would’ve avoided the confusion from the get go. Bare in mind,
pre-check
always uses the
HEAD
of your repository when running. Sorry for the inconvenience and let us know if you need any more help. 🙏
@Mitch Bailey these are not ‘tags’, they are the project type identified by the
precheck
which was not showing up for Dinesh’s project as he wasn’t able to go through the precheck previously, it shows up as
openframe
now, see attached image.
👍 1