```[12/03/21 20:50:59 PST] PARSING LAYOUT FAILED T...
# shuttle-precheck
p
Copy code
[12/03/21 20:50:59 PST] PARSING LAYOUT FAILED
The user_analog_project_wrapper layout fails parsing because: The layout has multiple top cells in Layout.top_cell






[12/03/21 20:50:59 PST] CONSISTENCY CHECK FAILED
The user netlist and the top netlist are not valid.
Can anyone tell me how to solve this, i use caravel_analog_user_project
m
Hi @User, looks like
user_analog_project_wrapper
can only have one cell. If you have multiple cells, try putting those in
user_analog_proj_example
, and then place that in
user_analog_project_wrapper
.
p
Ohh ok i will try that...
@User Also for the analog project wrapper, i hope the user_level_netlist is pointed correctly but the top_level_netlist should be the verilog file of the nets of the analog project right that is rtl/user_project_wrapper? or it is just the caravan.spice
m
Sorry, I have no idea. 😕