<@U01E2KKE4SH> Last time I looked this weekend, th...
# shuttle-precheck
t
@User Last time I looked this weekend, there was no way ... the pre-checked looked buggy (it was using instance type where instance name was expected in some
magic
commands ...)
🤔 1
a
@tnt (@drr): it does extract the instance names in an earlier step of the consistency checks process and this instance name is the one used during extraction. So, if the instance name in the verilog and the GDS doesn't match, then it's natural that the checks will fail, and no extraction will be done. (I'm using instance name
select cell instance_name
because it's easier and more predictable (for me) than
load cell_type
especially if the user for some reason added multiple user_project_wrappers under caravel. @tnt: At the moment, I'm assuming that all the checks other than DRC & spice-based consistency checks are stable. So, please, if you find any issue with the way they are done, don't hesitate to open an issue in the repo right away so I could get to fixing it.
Also, you can find the details of why the consistency checks didn't pass in the FULL LOG tab if you're running on the platform or inside
checks/full_log.log
if you're running locally.
t
Mmm, I'll have to revisit. I don't run docker so I'm pretty much just reading the python and trying to execute the checks by hand and I could have gotten that wrong.