<@U0172QZ342D> I have an interesting effect when b...
# caravel
h
@User I have an interesting effect when building the `caravel_project_wrapper`: in the GDS file my digital macro is not instantiated, but my analog macro is. the MAG file is correct, however. so the question is: what is the build process of the final layout? how I can debug where exactly the flow is failing?
m
Did you check the yosys logs as I suggested? I didnt see a reply to that
What happens if you remove the analog bit? I'd try to work backwards to getting the digital part working because that should be easy
h
I just found the issue, and wow, this is dangerous: I made a typo in the
config.tcl
where you set
EXTRA_GDS_FILES
. and the only thing that happens in this warning deep in the logs (
31-magic.log
):
and this
that’s it. no further errors. I think here a hard crash with an error would be rewarded…
because: there are just macros missing in the final GDS, and the LVS does not find that. 😬
@User @User can you please look at the above thread? any idea how to improve the caravel build flow?