> I am doing simulation of one of the blocks in...
# sky130
m
I am doing simulation of one of the blocks in the OpenLane tool. I am facing the problem in that.
I am not able to access pins in OpenLan tool. In ICC2, we generally access it by [get_pins or get_ports.]. When I try to do the same in OpenLane, it gives an error that the pin is not found. It works fine in ICC2.
When I checked with [get_pins *] command, in OpenLane, It give some kind of numbered pins [ex pin_01234_x].
a
Maybe you are trying to access a hierarchical pin? Or maybe you need to escape characters? Are you also sure that the name was not changed during synthesis?
m
@Austin Rovinski. Yes, I am trying to get pin from one submodule.