Hi all, Does anyone know how I can send my projec...
# caravel
e
Hi all, Does anyone know how I can send my project to efabless if the files weigh more than 100MB? I have used the "make compress" command but there are many files still weighing more than 100MB. Can I delete those files, can I split into multiple smaller files, or what can I do to upload the project to my github, and get the online precheck to work correctly? (The weight of the files is so large because of the project using the 100m^2).
m
@Emilio Baungarten
make compress
should split all the necessary large files into files under 100MB. In your screenshot, the large files have not been compressed. Can you share the output of
make compress
?
e
Sorry, i closed the terminal but the "make compress" command compressed some files like the .GDS file
m
Right. Do you have any files over 100MB now?
1
e
Thanks, I already uploaded the files successfully
👍 1