<jasperz>
I have a question regarding part of the C++ structure. I was writting an extension which for now only searchest for the longest path in a netlist from input to output. For this i want to navigate from one wire to the cell attached. I know that RTIL:Cell has .connections_ or connections() which gives a pointer to a SigSpec. However is there also a way to go from SigSpec of a wire to the cell? Currently my
<jasperz>
only solution would be to loop over all cells and check manually but that seems inefficient. what would be a good way to find a cell connected to a RTIL:Wire object?
emeb_mac has joined #yosys
emeb_mac has quit [Quit: Leaving.]
emeb_mac has joined #yosys
philtor has quit [Remote host closed the connection]