Closed akashlevy closed 1 month ago
You need to type check the objects: get_pins [get_cells] _e001650300600000_p_Instance _8001650300600000_p_Instance _6000650300600000_p_Instance _2001650300600000_p_Instance _c000650300600000_p_Instance
I would prefer it if you did not use continue. Please break the tests into 2 tests; one for no arg and the other for passing objects.
Sure, will do these tonight
Ok, made the changes:
messages.txt
continue
to else { ... }
get_noargs
and get_objrefs
Let me know if anything else is needed :)
This PR adds two features into SDC processing:
get_*
with no arguments is interpreted asget_* *
get_*
called on SWIG object references*_p_<objtype>
will keep those references intact rather than failingLet me know if anything should be added to the docs for these changes.