```SUBMODULE HOOKS CHECK FAILED: The user power po...
# shuttle-precheck
r
Copy code
SUBMODULE HOOKS CHECK FAILED: The user power port vccd1 is not connected to the correct power domain in the top level netlist. It is connected to mprj/vccd1 but it should be connected to vccd1_core.
{{NETLIST CONSISTENCY CHECK FAILED}} caravan netlist failed 1 consistency check(s): ['SUBMODULE HOOKS'].
I am getting this consistency error in the precheck for default analog user project example. What does it mean ? @User
t
I'm not sure how that check is defined, but on the face of it, it appears that the user project was dropped into the top level, then the top level was extracted, and the extraction showed that the pin
vccd1
on the user project was not connected, so that it extracted as
mprj/vccd1
instead of
vccd1_core
. The
vccd1
pin obviously exists in the user project, but maybe it got moved?