gate level parsing using yosys
问题 I want to parse the following sequential gate level net list. And I expect that the output will give me the gate ordering ( port order) so I can do other computation on the code. I tried to do that using yosys command read_verilog s27.v . I was able to debug the code, yet I could not get the cell library or any thing that will get me the gate ordering. P.S: I tried that using abc compiler and I only got the primary inputs and outputs order not the gate, and I asked before if yosys can do that