I'm getting the following errors when running tape...
# shuttle
b
I'm getting the following errors when running tapeout job:
The first is in
fill_initial.log
Second is in
uncompress.log
m
I've reported this to efabless team. Looks like a setup issue on their server
actually, I've discovered I have this exact error. The logs on the platform show clean, but it fails. Then when I check the logs with opengalaxy I have the same as you
t
"NODE elements not supported" is a non-issue; there is at least one cell in the SkyWater I/O library that uses this GDS extension. Due to a lack of documentation about what the extension does, I don't have an implementation for it in magic. Ignoring it appears to have no downsides. It remains an error message because it is something that magic sees in the GDS that it is not handling.
The Makefile issue is presumably the stopper. My best guess: The caravel/ subdirectory is supposed to be linked to the caravel project (there was some discussion about whether this should be a git submodule, or a symbolic link, or cloned directly into the project, and I'm not sure which it is right now). If not, then it is an empty directory. If there is no "Makefile", that suggests that the caravel/ project didn't get linked to the user project, which in turn suggests that some step like "make caravel" (don't know what it is; that's just a guess) was missed or is missing in the build documentation.